Home
last modified time | relevance | path

Searched refs:smart_copy (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DCompressedStorage.h54 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/
DMemory.h503 template<typename T> void smart_copy(const T* start, const T* end, T* target) in smart_copy() function