Composed Complex 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#
true if the matrix is sparse; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override bool IsSparse { get; }
Property Value
Booleantrue if the matrix is sparse; otherwise false.