Function nalgebra_glm::determinant[][src]

pub fn determinant<T: RealField, const D: usize>(m: &TMat<T, D, D>) -> T where
    Const<D>: DimMin<Const<D>, Output = Const<D>>, 
Expand description

The determinant of the matrix m.