triqs::det_manip::det_manip::constructor
#include <triqs/det_manip/det_manip.hpp>
Synopsis
det_manip (FunctionType F, long init_size) template<typename ArgumentContainer1, typename ArgumentContainer2>det_manip (FunctionType F, ArgumentContainer1 const & X, ArgumentContainer2 const & Y) det_manip (det_manip<FunctionType> const & ) det_manip (det_manip<FunctionType> && rhs) noexcept
Documentation
Template parameters
ArgumentContainer
Parameters
F The function (NB : a copy is made of the F object in this class).
- init_size The maximum size of the matrix before a resize (like reserve in std::vector).
Like std::vector, resize is automatic (by a factor 2) but can yield a performance penalty if it happens too often.
X, Y : container for X,Y.