Home | History | Annotate | Download | only in Core

Lines Matching refs:IndexType

197 /** \fn DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const
204 template<typename IndexType>
207 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const
219 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::minCoeff()
222 template<typename IndexType>
225 DenseBase<Derived>::minCoeff(IndexType* index) const
230 *index = IndexType((RowsAtCompileTime==1) ? minVisitor.col : minVisitor.row);
234 /** \fn DenseBase<Derived>::maxCoeff(IndexType* rowId, IndexType* colId) const
238 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::maxCoeff()
241 template<typename IndexType>
244 DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const
256 * \sa DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff()
259 template<typename IndexType>
262 DenseBase<Derived>::maxCoeff(IndexType* index) const