WPILibC++ 2023.4.3-108-ge5452e3
|
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 , Evaluate = (int(evaluator<T>::Flags) & EvalBeforeNestingBit) || (int(CostEval) < int(CostNoEval)) } |
typedef conditional< Evaluate, PlainObject, typenameref_selector< T >::type >::type | type |
typedef conditional<Evaluate,PlainObject,typenameref_selector<T>::type>::type Eigen::internal::nested_eval< T, n, PlainObject >::type |
anonymous enum |