OpenKalman
|
Static Public Member Functions | |
static constexpr auto | constexpr_operation ()=delete |
Construct Operation or (preferably) an equivalent constexpr operation equivalent to Operation. | |
Static Public Attributes | |
static constexpr bool | preserves_triangle = false |
Whether the operation applied to a triangular matrix always yields a triangular matrix. | |
static constexpr bool | preserves_hermitian = false |
Whether the operation applied to a hermitian matrix always yields a hermitian matrix. | |