andam 0.1.2

A comprehensive Rust library for cosmological calculations, visualizations and simulations
Documentation
1
2
3
4
5
6
7
//! Linear perturbation theory and evolution

pub mod boltzmann;
pub mod growth;

pub use boltzmann::{BoltzmannSolver, PerturbationMode};
pub use growth::{growth_factor, growth_rate};