Managed Core Provider.Linear Algebra Operations 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#
A class that inherits from LinearAlgebraOperations.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.