triqs::det_manip::det_manip::try_refill
#include <triqs/det_manip/det_manip.hpp>
Synopsis
template<typename ArgumentContainer1, typename ArgumentContainer2>value_type try_refill (ArgumentContainer1 const & X, ArgumentContainer2 const & Y)
Refill determinant with new values
New values are calculated as f(x_i, y_i)
Returns the ratio of det Minv_new / det Minv.
This routine does NOT make any modification. It has to be completed with complete_operation().