Home | History | Annotate | Download | only in SVD

Lines Matching defs:compute

105    * perform decompositions via BDCSVD::compute(const MatrixType&).
136 compute(matrix, computationOptions);
153 BDCSVD& compute(const MatrixType& matrix, unsigned int computationOptions);
159 * This method uses the current \a computationOptions, as already passed to the constructor or to compute(const MatrixType&, unsigned int).
161 BDCSVD& compute(const MatrixType& matrix)
163 return compute(matrix, this->m_computationOptions);
237 BDCSVD<MatrixType>& BDCSVD<MatrixType>::compute(const MatrixType& matrix, unsigned int computationOptions)
306 }// end compute
530 // Third part: compute SVD of combined matrix
561 // Compute SVD of m_computed.block(firstCol, firstCol, n + 1, n); this block only has non-zeros in
591 // To this end, let's compute a permutation skipping them:
610 // Compute singVals, shifts, and mus
636 // Compute zhat
787 // iterates and use its zero to compute the next iterate
926 // compute singular vectors
1111 // First, compute the respective permutation.