Solver settings for the master equation
.
More...
|
| function | run (in obj, in mmm, in rhs, in varargin) |
| | Run the solver. More...
|
| |
Solver settings for the master equation
.
◆ run()
| function run |
( |
in |
obj, |
|
|
in |
mmm, |
|
|
in |
rhs, |
|
|
in |
varargin |
|
) |
| |
Run the solver.
- Parameters
-
| mmm | (function handle): master matrix multiply operator M* |
| rhs | (float array): right hand side of linear system |
| Optional | y0 (float array): initial guess for solution vector |
| Optional | verbose (logical): If true (default), display detailed timing information |
- Returns
- y = M, an approximation to the solution of the linear system
◆ maxIter
maximal number of iterations. solver stops if exceeded
◆ preconditioner
◆ restart
for type='GMRES': restart parameter
◆ tolerance
solution tolerance. solver stops when relative error smaller
◆ type
solver type, at the moment 'BiCGStab' and 'GMRES' implemented
The documentation for this class was generated from the following file: