ManagedCoreProvider.LinearAlgebraOperations Property

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

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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