24#ifndef quantlib_fdm_mesher_integral_hpp
25#define quantlib_fdm_mesher_integral_hpp
34 const ext::shared_ptr<FdmMesherComposite>& mesher,
41 const std::vector<ext::shared_ptr<Fdm1dMesher> >
meshers_;
1-D array used in linear algebra.
const ext::function< Real(const Array &, const Array &)> & integrator1d_
Real integrate(const Array &f) const
const std::vector< ext::shared_ptr< Fdm1dMesher > > meshers_
FdmMesher which is a composite of Fdm1dMesher.
Maps function, bind and cref to either the boost or std implementation.