Gets the fraction of nonzero components in the matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public double FillFactor { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Property FillFactor As Double
Get
|
| Visual C++ |
public:
property double FillFactor {
double get ();
}
|
| F# |
member FillFactor : float
|
See Also