Searched refs:map_reserve (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/numeric/ublas/ |
D | storage_sparse.hpp | 545 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
|
D | vector_sparse.hpp | 340 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()
|
D | matrix_sparse.hpp | 306 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()
|