Tools

Tools for basic linear algebra subprograms (BLAS).

Usage

var ns = require( '@stdlib/blas/tools' );

ns

Namespace for basic linear algebra subprograms (BLAS) tools.

var o = ns;
// returns {...}

The namespace contains the following:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/blas/tools' );

console.log( objectKeys( ns ) );
Did you find this page helpful?