Description Usage Arguments Value
Solves Ax=b using Gauss-Seidel or Jacobi iteration.
1 2 |
A |
|
b |
Length |
x0 |
(Optional) length |
method |
(Optional) method, one of "Gauss-Seidel" or "Jacobi". |
ncores |
(Optional) number of cores to use. Ignored if method is "Gauss-Seidel". |
verbose |
(Optional). If |
iter |
(Optional) number of iterations to perform. |
Value of x
after iter
iterations of the method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.