Gets whether the vector is sparse.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
.
Numerical Libraries
Supported in: 5.x, 4.x
Reference