libIntegrate
libIntegrate copied to clipboard
Update README with integrator interface additions
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);
I2 = integrate(x,y,10,20); // integrate function from x[10] to x[20]