Description Usage Arguments Value
Solving linear systems of the form Ax=b
1 | solve_ols(A, b, method, tol, maxiter, core)
|
A |
matrix of the system to be solved |
b |
vector of the system to be solved |
method |
Gauss, Jacobi or Jacobi parallel |
tol |
tolerance level of relative errors (default 1e-10) |
maxiter |
maximum number of iterations (default 10000) |
core |
number of core used for parallel computing (only valid for Jacobi Parallel and default=3) |
The solution of the system
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.