Tolerances
このコンテンツはまだ日本語訳がありません。
Defined in: error.rs:5
pub struct Tolerances { pub atol: f64, pub rtol: f64,}Tolerance configuration for adaptive step-size integrators.
Fields
Section titled “Fields”atol: f64
Absolute tolerance (applied uniformly to all state components).
rtol: f64
Relative tolerance (applied uniformly to all state components).