conjugate_gradient: Conjugate Gradient Solver

Description Usage Arguments Value Author(s)

Description

Solves linear equation systems iteratively

Usage

1
2
conjugate_gradient(A, b, x0 = rep(0, ncol(A)), threshold = 1e-15,
  verbose = FALSE)

Arguments

A

Matrix

b

Coefficients

x0

Starting solution

threshold

Termination threshold

verbose

Show iterative progress

Value

Solution for equation system

Author(s)

Fabian Schmich


cbg-ethz/netprioR documentation built on May 13, 2019, 2:02 p.m.