Tags: JuliaMath/NumericalIntegration.jl
Tags
[Diff since v0.3.3](v0.3.3...v0.3.4) **Merged pull requests:** - Compatibility with Interpolations ≥ 0.14.3 (#46) (@wg030) - Fix interpolations compat (#50) (@oscardssmith) - add CI (#51) (@oscardssmith) **Closed issues:** - Multidimensional example is not working (#37)
## NumericalIntegration v0.3.2 [Diff since v0.3.1](v0.3.1...v0.3.2) **Merged pull requests:** - Create CompatHelper.yml (#32) (@SebastianM-C) - CompatHelper: add new compat entry for "Interpolations" at version "0.13" (#33) (@github-actions[bot])
Added function to perform cumulative integrals, and array inputs (#15) * (1) Added function cumul_integrate to perform cumulative integrals (similar to functions like cumtrapz in Matlab) (2) Added methods to compute integrals and cumulative integrals for each column of an input Array (3) updated documentation of functions (4) updated readme * Modified name of function for cumulative integrals to "cumul_integrate". New methods to integrate along specific dimensions of a matrix. Use Trapzedoial() (instead of TrapezoidalFast()) as default method, for safety.
Correct the TrapezoidalEven() method and optimize the performance a l… …ittle bit. (#8) * Make integrations work for complex numbers as well. * Correct the formula of the TrapezoidalEven method. * Optimize the performance by reducing some unnecessary operations.
PreviousNext