Skip to main content

apply_gradient_weights_f64

Function apply_gradient_weights_f64 

Source
pub fn apply_gradient_weights_f64(
    out_x: &mut [f64],
    out_y: &mut [f64],
    out_z: &mut [f64],
    mx: &[f64],
    my: &[f64],
    mz: &[f64],
    p: &[f64],
    gx: &[f64],
    gy: &[f64],
    gz: &[f64],
)
Expand description

Apply per-direction gradient weights (f64 version)