ManagedCoreProvider.DecompositionOperations Property

Gets the LAPACK implementation for double-precision arguments.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override DecompositionOperations<double> DecompositionOperations { get; }

Property Value

DecompositionOperations<Double>
A class that inherits from DecompositionOperations.

Remarks

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

See Also