Module for computational and mathematical constants.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=i4), | public, | parameter | :: | c_bisect_i | = | 200 |
max. number of iterations for bisection method (dst) |
real(kind=wp), | public, | parameter | :: | c_conv_tol | = | 1.0e-12_wp |
convergence tolerance (e.g., for bisection method (dst) and kmeans(nlp)) |
integer(kind=i4), | public, | parameter | :: | c_kmeans_i | = | 1000 |
max. number of iterations for kmeans clustering convergence |
real(kind=wp), | public, | parameter | :: | c_pi | = | 3.1415926535897932384626433832795028841972_wp |
pi |
integer(kind=i4), | public, | parameter | :: | c_sentinel_i | = | 999 |
integer sentinel value |
real(kind=wp), | public, | parameter | :: | c_sentinel_r | = | -999.0_wp |
real sentinel value |