Gets or sets the current implementation of the
BLAS for double-precision arguments.
Namespace:
Extreme.Providers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract LinearAlgebraOperations<T> LinearAlgebraOperations { get; }
Public MustOverride ReadOnly Property LinearAlgebraOperations As LinearAlgebraOperations(Of T)
Get
public:
virtual property LinearAlgebraOperations<T>^ LinearAlgebraOperations {
LinearAlgebraOperations<T>^ get () abstract;
}
abstract LinearAlgebraOperations : LinearAlgebraOperations<'T> with get
Property Value
Type:
LinearAlgebraOperationsTA class that inherits from
LinearAlgebraOperationsT.
The default value of this property is
an instance of LinearAlgebraOperationsT.
Reference