[][src]Function lbfgs::vec_ops::difference_and_save

pub fn difference_and_save<T>(out: &mut [T], a: &[T], b: &[T]) where
    T: Float

Calculates the difference of two slices and saves it in the third: out = a - b