Skip to content

Files

ndarray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 7, 2021
Nov 15, 2021
Sep 7, 2021
Sep 7, 2021
Oct 15, 2021
May 11, 2021
Oct 14, 2021
Feb 10, 2019
Sep 7, 2021
Sep 7, 2021
Feb 5, 2021
Sep 7, 2021
Sep 7, 2021
Sep 7, 2021
Oct 26, 2021
Sep 7, 2021
Sep 7, 2021
Sep 7, 2021
Feb 10, 2019
Sep 5, 2021
Aug 12, 2021

ndarray

Multidimensional arrays.

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 ) );