coder.BLASCallback.updateBuildInfo
Class: coder.BLASCallback
Namespace: coder
Update build information for linking to a specific BLAS library
Syntax
coder.BLASCallback.updateBuildInfo(buildInfo, buildctx)
Description
coder.BLASCallback.updateBuildInfo(
updates the build information object buildInfo
, buildctx
)buildInfo
with the information
required for the build process to link to a specific BLAS library.
coder.BLASCallback
is an abstract class for defining a
BLAS callback class. A BLAS callback class specifies the BLAS library and CBLAS header and
data type information to use for BLAS calls in code generated from MATLAB® code. At code generation time, if you specify a BLAS callback class, for certain
vector and matrix function calls, the code generator produces BLAS calls in standalone
code.
updateBuildInfo
is an abstract method. You must implement it in the
definition of your callback class that derives from
coder.BLASCallback
.
Input Arguments
Examples
Version History
Introduced in R2018b