GenericCoreProvider<T>.DecompositionOperations Property

Gets the LAPACK implementation for T-precision arguments.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
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