Skip to main content

axpb

Function axpb 

Source
pub fn axpb(a: f32, x: &[f32], b: f32, y: &mut [f32])
Expand description

ElementwiseMap: fused y = a·x + b over a large vector.