Function rgsl::blas::level1::sdsdot
[−]
[src]
pub fn sdsdot(alpha: f32, x: &VectorF32, y: &VectorF32, result: &mut f32) -> Value
This function computes the sum \alpha + xT y for the vectors x and y, returning the result in result.