From c5731d81ecacb269a817a4857ef27d4c2263b604 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:41:35 +0000 Subject: [PATCH 01/13] docs: complete ndarray JSDoc summary in `lapack/base/clacgv` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/clacgv/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/clacgv/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/clacgv/lib/ndarray.js index ffadb6887658..78222d27edca 100644 --- a/lib/node_modules/@stdlib/lapack/base/clacgv/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/clacgv/lib/ndarray.js @@ -26,7 +26,7 @@ var reinterpret = require( '@stdlib/strided/base/reinterpret-complex64' ); // MAIN // /** -* Conjugates each element in a single-precision complex floating-point vector. +* Conjugates each element in a single-precision complex floating-point vector using alternative indexing semantics. * * @param {PositiveInteger} N - number of indexed elements * @param {Complex64Array} cx - input array From 8623dc6447142458c3edeebd6c5765b82b178812 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:41:43 +0000 Subject: [PATCH 02/13] docs: complete ndarray JSDoc summary in `lapack/base/claset` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by sibling package dlaset within the same-shape group. --- lib/node_modules/@stdlib/lapack/base/claset/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/claset/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/claset/lib/ndarray.js index 230989aeb9c0..bdb6d6c99769 100644 --- a/lib/node_modules/@stdlib/lapack/base/claset/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/claset/lib/ndarray.js @@ -26,7 +26,7 @@ var base = require( './base.js' ); // MAIN // /** -* Sets the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values. +* Sets the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values using alternative indexing semantics. * * @param {string} uplo - specifies whether to set the upper or lower triangular/trapezoidal part of matrix `A` * @param {NonNegativeInteger} M - number of rows in matrix `A` From b0dab737ef15f7b0821cfa9a6e15e67906882c00 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:41:53 +0000 Subject: [PATCH 03/13] docs: complete ndarray JSDoc summary in `lapack/base/claswp` Append the "and alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/claswp/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/claswp/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/claswp/lib/ndarray.js index d5d373062cb8..d171c9f7777b 100644 --- a/lib/node_modules/@stdlib/lapack/base/claswp/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/claswp/lib/ndarray.js @@ -26,7 +26,7 @@ var base = require( './base.js' ); // MAIN // /** -* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV`. +* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV` and alternative indexing semantics. * * @param {PositiveInteger} N - number of columns in `A` * @param {Complex64Array} A - input matrix From 05839ca117036b85aa24eab6505b75b6ddc0badf Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:01 +0000 Subject: [PATCH 04/13] docs: complete ndarray JSDoc summary in `lapack/base/crot` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/crot/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/crot/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/crot/lib/ndarray.js index b93b00a917d8..e8b4ce0b6ccc 100644 --- a/lib/node_modules/@stdlib/lapack/base/crot/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/crot/lib/ndarray.js @@ -29,7 +29,7 @@ var imagf = require( '@stdlib/complex/float32/imag' ); // MAIN // /** -* Applies a plane rotation with real cosine and complex sine. +* Applies a plane rotation with real cosine and complex sine using alternative indexing semantics. * * @param {PositiveInteger} N - number of indexed elements * @param {Complex64Array} cx - first input array From c708b2291701b7e5ae413f7d4b9d1b19acaeb422 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:07 +0000 Subject: [PATCH 05/13] docs: complete ndarray JSDoc summary in `lapack/base/dladiv` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/dladiv/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/dladiv/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/dladiv/lib/ndarray.js index 75ad6e5dcac0..d80a86e59eb4 100644 --- a/lib/node_modules/@stdlib/lapack/base/dladiv/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/dladiv/lib/ndarray.js @@ -26,7 +26,7 @@ var base = require( './base.js' ); // MAIN // /** -* Divides two double-precision complex floating-point numbers in real arithmetic. +* Divides two double-precision complex floating-point numbers in real arithmetic using alternative indexing semantics. * * @param {number} a - real component of numerator * @param {number} b - imaginary component of numerator From 2ff7b3da3218dd841818e99e04c53d625f692565 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:15 +0000 Subject: [PATCH 06/13] docs: complete ndarray JSDoc summary in `lapack/base/dlarf` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/dlarf/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/dlarf/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/dlarf/lib/ndarray.js index 98c017be6491..2e18bb48ab5c 100644 --- a/lib/node_modules/@stdlib/lapack/base/dlarf/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/dlarf/lib/ndarray.js @@ -32,7 +32,7 @@ var base = require( './base.js' ); // MAIN // /** -* Applies a real elementary reflector `H = I - tau * v * v^T` to a real M by N matrix `C`. +* Applies a real elementary reflector `H = I - tau * v * v^T` to a real M by N matrix `C` using alternative indexing semantics. * * ## Notes * From 385a76c99c4f0a2770f997cfda319250a437189b Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:21 +0000 Subject: [PATCH 07/13] docs: complete ndarray JSDoc summary in `lapack/base/dlarf1f` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/dlarf1f/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/dlarf1f/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/dlarf1f/lib/ndarray.js index 4dfa0851e489..f89920029c34 100644 --- a/lib/node_modules/@stdlib/lapack/base/dlarf1f/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/dlarf1f/lib/ndarray.js @@ -32,7 +32,7 @@ var base = require( './base.js' ); // MAIN // /** -* Applies a real elementary reflector `H = I - tau * v * v^T` to a real M by N matrix `C`. +* Applies a real elementary reflector `H = I - tau * v * v^T` to a real M by N matrix `C` using alternative indexing semantics. * * ## Notes * From 25c8f7a83e8e0842994b59af29f83658523c451b Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:30 +0000 Subject: [PATCH 08/13] docs: complete ndarray JSDoc summary in `lapack/base/dlaswp` Append the "and alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/dlaswp/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/dlaswp/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/dlaswp/lib/ndarray.js index 4b1cfd7610dd..b3875fde724c 100644 --- a/lib/node_modules/@stdlib/lapack/base/dlaswp/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/dlaswp/lib/ndarray.js @@ -26,7 +26,7 @@ var base = require( './base.js' ); // MAIN // /** -* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV`. +* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV` and alternative indexing semantics. * * @param {PositiveInteger} N - number of columns in `A` * @param {Float64Array} A - input matrix From 29391bec98895e5d923125621a191dea3aeac68b Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:36 +0000 Subject: [PATCH 09/13] docs: complete ndarray JSDoc summary in `lapack/base/slaswp` Append the "and alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/slaswp/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/slaswp/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/slaswp/lib/ndarray.js index aede91e37164..4628de109f7a 100644 --- a/lib/node_modules/@stdlib/lapack/base/slaswp/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/slaswp/lib/ndarray.js @@ -26,7 +26,7 @@ var base = require( './base.js' ); // MAIN // /** -* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV`. +* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV` and alternative indexing semantics. * * @param {PositiveInteger} N - number of columns in `A` * @param {Float32Array} A - input matrix From 8969bcf26fd25339947497e8beb3cf6d187d6760 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:43 +0000 Subject: [PATCH 10/13] docs: complete ndarray JSDoc summary in `lapack/base/zlacgv` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by sibling package clacgv within the same-shape group. --- lib/node_modules/@stdlib/lapack/base/zlacgv/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/zlacgv/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/zlacgv/lib/ndarray.js index e3e14b95a140..81abde0564a1 100644 --- a/lib/node_modules/@stdlib/lapack/base/zlacgv/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/zlacgv/lib/ndarray.js @@ -26,7 +26,7 @@ var reinterpret = require( '@stdlib/strided/base/reinterpret-complex128' ); // MAIN // /** -* Conjugates each element in a double-precision complex floating-point vector. +* Conjugates each element in a double-precision complex floating-point vector using alternative indexing semantics. * * @param {PositiveInteger} N - number of indexed elements * @param {Complex128Array} zx - input array From 3ab17d95dda78a0aa139fb4a2ba8d15328099a74 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:50 +0000 Subject: [PATCH 11/13] docs: complete ndarray JSDoc summary in `lapack/base/zlaset` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by sibling package dlaset within the same-shape group. --- lib/node_modules/@stdlib/lapack/base/zlaset/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/zlaset/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/zlaset/lib/ndarray.js index 4bd206ea4798..859146403916 100644 --- a/lib/node_modules/@stdlib/lapack/base/zlaset/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/zlaset/lib/ndarray.js @@ -26,7 +26,7 @@ var base = require( './base.js' ); // MAIN // /** -* Sets the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values. +* Sets the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values using alternative indexing semantics. * * @param {string} uplo - specifies whether to set the upper or lower triangular/trapezoidal part of matrix `A` * @param {NonNegativeInteger} M - number of rows in matrix `A` From 81d3cfe96a5d5fe82d031389a2efa60a6d75f82f Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:57 +0000 Subject: [PATCH 12/13] docs: complete ndarray JSDoc summary in `lapack/base/zlaswp` Append the "and alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by 13 sibling packages within @stdlib/lapack/base. --- lib/node_modules/@stdlib/lapack/base/zlaswp/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/zlaswp/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/zlaswp/lib/ndarray.js index ba712704ae18..bd7345905686 100644 --- a/lib/node_modules/@stdlib/lapack/base/zlaswp/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/zlaswp/lib/ndarray.js @@ -26,7 +26,7 @@ var base = require( './base.js' ); // MAIN // /** -* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV`. +* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV` and alternative indexing semantics. * * @param {PositiveInteger} N - number of columns in `A` * @param {Complex128Array} A - input matrix From 6453419a3b5fd40b68669f42ccb743e4e2364c6a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 08:42:58 +0000 Subject: [PATCH 13/13] docs: complete ndarray JSDoc summary in `lapack/base/zrot` Append the "using alternative indexing semantics" qualifier to the lib/ndarray.js JSDoc summary so it matches the phrase already carried by the package's README, repl.txt, and TypeScript declarations for the ndarray API. Convention followed by sibling package crot within the same-shape group. --- lib/node_modules/@stdlib/lapack/base/zrot/lib/ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/lapack/base/zrot/lib/ndarray.js b/lib/node_modules/@stdlib/lapack/base/zrot/lib/ndarray.js index c783ee636b4e..0efd72a191e9 100644 --- a/lib/node_modules/@stdlib/lapack/base/zrot/lib/ndarray.js +++ b/lib/node_modules/@stdlib/lapack/base/zrot/lib/ndarray.js @@ -28,7 +28,7 @@ var imag = require( '@stdlib/complex/float64/imag' ); // MAIN // /** -* Applies a plane rotation with real cosine and complex sine. +* Applies a plane rotation with real cosine and complex sine using alternative indexing semantics. * * @param {PositiveInteger} N - number of indexed elements * @param {Complex128Array} zx - first input array