Class TempLat::NumericalIntegrator
ClassList > TempLat > NumericalIntegrator
A class which encapsulate some newto-cotes integration formula. Assume that the point are equispaced. More...
#include <numericalintegrator.h>
Public Functions
| Type | Name |
|---|---|
| NumericalIntegrator () |
Public Static Functions
| Type | Name |
|---|---|
| T | integrate (const std::vector< T > & vec, T dt) |
Detailed Description
Unit test: ctest -R test-numericalintegrator
Public Functions Documentation
function NumericalIntegrator
Public Static Functions Documentation
function integrate
template<typename T>
static inline T TempLat::NumericalIntegrator::integrate (
const std::vector< T > & vec,
T dt
)
The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/util/numericalintegrator.h