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

/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h119 typedef const Eigen::Map<const Derived, Aligned> ConstAlignedMapType; typedef in class:Eigen::PlainObjectBase
488 static inline ConstAlignedMapType MapAligned(const Scalar* data)
489 { return ConstAlignedMapType(data); }
492 static inline ConstAlignedMapType MapAligned(const Scalar* data, Index size)
493 { return ConstAlignedMapType(data, size); }
496 static inline ConstAlignedMapType MapAligned(const Scalar* data, Index rows, Index cols)
497 { return ConstAlignedMapType(data, rows, cols); }

Completed in 89 milliseconds