Scientific Software
Updated 6 months ago

iceFEM — Peer-reviewed • Rank 2.9 • Science 95%

iceFEM: A FreeFem package for wave induced ice-shelf vibrations - Published in JOSS (2021)

Mathematics (40%) Materials Science (40%)
Scientific Software · Peer-reviewed
Updated 6 months ago

pbxplore • Rank 8.8 • Science 59%

A suite of tools to explore protein structures with Protein Blocks :snake:

Updated 6 months ago

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

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

Updated 6 months ago

rmsd • Rank 17.6 • Science 36%

Calculate Root-mean-square deviation (RMSD) of two molecules, using rotation, in xyz or pdb format

Updated 6 months ago

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

Create a minimal array-like object supporting the accessor protocol from another array-like object.

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-to-accessor-array • Rank 7.4 • Science 44%

Convert an array-like object to a minimal array-like object supporting the accessor protocol.

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/complex-base-cast-return • Rank 6.5 • Science 44%

Wrap a function and casts a function's return value to a complex number.

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

@stdlib/ndarray-zeros-like • Rank 5.3 • Science 44%

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

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

@stdlib/complex-base-wrap-function • Rank 4.3 • Science 44%

Wrap a function accepting complex number arguments to support providing both real and complex numbers.

Updated 6 months ago

@stdlib/ndarray-base-zeros • Rank 4.0 • Science 44%

Create a zero-filled ndarray having a specified shape and data type.

Updated 6 months ago

@stdlib/ndarray-base-zeros-like • Rank 3.4 • Science 44%

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

Updated 6 months ago

@stdlib/ndarray-base-reverse-dimension • Rank 3.3 • Science 44%

Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.

Updated 6 months ago

@stdlib/array-ones-like • Rank 3.0 • Science 44%

Create an array filled with ones and having the same length and data type as a provided array.

Updated 6 months ago

@stdlib/ndarray-base-fliplr • Rank 2.9 • Science 44%

Return a view of an input ndarray in which the order of elements along the last dimension is reversed.

Updated 6 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 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/ndarray-slice-dimension-from • Rank 2.1 • Science 44%

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