Scientific Software
Updated 9 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 9 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 9 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 9 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 9 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 9 months ago

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

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

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

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

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

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

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

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

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

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

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

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

generic • Rank 15.8 • Science 26%

Generic programming library for Python

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

fair_code_design • Science 52%

This is the repository for the Code design lecture for the FAIR4RS program at the University of Sheffield

Updated 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 months ago

array-base-for-each • Science 44%

Invoke a callback function once for each array element.

Updated 9 months ago

array-base-fill • Science 44%

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

Updated 9 months ago

array-base-zip2views • Science 44%

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

Updated 9 months ago

array-base-entries2views • Science 44%

Convert array entries to an array of composite views.

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

array-base-reshape • Science 44%

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

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

array-base-scatter-filled • Science 44%

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

Updated 9 months ago

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

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

Updated 9 months ago

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

LabIMotion: Where Adaptability Meets Innovation in Scientific Solutions.

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

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

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

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

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

@stdlib/array-put • Science 44%

Replace specified elements of an array with provided values.

Updated 9 months ago

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

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

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

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

Return a shallow copy of a portion of an array.

Updated 9 months ago

array-base-first • Science 44%

Return the first element of an array-like object.

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

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

Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.