Function rgsl::blas::level1::ddot

source · []
pub fn ddot(x: &VectorF64, y: &VectorF64) -> (Value, f64)
Expand description

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

Returns result.