pbxplore
A suite of tools to explore protein structures with Protein Blocks :snake:
@stdlib/array-base-accessor
Create a minimal array-like object supporting the accessor protocol from another array-like object.
@stdlib/array-filled-by
Create a filled array according to a provided callback function.
@stdlib/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
@stdlib/array-ones
Create an array filled with ones and having a specified length.
@stdlib/array-nans
Create an array filled with NaNs and having a specified length.
@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
@stdlib/array-typed-real-float-ctors
Real-valued floating-point typed array constructors.
@stdlib/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
@stdlib/array-base-to-deduped
Copy elements to a new generic array after removing consecutive duplicated values.
@stdlib/array-typed-signed-integer-ctors
Signed integer typed array constructors.
@stdlib/array-typed-unsigned-integer-ctors
Unsigned integer typed array constructors.