determinant method

determinant

Estimates determinant of a matrix.

Returns

Determinant value.

def determinant(self):
    ...

See Also