GenericCoreProvider<T>.DecompositionOperations Property

Gets the LAPACK implementation for T-precision arguments.

Definition

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

Property Value

DecompositionOperations<T>
A class that inherits from DecompositionOperations<TReal, TComplex>.

Remarks

The default value of this property is an instance of GenericDecompositionOperations<T>.

See Also