Lines Matching defs:compute
83 * \c CompleteOrthogonalDecomposition::compute(const* MatrixType&).
100 * matrix \a matrix by calling the method compute(). The default
107 * cod.compute(matrix);
110 * \sa compute()
118 compute(matrix.derived());
184 CompleteOrthogonalDecomposition& compute(const EigenBase<InputType>& matrix) {
185 // Compute the column pivoted QR factorization A P = Q R.
186 m_cpqr.compute(matrix);
273 * \warning: Do not compute \c this->pseudoInverse()*rhs to solve a linear systems.
300 * Most be called before calling compute().
429 // We now compute the complete orthogonal decomposition by applying
502 // Compute c = Q^* * rhs
517 // Compute y = Z^* * [ z ]