Home | History | Annotate | Download | only in SVD

Lines Matching defs:compute

90       m_qr.compute(matrix);
138 m_qr.compute(m_adjoint);
174 m_qr.compute(matrix);
230 m_qr.compute(m_adjoint);
273 m_qr.compute(matrix);
326 m_qr.compute(m_adjoint);
519 * perform decompositions via JacobiSVD::compute(const MatrixType&).
548 compute(matrix, computationOptions);
561 JacobiSVD& compute(const MatrixType& matrix, unsigned int computationOptions);
567 * This method uses the current \a computationOptions, as already passed to the constructor or to compute(const MatrixType&, unsigned int).
569 JacobiSVD& compute(const MatrixType& matrix)
571 return compute(matrix, m_computationOptions);
641 "JacobiSVD: can't compute thin U or thin V with the FullPivHouseholderQR preconditioner. "
663 JacobiSVD<MatrixType, QRPreconditioner>::compute(const MatrixType& matrix, unsigned int computationOptions)
763 /*** step 4. Sort singular values in descending order and compute the number of nonzero singular values ***/