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

/external/eigen/Eigen/src/Core/util/
H A DMemory.h481 // std::copy is much slower than memcpy, so let's introduce a smart_copy which
485 template<typename T> EIGEN_DEVICE_FUNC void smart_copy(const T* start, const T* end, T* target) function in namespace:Eigen::internal

Completed in 78 milliseconds