OpenKalman
|
Definitions relating to Mean. More...
Go to the source code of this file.
Classes | |
struct | OpenKalman::Mean< RowCoefficients, NestedMatrix > |
A set of one or more column vectors, each representing a statistical mean. More... | |
struct | OpenKalman::interface::indexible_object_traits< Mean< Coeffs, NestedMatrix > > |
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Functions | |
template<typename V , std::enable_if_t< typed_matrix_nestable< V >, int > = 0> | |
OpenKalman::Mean (V &&) -> Mean< Dimensions< index_dimension_of_v< V, 0 >>, passable_t< V >> | |
Deduce template parameters from a typed_matrix_nestable, assuming untyped coordinates::pattern. More... | |
template<typename StaticDescriptor , typename M , std::enable_if_t< fixed_pattern< StaticDescriptor > and typed_matrix_nestable< M > and(coordinates::dimension_of_v< StaticDescriptor >==index_dimension_of< M, 0 >::value), int > = 0> | |
auto | OpenKalman::make_mean (M &&m) |
Make a Mean from a typed_matrix_nestable, specifying the row fixed_pattern. More... | |
template<typename M , std::enable_if_t< typed_matrix_nestable< M >, int > = 0> | |
auto | OpenKalman::make_mean (M &&m) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
template<typename Arg , std::enable_if_t< typed_matrix< Arg > and has_untyped_index< Arg, 1 >, int > = 0> | |
auto | OpenKalman::make_mean (Arg &&arg) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
template<typename StaticDescriptor , typename M , std::enable_if_t< fixed_pattern< StaticDescriptor > and typed_matrix_nestable< M > and(index_dimension_of< M, 0 >::value==coordinates::dimension_of_v< StaticDescriptor >), int > = 0> | |
auto | OpenKalman::make_mean () |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
template<typename M , std::enable_if_t< typed_matrix_nestable< M >, int > = 0> | |
auto | OpenKalman::make_mean () |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
Definitions relating to Mean.