Gets a value indicating whether the
Matrix
is singular.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| C# |
public abstract bool IsSingular()
|
| Visual Basic (Declaration) |
Public MustOverride Function IsSingular As Boolean
|
| Visual C++ |
public:
virtual bool IsSingular() abstract
|
| F# |
abstract IsSingular : unit -> bool
|
Return Value
true if the matrix is singular;
otherwise
false.
Remarks
See Also