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