libIntegrate
libIntegrate copied to clipboard
A C++ library for integrating discretized functions.
Results
1
libIntegrate issues
Sort by
recently updated
recently updated
newest added
The integration classes have some new methods that are not documented yet. For example, you can can now pass optional index bounds when integrating discretized function ``` I = integrate(x,y);...