Skip to content

Files

Latest commit

889f993 · Jan 26, 2022

History

History

ndarray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 26, 2022
Jan 26, 2022
Sep 7, 2021
Jan 26, 2022
Oct 15, 2021
May 11, 2021
Oct 14, 2021
Feb 10, 2019
Jan 25, 2022
Sep 7, 2021
Sep 7, 2021
Jan 25, 2022
Jan 5, 2022
Nov 17, 2021
Sep 7, 2021
Nov 17, 2021
Nov 17, 2021
Nov 17, 2021
Sep 7, 2021
Feb 10, 2019
Jan 25, 2022
Jan 20, 2022
Sep 5, 2021
Aug 12, 2021

README.md

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