Skip to content

Latest commit

 

History

History
executable file
·
55 lines (35 loc) · 1.2 KB

doc.rst

File metadata and controls

executable file
·
55 lines (35 loc) · 1.2 KB
.. module:: mathtoolspy

API Documentation

.. toctree::


Distributions

.. automodule:: mathtoolspy.distribution.normal_distribution


Interpolation

.. automodule:: mathtoolspy.interpolation.linear
.. automodule:: mathtoolspy.interpolation.spline
.. automodule:: mathtoolspy.interpolation.bilinear


Integration

.. automodule:: mathtoolspy.integration.gauss_kronrod_integrator
.. automodule:: mathtoolspy.integration.gauss_legendre_integrator
.. automodule:: mathtoolspy.integration.gauss_lobatto_integrator
.. automodule:: mathtoolspy.integration.simplex_integrator


Solver

.. automodule:: mathtoolspy.solver.analytic_solver
.. automodule:: mathtoolspy.solver.minimize_algorithm_1dim_brent
.. automodule:: mathtoolspy.solver.minimize_algorithm_1dim_golden
.. automodule:: mathtoolspy.solver.minimize_algorithm_ndim_powell
.. automodule:: mathtoolspy.solver.minimum_bracketing
.. automodule:: mathtoolspy.solver.optimizer


Utilities

.. automodule:: mathtoolspy.utils.math_fcts
.. automodule:: mathtoolspy.utils.mathconst
.. automodule:: mathtoolspy.utils.surface