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