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

  /external/eigen/Eigen/src/Core/
StableNorm.h 20 Scalar maxCoeff = bl.cwiseAbs().maxCoeff();
22 if(maxCoeff>scale)
24 ssq = ssq * numext::abs2(scale/maxCoeff);
25 Scalar tmp = Scalar(1)/maxCoeff;
31 else if(maxCoeff>NumTraits<Scalar>::highest()) // we got a INF
34 scale = maxCoeff;
38 scale = maxCoeff;
42 else if(maxCoeff!=maxCoeff) // we got a Na
    [all...]
Visitor.h 102 * \sa minCoeff(Index*,Index*), maxCoeff(Index*,Index*), DenseBase::redux()
170 * \sa DenseBase::maxCoeff(Index*, Index*)
201 * \sa DenseBase::minCoeff(Index*), DenseBase::maxCoeff(Index*,Index*), DenseBase::visit(), DenseBase::minCoeff()
219 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::minCoeff()
234 /** \fn DenseBase<Derived>::maxCoeff(IndexType* rowId, IndexType* colId) const
238 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::maxCoeff()
244 DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const
256 * \sa DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff()
262 DenseBase<Derived>::maxCoeff(IndexType* index) cons
    [all...]
Redux.h 406 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
436 DenseBase<Derived>::maxCoeff() const
VectorwiseOp.h 107 EIGEN_MEMBER_FUNCTOR(maxCoeff, (Size-1)*NumTraits<Scalar>::AddCost);
315 * \sa DenseBase::maxCoeff() */
317 const MaxCoeffReturnType maxCoeff() const
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 272 int32_t nHP, pHP, wNoisyHP, wPriodicHP, corr, minCorr, maxCoeff;
494 maxCoeff = WebRtcSpl_MaxAbsValueW32(
499 while( maxCoeff > WEBRTC_SPL_WORD16_MAX )
501 maxCoeff >>= 1;

Completed in 815 milliseconds