Class LapackException

    • Constructor Summary

      Constructors 
      Constructor Description
      LapackException​(java.lang.String function)
      Construct new LapackException for the given function.
      LapackException​(java.lang.String function, java.lang.String message)
      Construct new Lapack Exception for the given function, with message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LapackException

        public LapackException​(java.lang.String function)
        Construct new LapackException for the given function.
      • LapackException

        public LapackException​(java.lang.String function,
                               java.lang.String message)
        Construct new Lapack Exception for the given function, with message.