HomeSort by relevance Sort by last modified time
    Searched defs:minCoeff (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
Visitor.h 102 * \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
219 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::minCoeff()
225 DenseBase<Derived>::minCoeff(IndexType* index) const
238 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::maxCoeff(
    [all...]
Redux.h 406 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
426 DenseBase<Derived>::minCoeff() const
VectorwiseOp.h 106 EIGEN_MEMBER_FUNCTOR(minCoeff, (Size-1)*NumTraits<Scalar>::AddCost);
302 * \sa DenseBase::minCoeff() */
304 const MinCoeffReturnType minCoeff() const

Completed in 60 milliseconds