Searched refs:smart_copy (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | CompressedStorage.h | 54 internal::smart_copy(other.m_values, other.m_values + m_size, m_values); 55 internal::smart_copy(other.m_indices, other.m_indices + m_size, m_indices); 211 internal::smart_copy(m_values, m_values+copySize, newValues); in reallocate() 212 internal::smart_copy(m_indices, m_indices+copySize, newIndices); in reallocate()
|
/external/eigen/Eigen/src/Core/util/ |
D | Memory.h | 503 template<typename T> void smart_copy(const T* start, const T* end, T* target) in smart_copy() function
|