.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _triqs__det_manip__det_manip__reserve: triqs::det_manip::det_manip::reserve ==================================== *#include * **Synopsis** .. rst-class:: cppsynopsis | void :red:`reserve` (long :param:`new_N`, long :param:`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 ^^^^^^^^^^ * :param:`new_N` The new size of the reserved memory