Skip to content

Files

Latest commit

d71c3a9 · Jul 13, 2024

History

History

ndarray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 24, 2023
Apr 12, 2024
Jul 13, 2024
Jan 29, 2024
Jan 11, 2024
Oct 14, 2023
May 25, 2024
Jan 7, 2024
Jul 13, 2024
Nov 9, 2023
May 5, 2024
Jun 10, 2024
Jan 7, 2024
Jul 13, 2024
Jan 7, 2024
Nov 25, 2023
Feb 10, 2019
May 25, 2024
Jan 7, 2024
Jan 12, 2024
May 25, 2024
Nov 25, 2023
Nov 24, 2023
Jan 12, 2024
Feb 20, 2024
Jan 15, 2024
Jan 1, 2024
Jul 13, 2024
Jul 10, 2024
Jan 7, 2024
Jul 10, 2024
Jan 7, 2024
Jan 21, 2024
Jan 7, 2024
Jan 7, 2024
Jun 9, 2024
Aug 19, 2023
Jul 6, 2024
Jul 4, 2024
Jul 10, 2024
Jan 7, 2024
May 25, 2024
Jan 7, 2024
Jan 7, 2024
Jan 7, 2024
Jan 7, 2024
Jan 7, 2024
Feb 14, 2024
Jan 7, 2024
Jan 7, 2024
Nov 25, 2023
Jul 24, 2023
Jan 7, 2024
Jan 7, 2024
Nov 25, 2023
Feb 21, 2024
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.
  • iter: multidimensional array iterators.

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

Examples

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

console.log( objectKeys( ns ) );