Find the rank of a matrix. More...
Functions | |
AFAPI unsigned | rank (const array &in, const double tol=1E-5) |
C++ Interface to find the rank of a matrix. More... | |
AFAPI af_err | af_rank (unsigned *rank, const af_array in, const double tol) |
C Interface to find the rank of a matrix. More... | |
Find the rank of a matrix.
This function uses af::qr to find the rank of the input matrix within the given tolerance.
C Interface to find the rank of a matrix.
[out] | rank | rank |
[in] | in | input matrix |
[in] | tol | tolerance value |