Provides interface to test whether an input vector is strictly monotonically increasing
Tests if single precision vector is monotonically increasing
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=4), | intent(in), | DIMENSION( N ) | :: | x | ||
integer, | intent(in) | :: | N |
Tests if double precision vector is monotonically increasing
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in), | DIMENSION( N ) | :: | x | ||
integer, | intent(in) | :: | N |
Tests if single precision vector is monotonically increasing
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=4), | intent(in), | DIMENSION( N ) | :: | x | ||
integer, | intent(in) | :: | N |
Tests if double precision vector is monotonically increasing
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in), | DIMENSION( N ) | :: | x | ||
integer, | intent(in) | :: | N |