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