Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
No description provided.
Test if an input value is a supported input ndarray casting policy.
takes json-cov output into stdin and POSTs to coveralls.io
Resolve a list of data type enumeration constants.
Resolve the input ndarray casting data type for a unary function.
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
Reorder ndarray dimensions and associated strides for loop interchange.
Create a vector (i.e., a one-dimensional ndarray).
Convert a scalar value to a zero-dimensional ndarray.
safely create multiple ReadStream or WriteStream objects from the same file descriptor
TypeScript definitions for run-parallel
Resolve a loop block size for multi-dimensional array tiled loops.
parallel.js enables easy multi-thread processing in javascript
Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.
Return the number of elements in an ndarray.
ParallelMarkets.com JavaScript SDK loading utility
A small collection of functional programming utils
Migration path to React Router v6 from v4/5
Create a function for performing a reduction on a provided ndarray.
Data visualization toolkit
Run operations on a graph, maximizing parallelism
Run an array of functions in parallel, wait to finish when one errors