Function determinant

Source
pub fn determinant<T, const D: usize>(
    m: &Matrix<T, Const<D>, Const<D>, ArrayStorage<T, D, D>>,
) -> T
where T: RealNumber, Const<D>: DimMin<Const<D>, Output = Const<D>>,
Expand description

The determinant of the matrix m.