Gets or sets the current implementation of the sparse
BLAS for double-precision arguments.
Namespace:
Extreme.Providers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract SparseLinearAlgebraOperations<T> SparseLinearAlgebra { get; }
Public MustOverride ReadOnly Property SparseLinearAlgebra As SparseLinearAlgebraOperations(Of T)
Get
public:
virtual property SparseLinearAlgebraOperations<T>^ SparseLinearAlgebra {
SparseLinearAlgebraOperations<T>^ get () abstract;
}
abstract SparseLinearAlgebra : SparseLinearAlgebraOperations<'T> with get
Property Value
Type:
SparseLinearAlgebraOperationsTA class that inherits from
SparseLinearAlgebraOperationsT.
The default value of this property is
an instance of SparseLinearAlgebraOperationsT.
Reference