triqs::det_manip::det_manip::reserve
#include <triqs/det_manip/det_manip.hpp>
Synopsis
void reserve (long new_N, long new_k = 1)
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_N The new size of the reserved memory