|
OpenKalman
|
Definitions for make_triangular_matrix. More...
Go to the source code of this file.
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
Functions | |
| template<triangle_type t = triangle_type::lower, typename Arg , std::enable_if_t< indexible< Arg > and(t==triangle_type::lower or t==triangle_type::upper or t==triangle_type::diagonal), int > = 0> | |
| decltype(auto) constexpr | OpenKalman::make_triangular_matrix (Arg &&arg) |
| Create a triangular_matrix from a general matrix. More... | |
Definitions for make_triangular_matrix.
1.8.13