OpenKalman
Namespaces | Functions
cholesky_factor.hpp File Reference

Definition of cholesky_factor. 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<TriangleType triangle_type, typename A , std::enable_if_t< hermitian_matrix< A, Applicability::permitted > and(triangle_type !=TriangleType::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...
 

Detailed Description

Definition of cholesky_factor.