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

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

Syntax

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

Value

A class that inherits from BlasLevel3.

Remarks

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