ILNumerics Ultimate VS

ILMathLapack Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
This member provides the currently selected LAPACK implementation for linear algebra funtions and matrix multiply.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static ILapack Lapack { get; set; }

Property Value

Type: ILapack
Remarks

The LAPACK wrapper will be initialized the first time, a call to a static method of ILNumerics.ILMath is made. If no suitable implementation is found or cannot be loaded this member will give null.

Currently, the MKL is used if found.

This member can be changed, allowing custom implementations of ILapack, potentially wrapping custom native modules.

[ILNumerics Computing Engine]

See Also

Reference