@stdlib/math-base-special-copysignf
Return a single-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/blas-base-cswap
Interchanges two complex single-precision floating-point vectors.
@stdlib/blas-base-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
@stdlib/array-base-to-deduped
Copy elements to a new generic array after removing consecutive duplicated values.
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-claset
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
lapack-base-zlaset
Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.
https://github.com/andstor/copycat-action
:copyright::octocat: GitHub Action for copying files to other repositories
array-base-without
Return a new array containing every element from an input array, except for the element at a specified index.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
@stdlib/blas-base-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
@stdlib/blas-base-zswap
Interchanges two complex double-precision floating-point vectors.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
blas-ext-base-zfill
Fill a double-precision complex floating-point strided array with a specified scalar constant.
blas-base-wasm-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.