Function rgsl::blas::level1::sdot

source · []
pub fn sdot(x: &VectorF32, y: &VectorF32) -> (Value, f32)
Expand description

This function computes the scalar product x^T y for the vectors x and y, returning the result in result.

Returns result.