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.1.5
    C#
    
 
 
A class that inherits from DecompositionOperations<TReal, TComplex>.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.5
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>.