libIntegrate icon indicating copy to clipboard operation
libIntegrate copied to clipboard

Update README with integrator interface additions

Open CD3 opened this issue 3 years ago • 0 comments

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]

CD3 avatar Apr 17 '22 16:04 CD3