.NET Matrix Library
FillInReducingMethod Property
See Also  Send Feedback



Specifies the method to be used in order to reduce the fill in of the matrix factorization.

Syntax

Visual Basic (Declaration) 
Public Property FillInReducingMethod As FillInReducingMethod
Visual Basic (Usage)Copy Code
Dim instance As CSparseSolver
Dim value As FillInReducingMethod
 
instance.FillInReducingMethod = value
 
value = instance.FillInReducingMethod
C# 
public FillInReducingMethod FillInReducingMethod {get; set;}
C++/CLI 
public:
property FillInReducingMethod FillInReducingMethod {
   FillInReducingMethod get();
   void set (    FillInReducingMethod value);
}

Property Value

A FillInReducingMethod enumeration value specifying the method to be used.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library