Gets or sets the current LAPACK implementation
for double-precision arguments.
Namespace: Extreme.Mathematics.LinearAlgebra.ProvidersAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public abstract Lapack Lapack { get; }
Public MustOverride ReadOnly Property Lapack As Lapack
Get
public:
virtual property Lapack^ Lapack {
Lapack^ get () abstract;
}
abstract Lapack : Lapack with get
Property Value
Type:
LapackA class that inherits from
[!:DecompositionOperations].
The default value of this property is
an instance of ManagedLapack.
Numerical Libraries
Supported in: 5.x, 4.x
Reference