Searched defs:resize_internal (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/numeric/ublas/ |
| D | storage.hpp | 142 void resize_internal (const size_type size, const value_type init, const bool preserve) { in resize_internal() function in boost::numeric::ublas::unbounded_array 603 void resize_internal (size_type size, value_type init, bool preserve = true) { in resize_internal() function in boost::numeric::ublas::array_adaptor 618 void resize_internal (size_type size, pointer data, value_type init, bool preserve = true) { in resize_internal() function in boost::numeric::ublas::array_adaptor 840 void resize_internal (size_type size, value_type init, bool preserve = true) { in resize_internal() function in boost::numeric::ublas::shallow_array_adaptor 853 void resize_internal (size_type size, pointer data, value_type init, bool preserve = true) { in resize_internal() function in boost::numeric::ublas::shallow_array_adaptor
|