Class NotPositiveDefiniteMatrixException

  • All Implemented Interfaces:
    java.io.Serializable, MathThrowable

    public class NotPositiveDefiniteMatrixException
    extends MathException
    This class represents exceptions thrown when a matrix expected to be positive definite is not.
    Since:
    1.2
    See Also:
    Serialized Form
    • Constructor Detail

      • NotPositiveDefiniteMatrixException

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