Function blas::sdsdot [] [src]

pub unsafe fn sdsdot(
    n: i32,
    sb: &[f32],
    x: &[f32],
    incx: i32,
    y: &[f32],
    incy: i32
) -> f32