







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 <https://github.com/duhadler/XlCalcNet/blob/master/xlcalcnet/Addin/NET48/Source/TestFixedAndArbPrecCS/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 <https://github.com/duhadler/XlCalcNet/blob/master/xlcalcnet/Addin/NET48/Source/TestFixedAndArbPrecCS/B05b_FlintNumericalCalculus.cs>`__.







.. toctree::
    :caption: Numerical calculus 
    :maxdepth: 3


    C01_Introduction.rst

    C02_DAmathRootfinding.rst

    C03_BoostRootfinding.rst

    C04_MpMathRootfindingOptimisation.rst

    C05_DAmathQuadrature.rst

    C06_BoostQuadrature.rst

    C07_MpMathIntegration.rst

    C08_MpMathInverseLaplaceTransform.rst

    C09_BoostOdeint.rst

    C10_MpMathDifferentiation.rst

    C11_MpMathAsymptoticExpansions.rst

    C12_MpMathFunctionsApproximation.rst

    C13_MpMathSumsLimits.rst

    C14_MpMathNumberIdentification.rst

    C15_MpMathPolynomials.rst


    C16_EigenPolynomials.rst

    C17_EigenMinPack.rst

    C18_EigenCppOptLib.rst


    C19_FlintPolynomials.rst

    C20_FlintPowerSeries.rst

    C21_FlintDifferentiation.rst

    C22_FlintIntegration.rst




