Searched refs:MapAligned (Results 1 - 5 of 5) sorted by relevance

/external/eigen/test/
H A Dmapstaticmethods.cpp31 PlainObjectType::MapAligned(ptr).setZero();
33 PlainObjectType::MapAligned(const_ptr).sum();
36 PlainObjectType::MapAligned(ptr, InnerStride<>(i)).setZero();
38 PlainObjectType::MapAligned(const_ptr, InnerStride<>(i)).sum();
41 PlainObjectType::MapAligned(ptr, InnerStride<3>()).setZero();
43 PlainObjectType::MapAligned(const_ptr, InnerStride<5>()).sum();
46 PlainObjectType::MapAligned(ptr, OuterStride<>(i)).setZero();
48 PlainObjectType::MapAligned(const_ptr, OuterStride<>(i)).sum();
51 PlainObjectType::MapAligned(ptr, OuterStride<3>()).setZero();
53 PlainObjectType::MapAligned(const_pt
[all...]
H A Ddontalign.cpp42 // bug 219: MapAligned() was giving an assert with EIGEN_DONT_ALIGN, because Map Flags were miscomputed
44 v = VectorType::MapAligned(array, rows);
H A Dmapped_matrix.cpp89 VectorType::MapAligned(array1, size) = VectorType::Random(size);
93 VectorType ma2 = VectorType::MapAligned(array2, size);
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h488 static inline ConstAlignedMapType MapAligned(const Scalar* data) function in class:Eigen::PlainObjectBase
490 static inline AlignedMapType MapAligned(Scalar* data) function in class:Eigen::PlainObjectBase
492 static inline ConstAlignedMapType MapAligned(const Scalar* data, Index size) function in class:Eigen::PlainObjectBase
494 static inline AlignedMapType MapAligned(Scalar* data, Index size) function in class:Eigen::PlainObjectBase
496 static inline ConstAlignedMapType MapAligned(const Scalar* data, Index rows, Index cols) function in class:Eigen::PlainObjectBase
498 static inline AlignedMapType MapAligned(Scalar* data, Index rows, Index cols) function in class:Eigen::PlainObjectBase
521 static inline typename StridedConstAlignedMapType<Stride<Outer, Inner> >::type MapAligned(const Scalar* data, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
524 static inline typename StridedAlignedMapType<Stride<Outer, Inner> >::type MapAligned(Scalar* data, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
527 static inline typename StridedConstAlignedMapType<Stride<Outer, Inner> >::type MapAligned(const Scalar* data, Index size, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
530 static inline typename StridedAlignedMapType<Stride<Outer, Inner> >::type MapAligned(Scala function in class:Eigen::PlainObjectBase
533 static inline typename StridedConstAlignedMapType<Stride<Outer, Inner> >::type MapAligned(const Scalar* data, Index rows, Index cols, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
536 static inline typename StridedAlignedMapType<Stride<Outer, Inner> >::type MapAligned(Scalar* data, Index rows, Index cols, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
[all...]
/external/eigen/test/eigen2/
H A Deigen2_map.cpp78 VectorType::MapAligned(array1, size) = VectorType::Random(size);
82 VectorType ma2 = VectorType::MapAligned(array2, size);

Completed in 119 milliseconds