Home | History | Annotate | Download | only in Core

Lines Matching refs:PlainObject

40                  RhsType::PlainObject::Options,
42 RhsType::MaxColsAtCompileTime>::type PlainObject;
47 : traits<typename solve_traits<Decomposition,RhsType,typename internal::traits<RhsType>::StorageKind>::PlainObject>
49 typedef typename solve_traits<Decomposition,RhsType,typename internal::traits<RhsType>::StorageKind>::PlainObject PlainObject;
51 typedef traits<PlainObject> BaseTraits;
65 typedef typename internal::traits<Solve>::PlainObject PlainObject;
115 : public evaluator<typename Solve<Decomposition,RhsType>::PlainObject>
118 typedef typename SolveType::PlainObject PlainObject;
119 typedef evaluator<PlainObject> Base;
131 PlainObject m_result;