matrix.det

Syntax

f := matrix.det(v)

Get the matrix determinant. The matrix must be square, or the tensor must be convertible to a square matrix.

Returns:f - determinant
Arguments:v - matrix or tensor pointer