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