Main Content

Custom BLAS library callback

BLAS callback class

Description

App Configuration Pane: Custom Code

Configuration Objects: coder.CodeConfig | coder.EmbeddedCodeConfig

The Custom BLAS library callback parameter specifies a callback class for BLAS library calls in code generated for certain low-level vector and matrix operations in MATLAB® code.

If you specify a BLAS callback class, for certain low-level vector and matrix functions, the code generator produces BLAS calls by using the CBLAS C interface to your BLAS library. The callback class provides the name of your CBLAS header file, the names of CBLAS data types, and the information required to link to your BLAS library. If this parameter is empty, the code generator produces code for matrix functions instead of a BLAS call.

Settings

character vector

Name of a BLAS callback class that derives from coder.BLASCallback, specified as a character vector.

Programmatic Use

Property: CustomBLASCallback
Values: character vector

Version History

Introduced in R2018b