Skip to content

Latest commit

 

History

History
103 lines (60 loc) · 2.67 KB

README.md

File metadata and controls

103 lines (60 loc) · 2.67 KB

Extended BLAS

Extended basic linear algebra subprograms (BLAS).

Usage

var extblas = require( '@stdlib/blas/ext' );

extblas

Namespace for extended basic linear algebra subprograms (BLAS).

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

The namespace contains the following:

Examples

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

console.log( objectKeys( ns ) );