OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smart_copy
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/SparseCore/
CompressedStorage.h
211
internal::
smart_copy
(m_values, m_values+copySize, newValues);
212
internal::
smart_copy
(m_indices, m_indices+copySize, newIndices);
/external/eigen/Eigen/src/Core/util/
Memory.h
474
// std::copy is much slower than memcpy, so let's introduce a
smart_copy
which
478
template<typename T> void
smart_copy
(const T* start, const T* end, T* target)
function in namespace:Eigen::internal
[
all
...]
Completed in 154 milliseconds