MatrixDeterminant method

double MatrixDeterminant(
  1. MatrixD mat
)

Implementation

double MatrixDeterminant(MatrixD mat) => mat.determinant();