@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-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.
@stdlib/array-nans-like
Create an array filled with NaNs and having the same length and data type as a provided array.
math-strided-special-ceil
Round each element in a strided array toward positive infinity.
math-strided-special-floor
Round each element in a strided array toward negative infinity.
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.
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.
strided-base-write-dataview
Copy elements from an input strided array to elements in a strided DataView.
strided-base-read-dataview
Copy elements from an input strided DataView to elements in an output strided array.
lapack-base-zrot
LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.
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.
napi-argv-strided-complex64array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.
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-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.
napi-argv-strided-complex128array2d
Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.
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.
lapack-base-claset
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
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.
lapack-base-zlaset
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
blas-base-zdscal
Scale a double-precision complex floating-point vector by a double-precision floating-point constant.
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.
@stdlib/assert-is-float64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
blas-base-matrix-orientation-str2enum
Return the enumeration constant associated with a matrix orientation.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
@stdlib/assert-is-complex64vector-like
Test if a value is a 1-dimensional ndarray-like object containing single-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.
ndarray-base-unary-strided1d-dispatch-factory
Create a function for applying a strided function to a provided ndarray.
@stdlib/array-base-broadcasted-binary4d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
lapack-base-dgttrf
Compute an `LU` factorization of a real tridiagonal matrix `A` using elimination with partial pivoting and row interchanges
random-tools-unary-factory
Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.
ndarray-base-unary-reduce-subarray
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
@stdlib/blas-base-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
ndarray-vector-int16
Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).