|
NCEPLIBS-w3emc
2.11.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: More... | |
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. |