Gets or sets the current implementation of the Level 2 BLAS for double-precision arguments.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared Property Level2 As BlasLevel2
C#
public static BlasLevel2 Level2 { get; set; }
C++
public:
static BlasLevel2^ Level2 {
	BlasLevel2^ get ();
	void set (BlasLevel2^ value);
}

Value

A class that inherits from BlasLevel2.

Remarks

The default value of this property is an instance of ManagedBlasLevel2.