coder.LAPACKCallback.getHeaderFilename
Class: coder.LAPACKCallback
Namespace: coder
Return file name of LAPACKE header file
Syntax
coder.LAPACKCallback.getHeaderFilename()
Description
coder.LAPACKCallback.getHeaderFilename()
returns the file
name of the LAPACKE header file that defines the C interface to a specific
LAPACK library.
coder.LAPACKCallback
is an abstract class
for defining a LAPACK callback class. A LAPACK callback class specifies the
LAPACK library and LAPACKE header file to use for LAPACK calls in code
generated from MATLAB® code. At code generation time, if you specify a LAPACK
callback class, for certain linear algebra function calls, the code
generator produces LAPACK calls in standalone code.
The code generator uses the LAPACKE header file name to generate a
#include
statement.