Home
last modified time | relevance | path

Searched refs:map_reserve (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dstorage_sparse.hpp545 void map_reserve (M &/* m */, typename M::size_type /* capacity */) { in map_reserve() function
549 …void map_reserve (map_array<I, T, ALLOC> &m, typename map_array<I, T, ALLOC>::size_type capacity) { in map_reserve() function
Dvector_sparse.hpp340 detail::map_reserve (data(), restrict_capacity (non_zeros)); in mapped_vector()
351 detail::map_reserve (data(), restrict_capacity (non_zeros)); in mapped_vector()
401 detail::map_reserve (data (), restrict_capacity (non_zeros)); in reserve()
Dmatrix_sparse.hpp306 detail::map_reserve (data (), restrict_capacity (non_zeros)); in mapped_matrix()
317 detail::map_reserve (data (), restrict_capacity (non_zeros)); in mapped_matrix()
372 detail::map_reserve (data (), restrict_capacity (non_zeros)); in reserve()