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

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

Return a shallow copy of a portion of an array.

Updated 7 months ago

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

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

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

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

Cumulatively test whether every element in a provided array is falsy.

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-cuany-by • Science 44%

Cumulatively test whether at least one element in a provided array passes a test implemented by a predicate function.

Updated 7 months ago

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

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

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

array-base-fill • Science 44%

Fill all elements within a portion of an array with a specified value.

Updated 7 months ago

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

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

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

array-base-cunone-by-right • Science 44%

Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 7 months ago

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

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

Updated 7 months ago

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

Cumulatively test whether at least one element in a provided array is truthy.

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

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

@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-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-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-symmetric-banded-filled2d-by • Science 44%

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