rfa 0.5.9

A port ERFA to Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
//! This module contains portrayed ERFA routines with matrix and vectors.

pub mod angle_ops;
pub mod build_rotations;
pub mod init;
pub mod copy_ext;
pub mod matrix_ops;
pub mod vector_ops;
pub mod matrix_vec_prod;
pub mod spherical_cartesian;