Dense Matrix<T, TSlice, TStorage2D>.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 false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override bool IsSparse { get; }
Property Value
BooleanAlways returns false.