Skip to content

Files

Latest commit

c54dc22 · Oct 21, 2023

History

History

ndarray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 14, 2023
Oct 21, 2023
Oct 12, 2023
Oct 14, 2023
Sep 19, 2023
Oct 8, 2023
Aug 19, 2023
Oct 10, 2023
Oct 10, 2023
Aug 19, 2023
Oct 8, 2023
Aug 19, 2023
Oct 12, 2023
Oct 12, 2023
Feb 10, 2019
Sep 30, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Oct 14, 2023
Oct 21, 2023
Oct 6, 2023
Aug 19, 2023
Oct 14, 2023
Oct 6, 2023
Aug 19, 2023
Oct 6, 2023
Oct 8, 2023
Oct 8, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Oct 7, 2023
Oct 20, 2023
Oct 21, 2023
Oct 21, 2023
Oct 20, 2023
Oct 20, 2023
Oct 7, 2023
Aug 19, 2023
Jul 24, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 1, 2023
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 contains the following multidimensional array utility functions:

Examples

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

console.log( objectKeys( ns ) );