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 73 * \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* row, IndexType* col) const
187 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::minCoeff()
192 DenseBase<Derived>::minCoeff(IndexType* index) const
204 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff()
221 * \sa DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff(
    [all...]
Redux.h 321 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
337 DenseBase<Derived>::minCoeff() const
VectorwiseOp.h 125 EIGEN_MEMBER_FUNCTOR(minCoeff, (Size-1)*NumTraits<Scalar>::AddCost);
262 * \sa DenseBase::minCoeff() */
263 const typename ReturnType<internal::member_minCoeff>::Type minCoeff() const

Completed in 73 milliseconds