Symmetric 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.2
C#
Always returns false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override bool IsSparse { get; }
Property Value
BooleanAlways returns false.