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

/external/eigen/Eigen/src/Core/
H A DVisitor.h102 * \sa minCoeff(Index*,Index*), maxCoeff(Index*,Index*), DenseBase::redux()
142 * \sa DenseBase::minCoeff(Index*, Index*)
197 /** \fn DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const
201 * \sa DenseBase::minCoeff(Index*), DenseBase::maxCoeff(Index*,Index*), DenseBase::visit(), DenseBase::minCoeff()
207 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const function in class:Eigen::DenseBase
219 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::minCoeff()
225 DenseBase<Derived>::minCoeff(IndexType* index) const function in class:Eigen::DenseBase
238 * \sa DenseBase::minCoeff(IndexTyp
[all...]
H A DRedux.h406 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
426 DenseBase<Derived>::minCoeff() const function in class:Eigen::DenseBase
H A DVectorwiseOp.h106 EIGEN_MEMBER_FUNCTOR(minCoeff, (Size-1)*NumTraits<Scalar>::AddCost);
302 * \sa DenseBase::minCoeff() */
304 const MinCoeffReturnType minCoeff() const function in class:Eigen::VectorwiseOp

Completed in 290 milliseconds