interface to check if values/arrays are zero
Checks if real values are zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | value |
the real value(s) to check |
||
| real(kind=dp), | intent(in), | optional | :: | tol |
optional tolerance |
Checks if complex values are zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | value |
the complex value(s) to check |
||
| real(kind=dp), | intent(in), | optional | :: | tol |
optional tolerance |