org.apache.commons.math.linear
Class NotPositiveDefiniteMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.math.MathException
              extended by org.apache.commons.math.linear.NotPositiveDefiniteMatrixException
All Implemented Interfaces:
java.io.Serializable

public class NotPositiveDefiniteMatrixException
extends MathException

This class represents exceptions thrown when a matrix expected to be positive definite is not.

Since:
1.2
Version:
$Revision: 799857 $ $Date: 2009-08-01 09:07:12 -0400 (Sat, 01 Aug 2009) $
See Also:
Serialized Form

Constructor Summary
NotPositiveDefiniteMatrixException()
          Simple constructor.
 
Method Summary
 
Methods inherited from class org.apache.commons.math.MathException
getArguments, getLocalizedMessage, getMessage, getPattern, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotPositiveDefiniteMatrixException

public NotPositiveDefiniteMatrixException()
Simple constructor. build an exception with a default message.



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.