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

/external/eigen/test/
H A Dsparse_ref.cpp34 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) argument
37 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType;
H A Dgeo_quaternion.cpp261 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) argument
268 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType;
H A Dmapped_matrix.cpp148 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) argument
155 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType;
H A Dref.cpp142 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) argument
145 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType;
/external/eigen/Eigen/src/Core/
H A DRef.h21 typedef _PlainObjectType PlainObjectType; typedef in struct:Eigen::internal::traits
32 StorageOrderMatch = PlainObjectType::IsVectorAtCompileTime || Derived::IsVectorAtCompileTime || ((PlainObjectType::Flags&RowMajorBit)==(Derived::Flags&RowMajorBit)),
44 AlignmentMatch = (int(traits<PlainObjectType>::Alignment)==int(Unaligned)) || (DerivedAlignment >= int(Alignment)), // FIXME the first condition is not very clear, it should be replaced by the required alignment
45 ScalarTypeMatch = internal::is_same<typename PlainObjectType::Scalar, typename Derived::Scalar>::value,
61 typedef typename internal::traits<Derived>::PlainObjectType PlainObjectType; typedef in class:Eigen::RefBase
98 if(PlainObjectType::RowsAtCompileTime==1)
103 else if(PlainObjectType::ColsAtCompileTime==1)
111 if(Expression::IsVectorAtCompileTime && (!PlainObjectType
[all...]
H A DCoreEvaluators.h130 typedef PlainObjectBase<Derived> PlainObjectType; typedef in struct:Eigen::internal::evaluator
131 typedef typename PlainObjectType::Scalar Scalar;
132 typedef typename PlainObjectType::CoeffReturnType CoeffReturnType;
135 IsRowMajor = PlainObjectType::IsRowMajor,
136 IsVectorAtCompileTime = PlainObjectType::IsVectorAtCompileTime,
137 RowsAtCompileTime = PlainObjectType::RowsAtCompileTime,
138 ColsAtCompileTime = PlainObjectType::ColsAtCompileTime,
154 EIGEN_DEVICE_FUNC explicit evaluator(const PlainObjectType& m)
454 template<typename NullaryOp, typename PlainObjectType>
455 struct evaluator<CwiseNullaryOp<NullaryOp,PlainObjectType> >
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseRef.h27 typedef SparseMatrix<MatScalar,MatOptions,MatIndex> PlainObjectType; typedef in struct:Eigen::internal::traits
30 Flags = traits<PlainObjectType>::Flags | CompressedAccessBit | NestByRefBit
35 StorageOrderMatch = PlainObjectType::IsVectorAtCompileTime || Derived::IsVectorAtCompileTime || ((PlainObjectType::Flags&RowMajorBit)==(Derived::Flags&RowMajorBit)),
56 typedef SparseVector<MatScalar,MatOptions,MatIndex> PlainObjectType; typedef in struct:Eigen::internal::traits
59 Flags = traits<PlainObjectType>::Flags | CompressedAccessBit | NestByRefBit
131 typedef SparseMatrix<MatScalar,MatOptions,MatIndex> PlainObjectType; typedef in class:Eigen::Ref
262 typedef SparseVector<MatScalar,MatOptions,MatIndex> PlainObjectType; typedef in class:Eigen::Ref
H A DSparseMap.h21 typedef SparseMatrix<MatScalar,MatOptions,MatIndex> PlainObjectType; typedef in struct:Eigen::internal::traits
22 typedef traits<PlainObjectType> TraitsBase;
32 typedef SparseMatrix<MatScalar,MatOptions,MatIndex> PlainObjectType; typedef in struct:Eigen::internal::traits
33 typedef traits<PlainObjectType> TraitsBase;

Completed in 889 milliseconds