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