- San Francisco
- https://github.com/stdlib-js/stdlib
- @kgryte
Highlights
stdlib
Multiply a single-precision floating-point number by an integer power of two.
Compute the base `b` logarithm of a single-precision floating-point number.
Return a new ndarray where the order of elements of an input ndarray is reversed along each dimension.
Fill an input ndarray with a specified value.
Convert a Node-API value representing a two-dimensional strided array to an unsigned 8-bit integer array.
Convert a Node-API value representing a two-dimensional strided array to an unsigned 16-bit integer array.
Convert a Node-API value representing a two-dimensional strided array to an unsigned 32-bit integer array.
Convert a Node-API value representing a two-dimensional strided array to a signed 8-bit integer array.
Convert a Node-API value representing a two-dimensional strided array to a signed 16-bit integer array.
Convert a Node-API value representing a two-dimensional strided array to a signed 32-bit integer array.
Convert a Node-API value representing a two-dimensional strided array to a single-precision floating-point array.
Convert a Node-API value representing a two-dimensional strided array to a double-precision floating-point array.
Decode a string of data which has been encoded using Base64 encoding.
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.
Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.
Copy elements from an input strided array to elements in a strided DataView.
Copy elements from an input strided DataView to elements in an output strided array.
Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
Fill a single-precision complex floating-point strided array with a specified scalar constant.
Multiply a vector `x` by a constant and add the result to `y`.
Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.
Fill a double-precision complex floating-point strided array with a specified scalar constant.
Convert a Base64-encoded string to a Uint8Array.
Return a function which interchanges two vectors.
Test if a value is an ndarray-like object having a specified data type.
Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.
Float64Array in little-endian byte order.
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
Cumulatively test whether at least `n` array elements in a provided array are truthy.