GenericCoreProvider<T>.SparseLinearAlgebra Property

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
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