Managed Core Provider Of Single.Sparse Linear Algebra Property
Gets the implementation of the sparse
BLAS for single precision arguments.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
C#
A class that inherits from SparseLinearAlgebraOperations.
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
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.