@@ -239,16 +239,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
239239* \(\begin{bmatrix} C & S \\ -S & C \end{bmatrix} \begin{bmatrix} F \\ G \end{bmatrix} = \begin{bmatrix} R \\ 0 \end{bmatrix}\)
240240* ```
241241*
242- * @param {Float64Array} F - single element array representing the first component of the vector to be rotated
243- * @param {NonNegativeInteger} offsetF - starting index for `F`
244- * @param {Float64Array} G - single element array representing the second component of the vector to be rotated
245- * @param {NonNegativeInteger} offsetG - starting index for `G`
246- * @param {Float64Array} C - single element array overwritten by the cosine of the rotation
247- * @param {NonNegativeInteger} offsetC - starting index for `C`
248- * @param {Float64Array} S - single element array overwritten by the sine of the rotation
249- * @param {NonNegativeInteger} offsetS - starting index for `S`
250- * @param {Float64Array} R - single element array overwritten by the length of the rotated vector
251- * @param {NonNegativeInteger} offsetR - starting index for `R`
242+ * @param {Float64Array} F - single element array containing the first component of the vector to be rotated
243+ * @param {NonNegativeInteger} offsetF - index of the element in `F`
244+ * @param {Float64Array} G - single element array containing the second component of the vector to be rotated
245+ * @param {NonNegativeInteger} offsetG - index of the element in `G`
246+ * @param {Float64Array} C - single element array which is overwritten by the cosine of the rotation
247+ * @param {NonNegativeInteger} offsetC - index of the element in `C`
248+ * @param {Float64Array} S - single element array which is overwritten by the sine of the rotation
249+ * @param {NonNegativeInteger} offsetS - index of the element in `S`
250+ * @param {Float64Array} R - single element array which is overwritten by the length of the rotated vector
251+ * @param {NonNegativeInteger} offsetR - index of the element in `R`
252252* @returns {void}
253253*
254254* @example
@@ -280,7 +280,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
280280 < div class ='footer quiet pad2 space-top1 center small '>
281281 Code coverage generated by
282282 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
283- at 2025-08-19T09:17:35.706Z
283+ at 2025-08-19T09:36:55.570Z
284284 </ div >
285285 < script src ="../../../../prettify.js "> </ script >
286286 < script >
0 commit comments