Gets or sets the current implementation of the Level 1
BLAS for double-precision arguments.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Property Level1 As BlasLevel1 |
| C# |
|---|
public static BlasLevel1 Level1 { get; set; } |
| C++ |
|---|
public: static BlasLevel1^ Level1 { BlasLevel1^ get (); void set (BlasLevel1^ value); } |
Value
A class that inherits from BlasLevel1.
Remarks
The default value of this property is
an instance of ManagedBlasLevel1.