Create a complex number typed array.
-
Updated
Aug 4, 2026 - JavaScript
Create a complex number typed array.
Create an array filled with NaNs and having a specified length.
Test if a value is a complex typed array.
Copy all or part of a matrix A to another matrix B.
Fill a double-precision complex floating-point strided array with a specified scalar constant.
Create an array filled with NaNs and having the same length and data type as a provided array.
Complex128Array.
Test if a value is a Complex128Array.
Test if a value is a Complex128Array.
Return the index of the last falsy element in a double-precision complex floating-point strided array.
Replicate each element in a double-precision complex floating-point strided array a specified number of times.
Perform an in-place copy of elements within a double-precision complex floating-point strided array.
Subtract a scalar constant from each element in a double-precision complex floating-point strided array.
Fill a double-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from one.
Calculate the k-th discrete forward difference of a double-precision complex floating-point strided array.
Add a scalar constant to each element in a double-precision complex floating-point strided array `x` and assign the results to elements in a double-precision complex floating-point strided array `w`.
Compute the Cartesian product for two double-precision complex floating-point strided arrays.
Fill a double-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from zero.
Fill a double-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from a specified value.
Subtract a scalar constant from each element in a double-precision complex floating-point strided array `x` and assign the results to elements in a double-precision complex floating-point strided array `w`.
Add a description, image, and links to the complex128array topic page so that developers can more easily learn about it.
To associate your repository with the complex128array topic, visit your repo's landing page and select "manage topics."