[][src]Function nyx_space::propagators::error_ctrl::rss_step

pub fn rss_step(
    prop_err: &Vector3<f64>,
    candidate: &Vector3<f64>,
    cur_state: &Vector3<f64>
) -> f64

An RSS step error control which effectively computes the L2 norm of the provided Vector of size 3

Note that this error controller should be preferrably be used only with slices of a state with the same units. For example, one should probably use this for position independently of using it for the velocity. (Source)[https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3045]