Searched defs:cast_to_pointer_type (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DMap.h115 inline PointerType cast_to_pointer_type(PointerArgType ptr) { return const_cast<PointerType>(ptr); } function in class:Eigen::Map
118 inline PointerType cast_to_pointer_type(PointerArgType ptr) { return ptr; } function in class:Eigen::Map
140 : Base(cast_to_pointer_type(dataPtr)), m_stride(a_stride)
152 : Base(cast_to_pointer_type(dataPtr), a_size), m_stride(a_stride)
165 : Base(cast_to_pointer_type(dataPtr), nbRows, nbCols), m_stride(a_stride)

Completed in 65 milliseconds