Home | History | Annotate | Download | only in SVD

Lines Matching refs:compute

91       m_qr.compute(matrix);
138 m_qr.compute(m_adjoint);
176 m_qr.compute(matrix);
231 m_qr.compute(m_adjoint);
276 m_qr.compute(matrix);
330 m_qr.compute(m_adjoint);
527 * perform decompositions via JacobiSVD::compute(const MatrixType&).
559 compute(matrix, computationOptions);
572 SVDBase<MatrixType>& compute(const MatrixType& matrix, unsigned int computationOptions);
578 * This method uses the current \a computationOptions, as already passed to the constructor or to compute(const MatrixType&, unsigned int).
580 SVDBase<MatrixType>& compute(const MatrixType& matrix)
582 return compute(matrix, this->m_computationOptions);
628 "JacobiSVD: can't compute thin U or thin V with the FullPivHouseholderQR preconditioner. "
640 JacobiSVD<MatrixType, QRPreconditioner>::compute(const MatrixType& matrix, unsigned int computationOptions)
711 /*** step 4. Sort singular values in descending order and compute the number of nonzero singular values ***/