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

/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h115 typedef const Eigen::Map<const Derived, Unaligned> ConstMapType; typedef in class:Eigen::PlainObjectBase
475 static inline ConstMapType Map(const Scalar* data)
476 { return ConstMapType(data); }
479 static inline ConstMapType Map(const Scalar* data, Index size)
480 { return ConstMapType(data, size); }
483 static inline ConstMapType Map(const Scalar* data, Index rows, Index cols)
484 { return ConstMapType(data, rows, cols); }

Completed in 42 milliseconds