org.netlib.arpack
Class Icnteq

java.lang.Object
  extended by 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


Constructor Summary
Icnteq()
           
 
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
 

Constructor Detail

Icnteq

public Icnteq()
Method Detail

icnteq

public static int icnteq(int n,
                         int[] array,
                         int _array_offset,
                         int value)