Skip to content

stdlib-js/ndarray

Repository files navigation

ndarray

Multidimensional arrays.

Installation

$ npm install @stdlib/ndarray

Usage

var ns = require( '@stdlib/ndarray' );

ns

ndarray namespace.

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

The namespace exports the following functions to create multidimensional arrays:

The namespace contains the following sub-namespaces:

  • base: base ndarray.

In addition, the namespace contaians the following multidimensional array utility functions:

Examples

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

console.log( objectKeys( ns ) );

stdlib-js

stdlib logo

This package is part of stdlib, a standard library for JavaScript and Node.js.

stdlib is 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 unit tests, benchmarks, and information on how to develop stdlib, see the main project repository.


License

See LICENSE.

Copyright

Copyright © 2016-2020. The Stdlib Authors.