GenericCoreProvider<T>.SparseLinearAlgebra Property

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
C#
public override 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