lsst.afw g6a551823f2+3cc41d2aa1
Public Member Functions | List of all members
lsst::afw::math::details::Int2DAuxType< BF, YREG > Class Template Reference

#include <Integrate.h>

Inheritance diagram for lsst::afw::math::details::Int2DAuxType< BF, YREG >:
std::unary_function< BF::first_argument_type, BF::result_type >

Public Member Functions

 Int2DAuxType (BF const &func, YREG const &yreg, typename BF::result_type const &abserr, typename BF::result_type const &relerr)
 
BF::result_type operator() (typename BF::first_argument_type x) const
 

Detailed Description

template<class BF, class YREG>
class lsst::afw::math::details::Int2DAuxType< BF, YREG >

Definition at line 634 of file Integrate.h.

Constructor & Destructor Documentation

◆ Int2DAuxType()

template<class BF , class YREG >
lsst::afw::math::details::Int2DAuxType< BF, YREG >::Int2DAuxType ( BF const &  func,
YREG const &  yreg,
typename BF::result_type const &  abserr,
typename BF::result_type const &  relerr 
)
inline

Definition at line 636 of file Integrate.h.

Member Function Documentation

◆ operator()()

template<class BF , class YREG >
BF::result_type lsst::afw::math::details::Int2DAuxType< BF, YREG >::operator() ( typename BF::first_argument_type  x) const
inline

Definition at line 640 of file Integrate.h.


The documentation for this class was generated from the following file: