triqs::det_manip::det_manip::reserve

#include <triqs/det_manip/det_manip.hpp>

Synopsis

void reserve (size_t new_size)

Like for std::vector, reserve memory for a bigger size. Preserves only the matrix, not the temporary working vectors/matrices, so do NOT use it between a try_XXX and a complete_operation

Parameters

  • new_size The new size of the reserved memory