1 #ifndef CPPAD_CG_INDEX_PATTERN_INCLUDED 2 #define CPPAD_CG_INDEX_PATTERN_INCLUDED 27 virtual IndexPatternType getType()
const = 0;
29 virtual void getSubIndexes(std::set<IndexPattern*>& indexes)
const = 0;
44 template<
class VectorSizeT>
static IndexPattern * detect(const VectorSizeT &x2y)