Class 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()  
      • 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()