Gets or sets the current implementation of the Level 1
BLAS for double-precision complex arguments.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public static ComplexBlasLevel1 ComplexLevel1 { get; set; }
Public Shared Property ComplexLevel1 As ComplexBlasLevel1
Get
Set
public:
static property ComplexBlasLevel1^ ComplexLevel1 {
ComplexBlasLevel1^ get ();
void set (ComplexBlasLevel1^ value);
}
static member ComplexLevel1 : ComplexBlasLevel1 with get, set
Property Value
Type:
ComplexBlasLevel1A class that inherits from
ComplexBlasLevel1.
The default value of this property is
an instance of ComplexBlasLevel1.
Numerical Libraries
Supported in: 5.x, 4.x
Reference