PermutationMatrix.IsSparse Property

Gets whether the matrix is sparse.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override bool IsSparse { get; }

Property Value

Boolean
Always returns true.

See Also