Medial Code Documentation
Loading...
Searching...
No Matches
Public Types
Eigen::internal::nested_eval< T, n, PlainObject > Struct Template Reference

Public Types

enum  {
  ScalarReadCost = NumTraits<typename traits<T>::Scalar>::ReadCost , CoeffReadCost = evaluator<T>::CoeffReadCost , NAsInteger = n == Dynamic ? HugeCost : n , CostEval = (NAsInteger+1) * ScalarReadCost + CoeffReadCost ,
  CostNoEval = NAsInteger * CoeffReadCost
}
 
typedef conditional<((int(evaluator< T >::Flags)&EvalBeforeNestingBit)||(int(CostEval)< int(CostNoEval))), PlainObject, typenameref_selector< T >::type >::type type
 

The documentation for this struct was generated from the following file: