OpenKalman
|
Definition of cholesky_square. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Functions | |
template<typename A , std::enable_if_t< triangular_matrix< A > and square_shaped< A, Applicability::permitted >, int > = 0> | |
decltype(auto) constexpr | OpenKalman::cholesky_square (A &&a) |
Take the Cholesky square of a triangular_matrix. More... | |
Definition of cholesky_square.