ManagedCoreProvider.LinearAlgebraOperations Property

Gets the implementation of the BLAS for double-precision arguments.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override LinearAlgebraOperations<double> LinearAlgebraOperations { get; }

Property Value

LinearAlgebraOperations<Double>
A class that inherits from LinearAlgebraOperations.

Remarks

The default value of this property is an instance of ManagedLinearAlgebraOperations.

See Also