Lines Matching refs:BDCSVD
38 class BDCSVD : public SVDBase<_MatrixType>
78 BDCSVD() in BDCSVD() function
90 BDCSVD(Index rows, Index cols, unsigned int computationOptions = 0)
107 BDCSVD(const MatrixType& matrix, unsigned int computationOptions = 0)
114 ~BDCSVD() in ~BDCSVD()
157 inline const internal::solve_retval<BDCSVD, Rhs>
163 return internal::solve_retval<BDCSVD, Rhs>(*this, b.derived()); in solve()
218 void BDCSVD<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions) in allocate()
255 BDCSVD<Matrix<int, Dynamic, Dynamic> >::compute(const MatrixType& matrix, unsigned int computationO… in compute()
272 BDCSVD<MatrixType>::compute(const MatrixType& matrix, unsigned int computationOptions) in compute()
317 void BDCSVD<MatrixType>::copyUV(MatrixXr naiveU, MatrixXr naiveV, MatrixX householderU, MatrixX hou… in copyUV()
363 void BDCSVD<MatrixType>::divide (Index firstCol, Index lastCol, Index firstRowW, in divide()
505 void BDCSVD<MatrixType>::deflation43(Index firstCol, Index shift, Index i, Index size){ in deflation43()
537 void BDCSVD<MatrixType>::deflation44(Index firstColu , Index firstColm, Index firstRowW, Index firs… in deflation44()
577 void BDCSVD<MatrixType>::deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index f… in deflation()
703 struct solve_retval<BDCSVD<_MatrixType>, Rhs>
704 : solve_retval_base<BDCSVD<_MatrixType>, Rhs>
706 typedef BDCSVD<_MatrixType> BDCSVDType;