NTPoly
|
A class for passing parameters to an iterative solver. More...
Public Attributes | |
real(ntreal) | converge_diff |
When do we consider a calculation converged. | |
integer | max_iterations |
Maximum number of iterations of a solver before termination. | |
real(ntreal) | threshold |
Threshold for sparse multiplication and addition. | |
logical | be_verbose |
If true, the sparse solver prints out information each loop iteration. | |
logical | do_load_balancing |
If true, the sparse solver will try and load balance before calculation. | |
type(permutation_t) | balancepermutation |
The permutation used for load balancing. | |
A class for passing parameters to an iterative solver.