OpenKalman
OpenKalman::triangle_type_of< T, Ts > Struct Template Reference

The common TriangleType associated with a set of triangular matrices. More...

#include <triangle_type_of.hpp>

Inheritance diagram for OpenKalman::triangle_type_of< T, Ts >:
Inheritance graph
[legend]
Collaboration diagram for OpenKalman::triangle_type_of< T, Ts >:
Collaboration graph
[legend]

Detailed Description

template<typename T, typename... Ts>
struct OpenKalman::triangle_type_of< T, Ts >

The common TriangleType associated with a set of triangular matrices.

If there is no common triangle type, the result is TriangleType::any. The result here does not guarantee that any of the parameters are guaranteed triangular, which must be checked with triangular_matrix.


The documentation for this struct was generated from the following file: