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