russell_lab 2.8.2

Scientific laboratory for linear algebra and numerical mathematics
Documentation
1
2
3
4
5
/// Constant to indicate an uninitialized value
pub(crate) const UNINITIALIZED: f64 = f64::INFINITY;

/// Indicates that no extra arguments for f(x) are needed
pub type NoArgs = u8;