time-to-botec/js/node_modules/@stdlib/ndarray/base
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
assert feat: add the node modules 2022-12-03 12:44:49 +00:00
bind2vind feat: add the node modules 2022-12-03 12:44:49 +00:00
broadcast-array feat: add the node modules 2022-12-03 12:44:49 +00:00
broadcast-shapes feat: add the node modules 2022-12-03 12:44:49 +00:00
buffer feat: add the node modules 2022-12-03 12:44:49 +00:00
buffer-ctors feat: add the node modules 2022-12-03 12:44:49 +00:00
buffer-dtype feat: add the node modules 2022-12-03 12:44:49 +00:00
buffer-dtype-enum feat: add the node modules 2022-12-03 12:44:49 +00:00
bytes-per-element feat: add the node modules 2022-12-03 12:44:49 +00:00
clamp-index feat: add the node modules 2022-12-03 12:44:49 +00:00
ctor feat: add the node modules 2022-12-03 12:44:49 +00:00
docs/types feat: add the node modules 2022-12-03 12:44:49 +00:00
dtype-char feat: add the node modules 2022-12-03 12:44:49 +00:00
dtypes2signatures feat: add the node modules 2022-12-03 12:44:49 +00:00
function-object feat: add the node modules 2022-12-03 12:44:49 +00:00
ind feat: add the node modules 2022-12-03 12:44:49 +00:00
ind2sub feat: add the node modules 2022-12-03 12:44:49 +00:00
iteration-order feat: add the node modules 2022-12-03 12:44:49 +00:00
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
max-view-buffer-index feat: add the node modules 2022-12-03 12:44:49 +00:00
min-view-buffer-index feat: add the node modules 2022-12-03 12:44:49 +00:00
minmax-view-buffer-index feat: add the node modules 2022-12-03 12:44:49 +00:00
napi feat: add the node modules 2022-12-03 12:44:49 +00:00
nonsingleton-dimensions feat: add the node modules 2022-12-03 12:44:49 +00:00
numel feat: add the node modules 2022-12-03 12:44:49 +00:00
serialize-meta-data feat: add the node modules 2022-12-03 12:44:49 +00:00
shape2strides feat: add the node modules 2022-12-03 12:44:49 +00:00
singleton-dimensions feat: add the node modules 2022-12-03 12:44:49 +00:00
strides2offset feat: add the node modules 2022-12-03 12:44:49 +00:00
strides2order feat: add the node modules 2022-12-03 12:44:49 +00:00
sub2ind feat: add the node modules 2022-12-03 12:44:49 +00:00
to-array feat: add the node modules 2022-12-03 12:44:49 +00:00
unary feat: add the node modules 2022-12-03 12:44:49 +00:00
vind2bind feat: add the node modules 2022-12-03 12:44:49 +00:00
wrap-index feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

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