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