Lines Matching refs:Index
53 typedef typename MatrixType::Index Index;
147 Index nonzeroSingularValues() const
160 inline Index rows() const { return m_rows; }
161 inline Index cols() const { return m_cols; }
166 bool allocate(Index rows, Index cols, unsigned int computationOptions) ;
175 Index m_nonzeroSingularValues, m_rows, m_cols, m_diagSize;
194 bool SVDBase<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions)