tools - EranOfek/AstroPack GitHub Wiki
Description
The tools package contains general utility functions for array and data types manipulation and mathematical operations.
Content
The tools package contains the following sub packages:
- array - Array operations.
- cell - Cell array operations
- code - Code template, function list generation, and function master list website generation.
- deriv - Numerical derivatives.
- find - Search function, like binary search, and local maxima using Bessel interpolation.
- gui - GUI.
- install - Install functions.
- interp - Interpolation functions.
- latex - LaTex functions.
- math - Math functions.
- os - Operation System functions.
- rand - Random numbers.
- string - String functions.
- struct - Struct array functions.
- class - Class array functions.
- table - Table functions.