sidereon-core 0.9.2

The complete Sidereon engine: numerical astrodynamics propagation core plus the GNSS domain layer (SP3, broadcast ephemeris, multi-GNSS positioning, RTK/PPP, ionosphere/troposphere, DOP) behind a default-on gnss feature
Documentation
1
2
3
4
5
6
7
8
pub mod interp;
pub mod least_squares;
pub mod linear;
pub mod mat3;
pub mod polynomial;
pub mod robust;
pub mod special;
pub mod vec3;