Searched defs:PlainObjectType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/test/
H A Dmapped_matrix.cpp103 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) argument
110 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType;
H A Dgeo_quaternion.cpp256 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) argument
263 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType;
H A Dref.cpp147 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) argument
150 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType;
/external/eigen/Eigen/src/Core/
H A DRef.h16 template<typename PlainObjectType, int Options = 0,
17 typename StrideType = typename internal::conditional<PlainObjectType::IsVectorAtCompileTime,InnerStride<1>,OuterStride<> >::type > class Ref;
24 * \tparam PlainObjectType the equivalent matrix type of the mapped data
94 typedef _PlainObjectType PlainObjectType; typedef in struct:Eigen::internal::traits
104 StorageOrderMatch = PlainObjectType::IsVectorAtCompileTime || Derived::IsVectorAtCompileTime || ((PlainObjectType::Flags&RowMajorBit)==(Derived::Flags&RowMajorBit)),
110 AlignmentMatch = (_Options!=Aligned) || ((PlainObjectType::Flags&AlignedBit)==0) || ((traits<Derived>::Flags&AlignedBit)==AlignedBit),
126 typedef typename internal::traits<Derived>::PlainObjectType PlainObjectType; typedef in class:Eigen::RefBase
163 if(PlainObjectType
[all...]

Completed in 508 milliseconds