HomeSort by relevance Sort by last modified time
    Searched full:cast_to_pointer_type (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Core/
Map.h 115 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 804 milliseconds