RustBCA
RustBCA: A High-Performance Binary-Collision-Approximation Code for Ion-Material Interactions - Published in JOSS (2021)
functionalplus
Functional Programming Library for C++. Write concise and readable C++ code.
@stdlib/stats-base-dmin
Calculate the minimum value of a double-precision floating-point strided array.
@stdlib/stats-incr-mmaxabs
Compute a moving maximum absolute value incrementally.
@stdlib/stats-incr-minmaxabs
Compute minimum and maximum absolute values incrementally.
@stdlib/stats-incr-mminmaxabs
Compute moving minimum and maximum absolute values incrementally.
@stdlib/stats-incr-mminabs
Compute a moving minimum absolute value incrementally.
@stdlib/stats-base-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
@stdlib/stats-base-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/math-base-special-wrap
Wrap a value on the half-open interval [min,max).
@stdlib/stats-base-dmax
Calculate the maximum value of a double-precision floating-point strided array.
@stdlib/stats-base-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
stats-base-nanmskrange
Calculate the range of a strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
stats-base-mskrange
Calculate the range of a strided array according to a mask.
@stdlib/stats-base-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
@stdlib/stats-base-mskmin
Calculate the minimum value of a strided array according to a mask.
@stdlib/stats-base-nanrange-by
Calculate the range of a strided array via a callback function, ignoring NaN values.
@stdlib/stats-base-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
@stdlib/stats-base-nanrange
Calculate the range of a strided array, ignoring NaN values.
@stdlib/stats-base-dists-studentized-range-quantile
Studentized range distribution quantile function.
@stdlib/stats-base-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
@stdlib/stats-iter-mmaxabs
Create an iterator which iteratively computes a moving maximum absolute value.
@stdlib/stats-base-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
@stdlib/stats-base-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-nanmskmax
Calculate the maximum value of a strided array according to a mask, ignoring NaN values.
@stdlib/stats-iter-mmidrange
Create an iterator which iteratively computes a moving mid-range.
@stdlib/stats-base-dminsorted
Calculate the minimum value of a sorted double-precision floating-point strided array.
@stdlib/stats-base-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-smin
Calculate the minimum value of a single-precision floating-point strided array.
@stdlib/stats-base-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-dmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
@stdlib/stats-base-nanmin
Calculate the minimum value of a strided array, ignoring NaN values.
@stdlib/stats-iter-cuminabs
Create an iterator which iteratively computes a cumulative minimum absolute value.
@stdlib/stats-iter-mmin
Create an iterator which iteratively computes a moving minimum value.
@stdlib/stats-base-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
@stdlib/stats-base-cumaxabs
Calculate the cumulative maximum absolute value of a strided array.
@stdlib/stats-base-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
@stdlib/stats-iter-mminabs
Create an iterator which iteratively computes a moving minimum absolute value.
@stdlib/stats-base-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
@stdlib/stats-base-dnanmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-minsorted
Calculate the minimum value of a sorted strided array.
@stdlib/math-base-special-clamp
Restrict a double-precision floating-point number to a specified range.
@stdlib/stats-base-cuminabs
Calculate the cumulative minimum absolute value of a strided array.
@stdlib/math-base-special-clampf
Restrict a single-precision floating-point number to a specified range.
@stdlib/stats-base-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
@stdlib/stats-base-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-srange
Calculate the range of a single-precision floating-point strided array.
@stdlib/stats-iter-curange
Create an iterator which iteratively computes a cumulative range.
@stdlib/stats-iter-cumax
Create an iterator which iteratively computes a cumulative maximum value.
stats-iter-cumidrange
Create an iterator which iteratively computes a cumulative mid-range.
@stdlib/stats-base-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
@stdlib/stats-base-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
@stdlib/stats-base-snanmskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-mskmax
Calculate the maximum value of a strided array according to a mask.
@stdlib/stats-iter-mrange
Create an iterator which iteratively computes a moving range.
@stdlib/stats-iter-cumaxabs
Create an iterator which iteratively computes a cumulative maximum absolute value.
@stdlib/stats-base-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
@stdlib/stats-base-drange
Calculate the range of a double-precision floating-point strided array.
@stdlib/stats-base-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-smax
Calculate the maximum value of a single-precision floating-point strided array.
@stdlib/stats-base-nanmskmin
Calculate the minimum value of a strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-dmaxsorted
Calculate the maximum value of a sorted double-precision floating-point strided array.
@stdlib/stats-base-dnanmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
stats-iter-mmax
Create an iterator which iteratively computes a moving maximum value.
@stdlib/stats-base-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
@stdlib/stats-base-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
@stdlib/stats-base-smidrange
Calculate the mid-range of a single-precision floating-point strided array.