Click or drag to resize

SingularMatrixException Class

Exception thrown when a matrix operation requiring a non-singular matrix is presented with a singular one.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CenterSpace.NMath.CoreNMathException
        CenterSpace.NMath.CoreSingularMatrixException

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class SingularMatrixException : NMathException

The SingularMatrixException type exposes the following members.

Constructors
 NameDescription
Public methodSingularMatrixException Default constructor. Constructs an empty SingularMatrixException instance.
Public methodSingularMatrixException(String) Constructs an SingularMatrixException instance with the specifed exception message.
Public methodSingularMatrixException(String, Exception) Constructs an SingularMatrixException instance with the specifed exception message and underlying (inner) exception.
Top
See Also