Gets the implementation of the sparse
BLAS for single precision arguments.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.1
public override SparseLinearAlgebraOperations<float> SparseLinearAlgebra { get; }
Public Overrides ReadOnly Property SparseLinearAlgebra As SparseLinearAlgebraOperations(Of Single)
Get
public:
virtual property SparseLinearAlgebraOperations<float>^ SparseLinearAlgebra {
SparseLinearAlgebraOperations<float>^ get () override;
}
abstract SparseLinearAlgebra : SparseLinearAlgebraOperations<float32> with get
override SparseLinearAlgebra : SparseLinearAlgebraOperations<float32> with get
Property Value
Type:
SparseLinearAlgebraOperationsSingleA class that inherits from
SparseLinearAlgebraOperations.
The default value of this property is
an instance of ManagedSparseLinearAlgebraOperations.
Reference