Generic Core Provider<T>.Sparse Linear Algebra 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#
A class that inherits from SparseLinearAlgebraOperations<T>.
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
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>.