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