Scientific Software
Updated 7 months ago

Minimalist And Customisable Optimisation Package — Peer-reviewed • Rank 3.3 • Science 93%

Minimalist And Customisable Optimisation Package - Published in JOSS (2021)

Scientific Software · Peer-reviewed
Updated 7 months ago

@stdlib/array-base-setter • Rank 10.8 • Science 44%

Return an accessor function for setting an element in an indexed array-like object.

Updated 7 months ago

@stdlib/array-base-accessor-setter • Rank 10.8 • Science 44%

Return an accessor function for setting an element in an array-like object supporting the get/set protocol.

Updated 7 months ago

@stdlib/array-base-accessor-getter • Rank 10.8 • Science 44%

Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.

Updated 7 months ago

@stdlib/array-base-getter • Rank 10.8 • Science 44%

Return an accessor function for retrieving an element from an indexed array-like object.

Updated 7 months ago

@stdlib/array-base-filled-by • Rank 9.7 • Science 44%

Create a filled generic array according to a provided callback function.

Updated 7 months ago

@stdlib/array-base-zero-to • Rank 7.7 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Updated 7 months ago

@stdlib/array-base-incrspace • Rank 7.7 • Science 44%

Generate a linearly spaced numeric array according to a provided increment.

Updated 7 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 7 months ago

@stdlib/array-base-one-to • Rank 7.4 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from one.

Updated 7 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 7 months ago

@stdlib/array-base-index-of • Rank 6.2 • Science 44%

Return the index of the first element which equals a provided search element.

Updated 7 months ago

@stdlib/array-base-every-by • Rank 5.9 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function.

Updated 7 months ago

@stdlib/utils-unzip • Rank 4.8 • Science 44%

Unzip a zipped array (i.e., a nested array of tuples).

Updated 7 months ago

@stdlib/array-base-filled3d-by • Rank 4.8 • Science 44%

Create a filled three-dimensional nested array according to a provided callback function.

Updated 7 months ago

@stdlib/array-base-filled5d-by • Rank 4.7 • Science 44%

Create a filled five-dimensional nested array according to a provided callback function.

Updated 7 months ago

@stdlib/array-base-flipud3d • Rank 3.6 • Science 44%

Reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.

Updated 7 months ago

@stdlib/array-base-flipud4d • Rank 3.5 • Science 44%

Reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.

Updated 7 months ago

@stdlib/array-base-unitspace • Rank 2.6 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1.

Updated 7 months ago

@stdlib/array-base-every-by-right • Rank 2.6 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.

Updated 7 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 7 months ago

array-base-cusome-by-right • Rank 0.0 • Science 44%

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.

Updated 7 months ago

generic • Rank 15.8 • Science 26%

Generic programming library for Python

Updated 7 months ago

array-base-last-index-of • Rank 0.0 • Science 26%

Return the index of the last element which equals a provided search element.

Updated 7 months ago

array-base-zip2views • Science 44%

Zip one or more arrays to an array of composite views.

Updated 7 months ago

array-base-entries2views • Science 44%

Convert array entries to an array of composite views.

Updated 7 months ago

array-base-cuevery-by • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.

Updated 7 months ago

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

Reverse the order of elements along the last dimension of a five-dimensional nested input array.

Updated 7 months ago

array-base-reshape • Science 44%

Reshape a nested array into another nested array having a desired shape.

Updated 7 months ago

array-base-entries2objects • Science 26%

Transform array entries into objects with ease using array-base-entries2objects. Streamline your data manipulation in JavaScript! 🚀🌐

Updated 7 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 7 months ago

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

Reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.

Updated 7 months ago

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

Test whether at least one element in an array is truthy.

Updated 7 months ago

https://github.com/labimotion/labimotion • Science 36%

LabIMotion: Where Adaptability Meets Innovation in Scientific Solutions.

Updated 7 months ago

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

Return the last element of an array-like object.

Updated 7 months ago

array-base-fill-by • Science 44%

Fill all elements within a portion of an array according to a callback function.

Updated 7 months ago

@stdlib/array-base-none-by-right • Science 44%

Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.

Updated 7 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 7 months ago

array-base-cunone-by • Science 44%

Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.

Updated 7 months ago

array-base-cusome • Science 44%

Cumulatively test whether at least `n` array elements in a provided array are truthy.

Updated 7 months ago

@stdlib/array-base-resolve-getter • Science 44%

Return an accessor function for retrieving an element from an array-like object.

Updated 7 months ago

array-base-symmetric-filled2d-by • Science 44%

Create a filled two-dimensional symmetric nested array according to a provided callback function.

Updated 7 months ago

array-base-assert-has-almost-equal-values • Science 44%

Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).

Updated 7 months ago

array-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 7 months ago

@stdlib/array-place • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 7 months ago

array-base-mskfiltern • Science 44%

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

Updated 7 months ago

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

Replace specified elements of an array with provided values.

Updated 7 months ago

@stdlib/array-base-filled2d-by • Science 44%

Create a filled two-dimensional nested array according to a provided callback function.

Updated 7 months ago

array-base-any-has-own-property • Science 44%

Test whether at least one element in a provided array has a specified own property.

Updated 7 months ago

array-base-scatter-filled • Science 44%

Scatter a list of provided values to specified indices in a new filled "generic" array.

Updated 7 months ago

@stdlib/array-base-filled4d-by • Science 44%

Create a filled four-dimensional nested array according to a provided callback function.