Specifies the factorization strategy.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CSparseSolver
Dim value As FactorizationStrategy
instance.FactorizationStrategy = value
value = instance.FactorizationStrategy |
Property Value
A
FactorizationStrategy specifying whether the LU factorization of the underlying matrix is to be recomputed always or only when is needed.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also