Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 625 Bytes

File metadata and controls

20 lines (15 loc) · 625 Bytes

Astrocore

Generalized core numerical algorithms originally intended for astrophysical purposes.

See the wiki for information on how to use this package here. Trust me, the wiki looks much better than this page!

Currently implemented aspects:

  1. Inversions
    1. Newton-Raphson
    2. Brent-Dekker
    3. Secant
    4. Bisection
    5. Hybrid (Custom Definition)
  2. Linear Algebra
    1. LU Decomposition w/ Doolittle's Method
  3. Monte Carlo Methods
    1. Area (Definite Integral Approximation)

See the project on PyPI here.