ManagedCoreProvider.SparseLinearAlgebra Property

Gets the implementation of the sparse BLAS for double-precision arguments.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override SparseLinearAlgebraOperations<double> SparseLinearAlgebra { get; }

Property Value

SparseLinearAlgebraOperations<Double>
A class that inherits from SparseLinearAlgebraOperations.

Remarks

The default value of this property is an instance of ManagedSparseLinearAlgebraOperations.

See Also