Gets or sets the current implementation of the sparse
BLAS for double-precision arguments.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public static SparseBlas Sparse { get; set; }
Public Shared Property Sparse As SparseBlas
Get
Set
public:
static property SparseBlas^ Sparse {
SparseBlas^ get ();
void set (SparseBlas^ value);
}
static member Sparse : SparseBlas with get, set
Property Value
Type:
SparseBlasA class that inherits from
SparseBlas.
The default value of this property is
an instance of SparseBlas.
Numerical Libraries
Supported in: 5.x, 4.x
Reference