Medial Code Documentation
|
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 |