org.netlib.arpack
Class Iset

java.lang.Object
  extended by org.netlib.arpack.Iset

public class Iset
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 Only work with increment equal to 1 right now. c


Constructor Summary
Iset()
           
 
Method Summary
static void iset(int n, int value, int[] array, int _array_offset, int inc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iset

public Iset()
Method Detail

iset

public static void iset(int n,
                        int value,
                        int[] array,
                        int _array_offset,
                        int inc)