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 SingleLapack Lapack { get; }
Public MustOverride ReadOnly Property Lapack As SingleLapack
Get
public:
virtual property SingleLapack^ Lapack {
SingleLapack^ get () abstract;
}
abstract Lapack : SingleLapack with get
Property Value
Type:
SingleLapackA 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