OpenKalman
Namespaces | Functions
cholesky_square.hpp File Reference

Definition of cholesky_square. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of cholesky_square.