|
OpenKalman
|
Definition of is_square_shaped function. More...
#include <optional>#include "coordinates/coordinates.hpp"#include "linear-algebra/traits/count_indices.hpp"#include "linear-algebra/traits/index_count.hpp"#include "linear-algebra/traits/get_index_pattern.hpp"

Go to the source code of this file.
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
| OpenKalman::detail | |
| T is an acceptable noise perturbation input to a tests. | |
Functions | |
| template<typename T , std::size_t i> | |
| constexpr std::size_t | OpenKalman::detail::get_best_square_index () |
| template<typename T , std::size_t... is> | |
| constexpr auto | OpenKalman::detail::is_square_shaped_impl (const T &t, std::index_sequence< is... >) |
| template<typename T , std::enable_if_t< indexible< T >, int > = 0> | |
| constexpr auto | OpenKalman::is_square_shaped (const T &t) |
| Determine whether an object is square_shaped. More... | |
Definition of is_square_shaped function.
1.8.13