coder.LAPACKCallback.updateBuildInfo
Class: coder.LAPACKCallback
Namespace: coder
Update build information for linking to a specific LAPACK library
Syntax
coder.LAPACKCallback.updateBuildInfo(buildInfo, buildctx)
Description
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.