Searched defs:SVDBase (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SVD/
H A DSVDBase.h22 * \class SVDBase
46 class SVDBase class in namespace:Eigen
90 SVDBase& compute(const MatrixType& matrix, unsigned int computationOptions);
98 //virtual SVDBase& compute(const MatrixType& matrix) = 0;
99 SVDBase& compute(const MatrixType& matrix);
103 * For the SVDBase decomposition of a n-by-p matrix, letting \a m be the minimum of \a n and \a p,
180 * Default constructor of SVDBase
182 SVDBase() function in class:Eigen::SVDBase
194 bool SVDBase<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions)
215 eigen_assert(!(m_computeFullU && m_computeThinU) && "SVDBase
[all...]

Completed in 419 milliseconds