Mjolnir Core
Core functionality of the Mjolnir API
Core Math
cross_product
cross_product
determinant_2x2
determinant_2x2
determinant_3x3
determinant_3x3
determinant_4x4
determinant_4x4
dot_product
dot_product
gauss_summation
is_power_of_2
power
power_of_2
scalar_triple_product
scalar_triple_product
◆
determinant_3x3()
[2/2]
constexpr auto determinant_3x3
(
const std::array< T_Type, 9 > &
mat
)
-> T_Type
constexpr
noexcept
Calculate the determinant of a 3x3 matrix.
Template Parameters
T_Type
The type of the matrix elements and the returned value
Parameters
[in]
mat
The matrix data as array in row-major or column-major format
Returns
Determinant of the matrix
Generated by
1.9.1