Generic Core Provider<T>.Decomposition Operations 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#
A class that inherits from DecompositionOperations<TReal, TComplex>.
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
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>.