Triangular matrix is singular.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public SingularTriangularMatrixException( int i ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ i As Integer _ ) |
Visual C++ |
---|
public: SingularTriangularMatrixException( int i ) |
Parameters
- i
- Type: System..::.Int32
Variable i is the index of the first zero diagonal element.