Package com.imsl.math

Class SparseCholesky.NotSPDException

All Implemented Interfaces:
Serializable
Enclosing class:
SparseCholesky

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

    • NotSPDException

      public NotSPDException()
      Constructs a NotSPDException object.