NTPoly
Public Attributes | List of all members
iterativesolversmodule::iterativesolverparameters_t Interface Reference

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.
 

Detailed Description

A class for passing parameters to an iterative solver.


The documentation for this interface was generated from the following file: