Sparse Matrix<T>.Is Sparse Property
Gets a value that indicates whether the matrix is sparse.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Always returns true.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override sealed bool IsSparse { get; }
Property Value
BooleanAlways returns true.