Updated 6 months ago

morecopy • Rank 9.5 • Science 67%

Copy even immutable objects as much as possible

Updated 6 months ago

@stdlib/math-base-special-copysign • Rank 14.9 • Science 44%

Return a double-precision floating-point number with the magnitude of x and the sign of y.

Updated 6 months ago

@stdlib/string-base-repeat • Rank 8.5 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 6 months ago

@stdlib/string-repeat • Rank 8.1 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 6 months ago

@stdlib/array-base-copy-indexed • Rank 7.5 • Science 44%

Copy the elements of an indexed array-like object to a new generic array.

Updated 6 months ago

@stdlib/array-base-copy • Rank 6.6 • Science 44%

Copy the elements of an array-like object to a new generic array.

Updated 6 months ago

@stdlib/blas-ext-base-dfill • Rank 6.0 • Science 44%

Fill a double-precision floating-point strided array with a specified scalar constant.

Updated 6 months ago

@stdlib/math-base-special-copysignf • Rank 5.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of y.

Updated 6 months ago

@stdlib/blas-base-ccopy • Rank 4.8 • Science 44%

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Updated 6 months ago

@stdlib/blas-ext-base-sfill • Rank 4.4 • Science 44%

Fill a single-precision floating-point strided array with a specified scalar constant.

Updated 6 months ago

@stdlib/utils-omit-by • Rank 2.7 • Science 44%

Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.

Updated 6 months ago

@stdlib/ndarray-slice-assign • Rank 2.5 • Science 44%

Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.

Updated 6 months ago

@stdlib/utils-pick-by • Rank 2.2 • Science 44%

Return a partial object copy containing properties for which a predicate (function) returns a truthy value.

Updated 6 months ago

@stdlib/ndarray-slice-dimension-from • Rank 2.1 • Science 44%

Return a read-only shifted view of an input ndarray along a specific dimension.

Updated 6 months ago

@stdlib/array-base-mskreject-map • Rank 1.6 • Science 44%

Apply a mask to a provided input array and map the unmasked values according to a callback function.

Updated 6 months ago

@stdlib/ndarray-slice-dimension • Rank 1.4 • Science 44%

Return a read-only view of an input ndarray when sliced along a specified dimension.

Updated 6 months ago

strided-base-write-dataview • Rank 0.0 • Science 44%

Copy elements from an input strided array to elements in a strided DataView.

Updated 6 months ago

strided-base-read-dataview • Rank 0.0 • Science 44%

Copy elements from an input strided DataView to elements in an output strided array.

Updated 6 months ago

lapack-base-claset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.

Updated 6 months ago

blas-ext-base-cfill • Rank 0.0 • Science 44%

Fill a single-precision complex floating-point strided array with a specified scalar constant.

Updated 6 months ago

lapack-base-zlaset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.

Updated 6 months ago

@stdlib/object-assign • Rank 9.8 • Science 26%

Copy enumerable own properties from one or more source objects to a target object.

Updated 5 months ago

https://github.com/andstor/copycat-action • Rank 6.8 • Science 26%

:copyright::octocat: GitHub Action for copying files to other repositories

Updated 6 months ago

@stdlib/array-base-filter • Science 44%

Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.

Updated 6 months ago

ndarray-filter-map • Science 44%

Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.

Updated 6 months ago

array-base-without • Science 44%

Return a new array containing every element from an input array, except for the element at a specified index.

Updated 6 months ago

ndarray-filter • Science 44%

Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-fancy-slice-assign • Science 44%

Assign element values from a broadcasted input array to corresponding elements in an output array.

Updated 6 months ago

@stdlib/ndarray-slice-dimension-to • Science 44%

Return a read-only truncated view of an input ndarray along a specific dimension.

Updated 6 months ago

@stdlib/ndarray-base-slice-dimension-from • Science 44%

Return a shifted view of an input ndarray along a specific dimension.

Updated 6 months ago

@stdlib/ndarray-base-slice-dimension-to • Science 44%

Return a truncated view of an input ndarray along a specific dimension.

Updated 6 months ago

blas-base-wasm-zcopy • Science 44%

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Updated 6 months ago

ndarray-base-slice-assign • Science 44%

Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.

Updated 6 months ago

lapack-base-dge-trans • Science 44%

Convert input general matrix from row-major to column-major layout or vice versa.

Updated 6 months ago

@stdlib/blas-base-zcopy • Science 44%

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Updated 6 months ago

array-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 6 months ago

ndarray-reject • Science 44%

Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-reject • Science 44%

Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 6 months ago

@stdlib/array-base-take-map • Science 44%

Take elements from an array and return a new array after applying a mapping function.

Updated 6 months ago

@stdlib/ndarray-base-slice-dimension • Science 44%

Return a view of an input ndarray when sliced along a specified dimension.

Updated 6 months ago

@stdlib/ndarray-base-assign • Science 44%

Assign elements in a input ndarray to elements in an output ndarray.

Updated 6 months ago

array-base-mskfiltern • Science 44%

Apply a mask to one or more provided input arrays in a single pass.

Updated 6 months ago

lapack-base-sge-trans • Science 44%

Convert a matrix from row-major layout to column-major layout or vice versa.

Updated 6 months ago

array-base-take-indexed2 • Science 44%

Take elements from two indexed arrays in a single pass.

Updated 6 months ago

blas-ext-base-zfill • Science 44%

Fill a double-precision complex floating-point strided array with a specified scalar constant.

Updated 6 months ago

blas-base-wasm-ccopy • Science 44%

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Updated 6 months ago

@stdlib/array-base-where • Science 44%

Take elements from either one of two arrays depending on a condition.