TMB Documentation
v1.9.11
|
Multivariate integral class. More...
#include <integrate.hpp>
Public Member Functions | |
mvIntegral< mvIntegral > | wrt (Scalar &x, Scalar a=-INFINITY, Scalar b=INFINITY) |
With respect to. | |
Multivariate integral class.
Takes Integrand (functor) as template parameter. Integrand must be a template class where:
Use this class if multiple integrals must be computed with different parameters. Otherwise use the 'mvIntegrate' function (see below).
Definition at line 186 of file tiny_ad/integrate/integrate.hpp.