Lines Matching full:rank
20 * \brief Householder rank-revealing QR decomposition of a matrix with column-pivoting
24 * This class performs a rank-revealing QR decomposition of a matrix \b A into matrices \b P, \b Q and \b R
32 * This decomposition performs column pivoting in order to be rank-revealing and improve
176 /** \returns the rank of the matrix of which *this is the QR decomposition.
182 inline Index rank() const
201 return cols() - rank();
214 return rank() == cols();
227 return rank() == rows();
260 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
298 /** Returns the threshold that will be used by certain methods such as rank().
316 * \sa rank()