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

/external/eigen/Eigen/src/Core/
H A DVisitor.h73 * \sa minCoeff(Index*,Index*), maxCoeff(Index*,Index*), DenseBase::redux()
112 * \sa DenseBase::minCoeff(Index*, Index*)
170 * \sa DenseBase::minCoeff(Index*), DenseBase::maxCoeff(Index*,Index*), DenseBase::visitor(), DenseBase::minCoeff()
175 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const function in class:Eigen::DenseBase
187 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::minCoeff()
192 DenseBase<Derived>::minCoeff(IndexType* index) const function in class:Eigen::DenseBase
204 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff()
221 * \sa DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::minCoeff(IndexTyp
[all...]
H A DRedux.h321 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
338 DenseBase<Derived>::minCoeff() const function in class:Eigen::DenseBase
H A DVectorwiseOp.h126 EIGEN_MEMBER_FUNCTOR(minCoeff, (Size-1)*NumTraits<Scalar>::AddCost);
287 * \sa DenseBase::minCoeff() */
288 const typename ReturnType<internal::member_minCoeff>::Type minCoeff() const function in class:Eigen::VectorwiseOp

Completed in 77 milliseconds