Find the determinant of a matrix. More...
Functions | |
template<typename T > | |
T | det (const array &in) |
C++ Interface to find the determinant of a matrix. More... | |
AFAPI af_err | af_det (double *det_real, double *det_imag, const af_array in) |
C Interface to find the determinant of a matrix. More... | |
Find the determinant of a matrix.
This function requires scratch space equal to the input array.
C Interface to find the determinant of a matrix.
[out] | det_real | real part of the determinant |
[out] | det_imag | imaginary part of the determinant |
[in] | in | input matrix |
T det | ( | const array & | in | ) |
C++ Interface to find the determinant of a matrix.
[in] | in | input matrix |