ManagedCoreProviderOfSingle.SparseLinearAlgebra Property

Gets the implementation of the sparse BLAS for single precision arguments.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
public override SparseLinearAlgebraOperations<float> SparseLinearAlgebra { get; }

Property Value

SparseLinearAlgebraOperations<Single>
A class that inherits from SparseLinearAlgebraOperations.

Remarks

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

See Also