Numerical calculus

Numerical calculus#

The source code for the C# tests in Visual Studio is divided by in 2 parts:

Part 1 contains procedures from DAMath, Boost Math, Boost Odeint and Eigen. The source code for the C# tests in Visual Studio can be found online in the XlCalcNet repository or in the corresponding local XlCalcNet folder in the file B05a_NumericalCalculus.cs.

Part 2 is devoted to numerical integration in ball arithmetic. The source code for the C# tests in Visual Studio can be found online in the XlCalcNet repository or in the corresponding local XlCalcNet folder in the file B05b_FlintNumericalCalculus.cs.

Numerical calculus