Matrix<T>.Is Sparse Property
Gets a value that indicates whether the matrix is sparse.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the matrix is sparse; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual bool IsSparse { get; }
Property Value
Booleantrue if the matrix is sparse; otherwise false.