org.apache.commons.math.random
Class NotPositiveDefiniteMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.random.NotPositiveDefiniteMatrixException
- All Implemented Interfaces:
- Serializable
public class NotPositiveDefiniteMatrixException
- extends MathException
This class represents exceptions thrown by the correlated random
vector generator.
- Since:
- 1.2
- Version:
- $Revision: 670469 $ $Date: 2008-06-23 10:01:38 +0200 (lun, 23 jun 2008) $
- See Also:
- Serialized Form
NotPositiveDefiniteMatrixException
public NotPositiveDefiniteMatrixException()
- Simple constructor.
build an exception with a default message.
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.