org.netlib.arpack
Class Ivout
java.lang.Object
org.netlib.arpack.Ivout
public class Ivout
- 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 Routine: IVOUT
c
c Purpose: Integer vector output routine.
c
c Usage: CALL IVOUT (LOUT, N, IX, IDIGIT, IFMT)
c
c Arguments
c N - Length of array IX. (Input)
c IX - Integer array to be printed. (Input)
c IFMT - Format to be used in printing array IX. (Input)
c IDIGIT - Print up to ABS(IDIGIT) decimal digits / number. (Input)
c If IDIGIT .LT. 0, printing is done with 72 columns.
c If IDIGIT .GT. 0, printing is done with 132 columns.
c
c-----------------------------------------------------------------------
c
Constructor Summary |
Ivout()
|
Method Summary |
static void |
ivout(int lout,
int n,
int[] ix,
int _ix_offset,
int idigit,
java.lang.String ifmt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ivout
public Ivout()
ivout
public static void ivout(int lout,
int n,
int[] ix,
int _ix_offset,
int idigit,
java.lang.String ifmt)