Function nalgebra_glm::determinant

source ·
pub fn determinant<T: RealNumber, const D: usize>(m: &TMat<T, D, D>) -> Twhere
    Const<D>: DimMin<Const<D>, Output = Const<D>>,
Expand description

The determinant of the matrix m.