Package org.netlib.arpack
Class ARPACK
- java.lang.Object
-
- 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.
-
-
Constructor Summary
Constructors Constructor Description ARPACK()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ARPACK
getInstance()
-
-
-
Method Detail
-
getInstance
public static ARPACK getInstance()
-
-