shared

Common symbols and type definitions shared across base BLAS APIs.

Usage

var headerDir = require( '@stdlib/blas/base/shared' );

headerDir

Absolute file path for the directory containing header files for C APIs.

var dir = headerDir;
// returns <string>

Examples

var headerDir = require( '@stdlib/blas/base/shared' );

console.log( headerDir );
// => <string>

C APIs

Usage

#include "stdlib/blas/base/shared.h"

TODO

TODO

Did you find this page helpful?