![]() |
My Project
|
|
Find the determinant of the input matrix. More...
Functions | |
template<typename T > | |
T | det (const array &in) |
C++ Interface for finding the determinant of a matrix. More... | |
AFAPI af_err | af_det (double *det_real, double *det_imag, const af_array in) |
C Interface for finding the determinant of a matrix. More... | |
Find the determinant of the input matrix.
C Interface for finding the determinant of a matrix.
[out] | det_real | will contain the real part of the determinant of in |
[out] | det_imag | will contain the imaginary part of the determinant of in |
[in] | in | is input matrix |
T af::det | ( | const array & | in | ) |
C++ Interface for finding the determinant of a matrix.
[in] | in | is input matrix |