Home
last modified time | relevance | path

Searched refs:SVDBase (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/SVD/
DSVDBase.h48 class SVDBase
243 SVDBase() in SVDBase() function
259 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()
DJacobiSVD.h488 : public SVDBase<JacobiSVD<_MatrixType,QRPreconditioner> >
490 typedef SVDBase<JacobiSVD> Base;
DBDCSVD.h67 class BDCSVD : public SVDBase<BDCSVD<_MatrixType> >
69 typedef SVDBase<BDCSVD> Base;
/external/eigen/Eigen/
DSVD36 #include "src/SVD/SVDBase.h"