Searched defs:MapBase (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | MapBase.h | 149 …explicit inline MapBase(PointerType dataPtr) : m_data(dataPtr), m_rows(RowsAtCompileTime), m_cols(… in MapBase() function 157 inline MapBase(PointerType dataPtr, Index vecSize) in MapBase() function 170 inline MapBase(PointerType dataPtr, Index rows, Index cols) in MapBase() function 279 EIGEN_DEVICE_FUNC explicit inline MapBase(PointerType dataPtr) : Base(dataPtr) {} in MapBase() function 280 EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} in MapBase() function 281 …EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index rows, Index cols) : Base(dataPtr, rows… in MapBase() function
|