Searched defs:minCoeff (Results 1 - 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Core/ |
H A D | 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 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 D | Redux.h | 406 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise() 426 DenseBase<Derived>::minCoeff() const function in class:Eigen::DenseBase
|
H A D | VectorwiseOp.h | 106 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 750 milliseconds