pub fn dger( alpha: f64, x: &VectorF64, y: &VectorF64, A: &mut MatrixF64) -> Value
This function computes the rank-1 update A = \alpha x y^T + A of the matrix A.