Skip to content

Files

Latest commit

2c08fab · Dec 6, 2022

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 8, 2022
Sep 27, 2022
Mar 31, 2022
Sep 5, 2021
Sep 27, 2022
Sep 27, 2022
Sep 15, 2022
Sep 15, 2022
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022
Oct 11, 2022
Sep 15, 2022
Sep 15, 2022
Oct 18, 2021
Oct 26, 2021
Nov 17, 2021
Oct 14, 2021
Sep 27, 2022
May 11, 2022
Feb 10, 2019
Apr 23, 2022
Mar 18, 2022
Sep 15, 2022
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022
Oct 27, 2022
Sep 27, 2022
Jan 26, 2022
Oct 19, 2021
Sep 27, 2022
Sep 27, 2022
Sep 15, 2022
Aug 25, 2022
Sep 27, 2022
Sep 27, 2022
Feb 6, 2022
Feb 6, 2022
Sep 16, 2022
Sep 27, 2022
Sep 27, 2022
Oct 14, 2022
Sep 27, 2022
Sep 27, 2022
Feb 10, 2019
Dec 6, 2022
Jan 26, 2022
Dec 3, 2022
Sep 27, 2022
Sep 27, 2022
Mar 18, 2022
Mar 18, 2022
Jul 28, 2022
Aug 12, 2021

Base

Base ndarray.

Usage

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

ns

Base ndarray.

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

The namespace contains the following sub-namespaces:

  • assert: base ndarray assertion utilities.

Examples

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

console.log( objectKeys( ns ) );