alice-math 0.1.0

A topology and algebra library from first principles
Documentation
1
2
3
4
5
6
7
8
pub mod exp_log;
pub mod adjoint;
pub(crate) mod faer_bridge;

#[doc(hidden)]
pub mod faer_bridge_pub {
    pub use super::faer_bridge::{matrix_exp, matrix_log};
}