.NET Matrix Library
SingularMatrixException Class
Members  See Also  Send comments on this topic


Thrown when a matrix has found to be singular not allowing the successful completion of a method.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class SingularMatrixException 
   Inherits MatrixException
   Implements IDisposable_ExceptionISerializable 
C# 
[SerializableAttribute()]
public class SingularMatrixException : MatrixException, IDisposable_ExceptionISerializable  
C++/CLI 
[SerializableAttribute()]
public ref class SingularMatrixException : public MatrixException, IDisposable_ExceptionISerializable  

Requirements

Namespace: Bluebit.MatrixLibrary

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

Assembly: Bluebit.MatrixLibrary (in Bluebit.MatrixLibrary.dll)

See Also

.NET Matrix Library Documentation