Main Content

Custom LAPACK library callback

LAPACK callback class

Description

App Configuration Pane: Custom Code

Configuration Objects: coder.CodeConfig | coder.EmbeddedCodeConfig

The Custom LAPACK library callback parameter specifies the callback class for LAPACK library calls in code generated for certain linear algebra functions in MATLAB® code.

If you specify a LAPACK callback class, for certain linear algebra functions, the code generator produces LAPACK calls by using the LAPACKE C interface to your LAPACK library. The callback class provides the name of your LAPACKE header file and the information required to link to your LAPACK library. If this parameter is empty, the code generator produces code for linear algebra functions instead of a LAPACK call.

Settings

character vector

Name of a LAPACK callback class that derives from coder.LAPACKCallback, specified as a character vector.

Programmatic Use

Property: CustomLAPACKCallback
Values: ' ' | character vector

Version History

Introduced in R2016a