Module raphson_finite_diff

Source
Expand description

Uses a Newton Raphson method where the Jacobian is computed via finite differencing.

Re-exportsยง

pub use crate::md::Variable;
pub use crate::md::Vary;