org.netlib.arpack
Class Iswap

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

public class Iswap
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 interchanges two vectors. c uses unrolled loops for increments equal to 1. c jack dongarra, linpack, 3/11/78. c


Constructor Summary
Iswap()
           
 
Method Summary
static void iswap(int n, int[] sx, int _sx_offset, int incx, int[] sy, int _sy_offset, int incy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iswap

public Iswap()
Method Detail

iswap

public static void iswap(int n,
                         int[] sx,
                         int _sx_offset,
                         int incx,
                         int[] sy,
                         int _sy_offset,
                         int incy)