determinant method

double determinant()

Computes the determinant of the associated matrix.

Implementation

double determinant() => equations.determinant();