OpenKalman
Namespaces | Variables
triangular_matrix.hpp File Reference

Definition for triangular_matrix. More...

#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/traits/triangle_type_of.hpp"
Include dependency graph for triangular_matrix.hpp:
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.
 

Variables

template<typename T , triangle_type t = triangle_type::any>
constexpr bool OpenKalman::triangular_matrix
 Specifies that an argument is an indexible object having a given triangle_type (e.g., upper, lower, or diagonal). More...
 

Detailed Description

Definition for triangular_matrix.