ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
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.
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
Property Value
Type: ILapackRemarks
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