|
OpenKalman
|
Definition of cholesky_factor. More...
Go to the source code of this file.
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
Functions | |
| template<triangle_type tri, typename A , std::enable_if_t< hermitian_matrix< A, applicability::permitted > and(tri !=triangle_type::diagonal or diagonal_matrix< A >), int > = 0> | |
| decltype(auto) constexpr | OpenKalman::cholesky_factor (A &&a) |
| Take the Cholesky factor of a matrix. More... | |
| template<typename A , std::enable_if_t< hermitian_matrix< A, applicability::permitted >, int > = 0> | |
| decltype(auto) constexpr | OpenKalman::cholesky_factor (A &&a) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
Definition of cholesky_factor.
1.8.13