org.netlib.arpack
Class Icnteq
java.lang.Object
org.netlib.arpack.Icnteq
public class Icnteq
- extends java.lang.Object
Following is the description from the original
Fortran source. For each array argument, the Java
version will include an integer offset parameter, so
the arguments may not match the description exactly.
Contact seymour@cs.utk.edu with any questions.
c
c-----------------------------------------------------------------------
c
c Count the number of elements equal to a specified integer value.
c
Method Summary |
static int |
icnteq(int n,
int[] array,
int _array_offset,
int value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Icnteq
public Icnteq()
icnteq
public static int icnteq(int n,
int[] array,
int _array_offset,
int value)