org.netlib.arpack
Class ARPACK

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

public abstract class ARPACK
extends java.lang.Object

ARPACK provider which will attempt to access a native implementation and falling back to use F2J if none is available.

See Also:
http://sourceforge.net/projects/f2j, http://www.netlib.org/arpack/

Constructor Summary
ARPACK()
           
 
Method Summary
static ARPACK getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARPACK

public ARPACK()
Method Detail

getInstance

public static ARPACK getInstance()