Package com.imsl.math

Class Cholesky.NotSPDException

All Implemented Interfaces:
Serializable
Enclosing class:
Cholesky

public static class Cholesky.NotSPDException extends IMSLException
The matrix is not symmetric, positive definite.
See Also:
  • Constructor Details

    • NotSPDException

      public NotSPDException()
      Constructs a NotSPDException object.