Minimalist And Customisable Optimisation Package
Minimalist And Customisable Optimisation Package - Published in JOSS (2021)
@stdlib/array-base-to-deduped
Copy elements to a new generic array after removing consecutive duplicated values.
array-base-cusome-by-right
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.
@stdlib/array-base-from-strided
Convert a strided array to a non-strided generic array.
array-base-cuany-by-right
Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
fair_code_design
This is the repository for the Code design lecture for the FAIR4RS program at the University of Sheffield