@@ -1040,23 +1040,23 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10401040*
10411041* @private
10421042* @param {Object} x - object containing input ndarray meta data
1043- * @param {string } x.dtype - data type
1043+ * @param {* } x.dtype - data type
10441044* @param {Collection} x.data - data buffer
10451045* @param {NonNegativeIntegerArray} x.shape - dimensions
10461046* @param {IntegerArray} x.strides - stride lengths
10471047* @param {NonNegativeInteger} x.offset - index offset
10481048* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
10491049* @param {Array<Function>} x.accessors - data buffer accessors
10501050* @param {Object} y - object containing input ndarray meta data
1051- * @param {string } y.dtype - data type
1051+ * @param {* } y.dtype - data type
10521052* @param {Collection} y.data - data buffer
10531053* @param {NonNegativeIntegerArray} y.shape - dimensions
10541054* @param {IntegerArray} y.strides - stride lengths
10551055* @param {NonNegativeInteger} y.offset - index offset
10561056* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
10571057* @param {Array<Function>} y.accessors - data buffer accessors
10581058* @param {Object} z - object containing output ndarray meta data
1059- * @param {string } z.dtype - data type
1059+ * @param {* } z.dtype - data type
10601060* @param {Collection} z.data - data buffer
10611061* @param {NonNegativeIntegerArray} z.shape - dimensions
10621062* @param {IntegerArray} z.strides - stride lengths
@@ -1483,7 +1483,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
14831483 < div class ='footer quiet pad2 space-top1 center small '>
14841484 Code coverage generated by
14851485 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
1486- at 2025-09-18T00:05:29.059Z
1486+ at 2025-09-18T22:46:13.493Z
14871487 </ div >
14881488 < script src ="../../../../prettify.js "> </ script >
14891489 < script >
0 commit comments