OpenKalman
|
Definitions for make_diagonal_adapter. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Functions | |
template<typename Arg , typename D0 , typename D1 > | |
constexpr auto | OpenKalman::make_diagonal_adapter (Arg &&arg, D0 &&d0, D1 &&d1) |
Make a diagonal_matrix, specifying the first two dimensions, which may not necessarily be the same. More... | |
template<typename Arg , std::enable_if_t< indexible< Arg >, int > = 0> | |
constexpr auto | OpenKalman::make_diagonal_adapter (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... | |
Definitions for make_diagonal_adapter.