Gets or sets the current implementation of the sparse
BLAS for double-precision arguments.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public abstract SparseLinearAlgebraOperations<T> SparseLinearAlgebra { get; }
Public MustOverride ReadOnly Property SparseLinearAlgebra As SparseLinearAlgebraOperations(Of T)
Get
public:
virtual property SparseLinearAlgebraOperations<T>^ SparseLinearAlgebra {
SparseLinearAlgebraOperations<T>^ get () abstract;
}
abstract 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.
Numerical Libraries
Supported in: 6.0
Reference