pub fn sdsdot(alpha: f32, x: &VectorF32, y: &VectorF32) -> (Value, f32)
This function computes the sum \alpha + x^T y for the vectors x and y, returning the result in result.
Returns result.
result