Maths
Class EigenvalueDecomposition.ConvergenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Maths.EigenvalueDecomposition.ConvergenceException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EigenvalueDecomposition

public class EigenvalueDecomposition.ConvergenceException
extends java.lang.Exception

Exception for when the Eigendecomposition does not converge

See Also:
Serialized Form

Constructor Summary
EigenvalueDecomposition.ConvergenceException()
          Default constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

EigenvalueDecomposition.ConvergenceException

public EigenvalueDecomposition.ConvergenceException()
Default constructor