Function rgsl::blas::level2::dger

source ·
pub fn dger(alpha: f64, x: &VectorF64, y: &VectorF64, A: &mut MatrixF64) -> Value
Expand description

This function computes the rank-1 update A = \alpha x y^T + A of the matrix A.