Function rgsl::blas::level1::ddot [] [src]

pub fn ddot(x: &VectorF64, y: &VectorF64, result: &mut f64) -> Value

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