pub fn det<T>(input: &Array<T>) -> (f64, f64)where T: HasAfEnum + FloatingPoint,
Find the determinant of the matrix
input
A tuple of 32-bit floating point values.
If the input matrix is non-complex type, only first values of tuple contains the result.