0.1.0 • Published 9 months ago

@stdlib/lapack-base v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

LAPACK

NPM version Build Status Coverage Status

Base (i.e., lower-level) linear algebra package (LAPACK) routines.

Installation

npm install @stdlib/lapack-base

Usage

var lapack = require( '@stdlib/lapack-base' );

lapack

Namespace for "base" (i.e., lower-level) linear algebra package (LAPACK) routines.

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

The namespace contains the following:

Examples

var objectKeys = require( '@stdlib/utils-keys' );
var lapack = require( '@stdlib/lapack-base' );

console.log( objectKeys( lapack ) );

Notice

This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.

For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.

Community

Chat


License

See LICENSE.

Copyright

Copyright © 2016-2024. The Stdlib Authors.