|
JaggedCholeskyDecompositionIsUndefined Property
|
Gets a value indicating whether the LDLt factorization
has been computed successfully or if it is undefined.
Namespace:
Accord.Math.Decompositions
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool IsUndefined { get; }
Public ReadOnly Property IsUndefined As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if the factorization is not defined; otherwise,
false.
See Also