pub fn determinant<T, const D: usize>( m: &Matrix<T, Const<D>, Const<D>, ArrayStorage<T, D, D>>, ) -> Twhere T: RealNumber, Const<D>: DimMin<Const<D>, Output = Const<D>>,
The determinant of the matrix m.
m