#include <trapezoid.hpp>
template<typename data__>
template<typename data__>
template<typename data__>
template<typename data__>
template<typename yit__ >
Performs quadrature for a uniform spacing of y points
- Parameters
-
| yit__ | - iterator type for y points |
[in] | dx | - uniform grid spacing |
[in] | yb | - start iterator of y points |
[in] | ye | - end iterator of y points |
- Returns
- result from quadrature
template<typename data__>
template<typename xit__ , typename yit__ >
Performs quadrature for a nonuniform spacing of y points
- Parameters
-
| xit__ | - iterator type for grid points |
| yit__ | - iterator type for y points |
[in] | x | - start iterator of grid points |
[in] | yb | - start iterator of y points |
[in] | ye | - end iterator of y points |
- Returns
- result from quadrature
template<typename data__>
The documentation for this class was generated from the following file: