• Home
  • Raw
  • Download

Lines Matching refs:BDCSVD

31 template<typename _MatrixType> class BDCSVD;  variable
36 struct traits<BDCSVD<_MatrixType> >
67 class BDCSVD : public SVDBase<BDCSVD<_MatrixType> >
69 typedef SVDBase<BDCSVD> Base;
108 BDCSVD() : m_algoswap(16), m_numIters(0)
118 BDCSVD(Index rows, Index cols, unsigned int computationOptions = 0)
134 BDCSVD(const MatrixType& matrix, unsigned int computationOptions = 0)
140 ~BDCSVD()
154 BDCSVD& compute(const MatrixType& matrix, unsigned int computationOptions);
162 BDCSVD& compute(const MatrixType& matrix)
215 void BDCSVD<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions)
238 BDCSVD<MatrixType>& BDCSVD<MatrixType>::compute(const MatrixType& matrix, unsigned int computationO…
312 void BDCSVD<MatrixType>::copyUV(const HouseholderU &householderU, const HouseholderV &householderV,…
340 void BDCSVD<MatrixType>::structured_update(Block<MatrixXr,Dynamic,Dynamic> A, const MatrixXr &B, In…
391 void BDCSVD<MatrixType>::divide (Index firstCol, Index lastCol, Index firstRowW, Index firstColW, I…
571 void BDCSVD<MatrixType>::computeSVDofM(Index firstCol, Index n, MatrixXr& U, VectorType& singVals, …
692 typename BDCSVD<MatrixType>::RealScalar BDCSVD<MatrixType>::secularEq(RealScalar mu, const ArrayRef…
706 void BDCSVD<MatrixType>::computeSingVals(const ArrayRef& col0, const ArrayRef& diag, const IndicesR…
880 void BDCSVD<MatrixType>::perturbCol0
929 void BDCSVD<MatrixType>::computeSingVecs
975 void BDCSVD<MatrixType>::deflation43(Index firstCol, Index shift, Index i, Index size)
1004 void BDCSVD<MatrixType>::deflation44(Index firstColu , Index firstColm, Index firstRowW, Index firs…
1044 void BDCSVD<MatrixType>::deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index f…
1222 BDCSVD<typename MatrixBase<Derived>::PlainObject>
1225 return BDCSVD<PlainObject>(*this, computationOptions);