Skip to main content
negate_f64
qsm_
core
0.10.0
In qsm_
core::
utils::
simd_
ops
qsm_core
::
utils
::
simd_ops
Function
negate_
f64
Copy item path
Source
pub fn negate_f64(a: &mut [
f64
])
Expand description
Negate array in place: a[i] = -a[i] (f64 version)