We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e6a6f commit 2477e0eCopy full SHA for 2477e0e
tools/docs/jsdoc/typedefs/arrays.js
@@ -143,3 +143,21 @@
143
*
144
* @typedef {NonNegativeNumericArray} ProbabilityArray
145
*/
146
+
147
+/**
148
+* A 64-bit complex number array, in which the real and imaginary components are each stored as single-precision floating-point numbers.
149
+*
150
+* @typedef {Complex64Array} Complex64Array
151
+*/
152
153
154
+* A 128-bit complex number array, in which the real and imaginary components are each stored as double-precision floating-point numbers.
155
156
+* @typedef {Complex128Array} Complex128Array
157
158
159
160
+* A complex number array.
161
162
+* @typedef {(Complex64Array|Complex128Array)} ComplexArray
163
0 commit comments