OpenKalman
Namespaces | Functions
make_triangular_matrix.hpp File Reference

Definitions for make_triangular_matrix. 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 t = TriangleType::lower, typename Arg , std::enable_if_t< indexible< Arg > and(t==TriangleType::lower or t==TriangleType::upper or t==TriangleType::diagonal), int > = 0>
decltype(auto) constexpr OpenKalman::make_triangular_matrix (Arg &&arg)
 Create a triangular_matrix from a general matrix. More...
 

Detailed Description

Definitions for make_triangular_matrix.