Searched refs:SVDBase (Results 1 – 4 of 4) sorted by relevance
48 class SVDBase243 SVDBase() in SVDBase() function259 void SVDBase<Derived>::_solve_impl(const RhsType &rhs, DstType &dst) const in _solve_impl()275 bool SVDBase<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions) in allocate()
488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >490 typedef SVDBase<JacobiSVD> Base;
67 class BDCSVD : public SVDBase<BDCSVD<_MatrixType> >69 typedef SVDBase<BDCSVD> Base;
36 #include "src/SVD/SVDBase.h"