Function arrayfire::det [] [src]

pub fn det(input: &Array) -> (f64, f64)

Find the determinant of the matrix

Parameters

  • input is the input matrix

Return Values

A tuple of 32-bit floating point values.

If the input matrix is non-complex type, only first values of tuple contains the result.