NCEPLIBS-w3emc 2.12.0
|
Searches a vector for the first element not equal to a target. More...
Go to the source code of this file.
Functions/Subroutines | |
function | isrchne (n, x, incx, target) |
Program history log: | |
Searches a vector for the first element not equal to a target.
Definition in file isrchne.f.
function isrchne | ( | n, | |
integer, dimension(*) | x, | ||
incx, | |||
integer | target | ||
) |
Program history log:
[in] | n | Number of elements to be searched. |
[in] | x | Real or integer array of dimension (n-1) * |incx| + 1. Array x contains the vector to be searched. |
[in] | incx | Increment between elements of the searched array. |
[in] | target | Value for which to search in the array. |