Class: coder.LAPACKCallback
Package: coder
Update build information for linking to a specific LAPACK library
coder.LAPACKCallback.updateBuildInfo(buildInfo, buildctx)
coder.LAPACKCallback.updateBuildInfo(
updates
the build information object buildInfo
, buildctx
)buildInfo
with the
information required for the build process to link 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.
|
Build information object. After code generation, this object
contains standard project, build option, and dependency information.
In the |
|
|