Go to the documentation of this file.
26 #define SOLVER_NO_ERROR 0
27 #define SOLVER_MAXITER_REACHED 1
28 #define SOLVER_INPUT_ERROR -1
29 #define SOLVER_MEMORY_ERROR -9
30 #define SOLVER_BREAKDOWN -10
31 #define SOLVER_NEGATIVE_NORM_ERROR -11
32 #define SOLVER_DIVERGENCE -12
34 #define TOLERANCE_FOR_SCALARS (double)(0.)