@stdlib/array-one-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Create an array filled with ones and having a specified length.
Create an array filled with ones and having the same length and data type as a provided array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a zero-filled array having a specified length.
Create a zero-filled array having the same length and data type as a provided array.
Test if a value is a 64-bit or 128-bit complex number.
Test if a value is a complex number-like object.
Test if a value is a 64-bit complex number.
Test if two arguments are both single-precision complex floating-point numbers and have the same value.
Test if two arguments are both Complex64Arrays and have the same values.
Parse a string representation of a 64-bit complex number.
Revive a JSON-serialized 64-bit complex number.
64-bit complex number.
Parse a string representation of a 64-bit complex number.
Revive a JSON-serialized 64-bit complex number.
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.