Function rgsl::blas::level2::dger
[−]
[src]
pub fn dger(alpha: f64, x: &VectorF64, y: &VectorF64, A: &mut MatrixF64) -> Value
This function computes the rank-1 update A = \alpha x yT + A of the matrix A.