pub fn dsdot(x: &VectorF32, y: &VectorF32) -> (Value, f64)
This function computes the scalar product x^T y for the vectors x and y, returning the result in result.
Returns result.
result