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