SatelliteToolboxBase v1.1.0
- The package now define a lower triangular storage type
LowerTriangularMatrix. This object can be used to store data that fits in a lower triangular matrix, such as the Legendre coefficients of a spherical harmonics model. It supports both row-major and column-major storage order.
Closed issues:
- Convert TLE to KeplerianElements (#6)