determinant property

determinant property

Gets the determinant of the matrix.

Definition:

@property
def determinant(self):
    ...

See Also