Searched defs:MapAligned (Results 1 - 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Core/ |
H A D | PlainObjectBase.h | 488 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...] |
Completed in 101 milliseconds