Lines Matching refs:Index
56 typedef Eigen::Index Index; ///< \deprecated since Eigen 3.3
118 Index nonzeroSingularValues() const
130 inline Index rank() const
136 Index i = m_nonzeroSingularValues-1;
184 : (std::max<Index>)(1,m_diagSize)*NumTraits<Scalar>::epsilon();
192 inline Index rows() const { return m_rows; }
193 inline Index cols() const { return m_cols; }
227 bool allocate(Index rows, Index cols, unsigned int computationOptions) ;
236 Index m_nonzeroSingularValues, m_rows, m_cols, m_diagSize;
267 Index l_rank = rank();
275 bool SVDBase<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions)