Gets a value that indicates whether the vector is sparse.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool IsSparse { get; }
Public Overridable ReadOnly Property IsSparse As Boolean
Get
public:
virtual property bool IsSparse {
bool get ();
}
abstract IsSparse : bool with get
override IsSparse : bool with get
Property Value
Type:
Boolean if the matrix is sparse; otherwise
.
Reference