@stdlib/math-strided-special-dcbrt-by
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
@stdlib/ndarray-dispatch-by
Create an ndarray function interface which accepts a callback function and performs multiple dispatch.
@stdlib/array-nans-like
Create an array filled with NaNs and having the same length and data type as a provided array.
@stdlib/array-one-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
@stdlib/assert-is-complex64ndarray-like
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
ndarray-base-unary-accumulate
Perform a reduction over elements in a input ndarray.
math-strided-special-ceil
Round each element in a strided array toward positive infinity.
strided-base-dmap2
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
math-strided-special-floor
Round each element in a strided array toward negative infinity.
slice-base-nonreduced-dimensions
Return a list of non-reduced dimensions in an un-normalized multi-slice.
math-strided-special-cos-by
Compute the cosine for each element retrieved from an input strided array via a callback function.
array-base-mskunary5d
Apply a unary callback to elements in a five-dimensional nested input array according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.
blas-base-zdscal
Scale a double-precision complex floating-point vector by a double-precision floating-point constant.
array-base-mskunary4d
Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
strided-base-write-dataview
Copy elements from an input strided array to elements in a strided DataView.
ndarray-base-assert-is-mostly-safe-data-type-cast
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
napi-argv-strided-complex64array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.
napi-argv-strided-complex128array2d
Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.
strided-base-read-dataview
Copy elements from an input strided DataView to elements in an output strided array.
strided-base-map-by
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign each result to an element in a strided output array.
array-base-mskbinary2d
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
lapack-base-claset
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
lapack-base-zrot
LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.
lapack-base-zlaset
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
@stdlib/assert-is-float64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
@stdlib/blas-base-transpose-operation-resolve-enum
Return the enumeration constant associated with a supported BLAS transpose operation value.
array-base-unary5d-by
Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.
array-base-broadcasted-ternary4d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/ndarray-maybe-broadcast-array
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
@stdlib/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
ndarray-base-unary-reduce-strided1d-dispatch-by
This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨
blas-ext-base-wasm-dapxsumpw
Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.
ndarray-vector-float64
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
blas-base-assert-is-matrix-orientation
Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊
ndarray-base-unary-reduce-strided1d
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
@stdlib/assert-is-complex128ndarray-like
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
lapack-base-dlaset
Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
@stdlib/assert-is-complex64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.