@@ -1021,11 +1021,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
1021
1021
* @param {Float64Array} A - input matrix
1022
1022
* @param {integer} strideA1 - stride of the first dimension of `A`
1023
1023
* @param {integer} strideA2 - stride of the second dimension of `A`
1024
- * @param {PositiveInteger } offsetA - starting index for `A`
1024
+ * @param {NonNegativeInteger } offsetA - starting index for `A`
1025
1025
* @param {Float64Array} B - output matrix
1026
1026
* @param {integer} strideB1 - stride of the first dimension of `B`
1027
1027
* @param {integer} strideB2 - stride of the second dimension of `B`
1028
- * @param {PositiveInteger } offsetB - starting index for `B`
1028
+ * @param {NonNegativeInteger } offsetB - starting index for `B`
1029
1029
* @returns {Float64Array} `B`
1030
1030
*
1031
1031
* @example
@@ -1156,11 +1156,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
1156
1156
* @param {Float64Array} A - input matrix
1157
1157
* @param {integer} strideA1 - stride of the first dimension of `A`
1158
1158
* @param {integer} strideA2 - stride of the second dimension of `A`
1159
- * @param {PositiveInteger } offsetA - starting index for `A`
1159
+ * @param {NonNegativeInteger } offsetA - starting index for `A`
1160
1160
* @param {Float64Array} B - output matrix
1161
1161
* @param {integer} strideB1 - stride of the first dimension of `B`
1162
1162
* @param {integer} strideB2 - stride of the second dimension of `B`
1163
- * @param {PositiveInteger } offsetB - starting index for `B`
1163
+ * @param {NonNegativeInteger } offsetB - starting index for `B`
1164
1164
* @returns {Float64Array} `B`
1165
1165
*
1166
1166
* @example
@@ -1272,11 +1272,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
1272
1272
* @param {Float64Array} A - input matrix
1273
1273
* @param {integer} strideA1 - stride of the first dimension of `A`
1274
1274
* @param {integer} strideA2 - stride of the second dimension of `A`
1275
- * @param {PositiveInteger } offsetA - starting index for `A`
1275
+ * @param {NonNegativeInteger } offsetA - starting index for `A`
1276
1276
* @param {Float64Array} B - output matrix
1277
1277
* @param {integer} strideB1 - stride of the first dimension of `B`
1278
1278
* @param {integer} strideB2 - stride of the second dimension of `B`
1279
- * @param {PositiveInteger } offsetB - starting index for `B`
1279
+ * @param {NonNegativeInteger } offsetB - starting index for `B`
1280
1280
* @returns {Float64Array} `B`
1281
1281
*
1282
1282
* @example
@@ -1392,11 +1392,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
1392
1392
* @param {Float64Array} A - input matrix
1393
1393
* @param {integer} strideA1 - stride of the first dimension of `A`
1394
1394
* @param {integer} strideA2 - stride of the second dimension of `A`
1395
- * @param {PositiveInteger } offsetA - starting index for `A`
1395
+ * @param {NonNegativeInteger } offsetA - starting index for `A`
1396
1396
* @param {Float64Array} B - output matrix
1397
1397
* @param {integer} strideB1 - stride of the first dimension of `B`
1398
1398
* @param {integer} strideB2 - stride of the second dimension of `B`
1399
- * @param {PositiveInteger } offsetB - starting index for `B`
1399
+ * @param {NonNegativeInteger } offsetB - starting index for `B`
1400
1400
* @returns {Float64Array} `B`
1401
1401
*
1402
1402
* @example
@@ -1447,7 +1447,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
1447
1447
< div class ='footer quiet pad2 space-top1 center small '>
1448
1448
Code coverage generated by
1449
1449
< a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
1450
- at 2024-07-28T09:35:28.979Z
1450
+ at 2024-07-31T21:23:57.154Z
1451
1451
</ div >
1452
1452
< script src ="../../../../prettify.js "> </ script >
1453
1453
< script >
0 commit comments