Dense 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 false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override bool IsSparse { get; }
Property Value
BooleanAlways returns false.