CoreProvider<T>.SparseLinearAlgebra Property

Gets or sets the current 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 abstract SparseLinearAlgebraOperations<T> SparseLinearAlgebra { get; }

Property Value

SparseLinearAlgebraOperations<T>
A class that inherits from SparseLinearAlgebraOperations<T>.

Remarks

The default value of this property is an instance of SparseLinearAlgebraOperations<T>.

See Also