HomeSort by relevance Sort by last modified time
    Searched refs:EvalBeforeNestingBit (Results 1 - 10 of 10) sorted by null

  /external/eigen/Eigen/src/Core/util/
Constants.h 65 const unsigned int EvalBeforeNestingBit = 0x2;
191 | EvalBeforeNestingBit;
XprHelper.h 443 // This situation is already taken care by the EvalBeforeNestingBit flag, which is turned ON
449 Evaluate = (int(evaluator<T>::Flags) & EvalBeforeNestingBit) || (int(CostEval) < int(CostNoEval))
    [all...]
  /external/eigen/Eigen/src/Core/
Inverse.h 101 enum { Flags = Base::Flags | EvalBeforeNestingBit };
ReturnByValue.h 27 | EvalBeforeNestingBit) & ~DirectAccessBit
35 * FIXME: I don't understand why we need this specialization: isn't this taken care of by the EvalBeforeNestingBit ??
36 * Answer: EvalBeforeNestingBit should be deprecated since we have the evaluators
Solve.h 121 enum { Flags = Base::Flags | EvalBeforeNestingBit };
ProductEvaluators.h 103 Flags = Base::Flags | EvalBeforeNestingBit
604 Flags = Base::Flags | EvalBeforeNestingBit
    [all...]
CoreEvaluators.h 468 | (functor_traits<NullaryOp>::IsRepeatable ? 0 : EvalBeforeNestingBit),
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 104 Flags = Base::Flags | EvalBeforeNestingBit
127 Flags = Base::Flags | EvalBeforeNestingBit
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 242 | EvalBeforeNestingBit,
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 50 | EvalBeforeNestingBit,

Completed in 171 milliseconds