Description Usage Arguments Value Author(s)
Solves linear equation systems iteratively
1 2 | conjugate_gradient(A, b, x0 = rep(0, ncol(A)), threshold = 1e-15,
verbose = FALSE)
|
A |
Matrix |
b |
Coefficients |
x0 |
Starting solution |
threshold |
Termination threshold |
verbose |
Show iterative progress |
Solution for equation system
Fabian Schmich
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.