From a8ccbf35420aad34cc543e2b79995e033685488e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Aug 2024 22:39:41 +0000 Subject: [PATCH] Auto-generated commit --- .github/workflows/productionize.yml | 20 +- .github/workflows/publish.yml | 6 +- .gitignore | 2 + .npmrc | 4 +- CHANGELOG.md | 1227 ++++++++++++++++++++++----- CONTRIBUTORS | 1 + dist/index.js | 2 +- dist/index.js.map | 4 +- lib/index.js | 207 +++++ package.json | 263 +++--- 10 files changed, 1377 insertions(+), 359 deletions(-) diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml index f92a6c5..f4575e9 100644 --- a/.github/workflows/productionize.yml +++ b/.github/workflows/productionize.yml @@ -94,8 +94,8 @@ jobs: node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );" fi - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -191,8 +191,8 @@ jobs: # Pin action to full length commit SHA uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -366,8 +366,8 @@ jobs: # Pin action to full length commit SHA uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -539,8 +539,8 @@ jobs: # Pin action to full length commit SHA uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -735,8 +735,8 @@ jobs: echo "bump=true" >> $GITHUB_OUTPUT fi - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' if: steps.check-if-bump.outputs.bump run: | git config --local user.email "noreply@stdlib.io" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1d4bb8..2888b88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,8 +72,8 @@ jobs: node-version: 20 timeout-minutes: 5 - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -206,7 +206,7 @@ jobs: # Publish package to npm: - name: 'Publish package to npm' # Pin action to full length commit SHA - uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1 + uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1 with: token: ${{ secrets.NPM_TOKEN }} access: public diff --git a/.gitignore b/.gitignore index 49b206b..4fdc97c 100644 --- a/.gitignore +++ b/.gitignore @@ -101,6 +101,8 @@ docs/**/node_modules/ pids *.pid *.seed +yarn.lock +package-lock.json # Typescript # ############## diff --git a/.npmrc b/.npmrc index 5af9067..58dbd10 100644 --- a/.npmrc +++ b/.npmrc @@ -27,5 +27,5 @@ shrinkwrap = false # Disable automatically "saving" dependencies on install: save = false -# Generate provenance metadata: -provenance = true +# Do not generate provenance metadata: +provenance = false diff --git a/CHANGELOG.md b/CHANGELOG.md index 5daaf52..9d68851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-18) +## Unreleased (2024-08-01)
@@ -20,6 +20,14 @@ ##### Features +- [`f1128aa`](https://github.com/stdlib-js/stdlib/commit/f1128aa2432497a7297ad1cc733de562f44169d5) - add `zaxpy`, `zdrot`, and `zscal` to namespace +- [`10640df`](https://github.com/stdlib-js/stdlib/commit/10640dfff29bff48cc339c31c0fe98ab5a5d2ff3) - add `sspmv`, `ssymv`, `ssyr`, `ssyr2`, and `strmv` to namespace +- [`1457b6c`](https://github.com/stdlib-js/stdlib/commit/1457b6c9c2107f5888436df9f0897a22ad39c16a) - add `sgemv`, `srot`, and `srotm` to namespace +- [`4c3c742`](https://github.com/stdlib-js/stdlib/commit/4c3c7423c16b928960bcd21a5bb13669c02118ba) - add `scasum` and `scnrm2` to namespace +- [`ed6504f`](https://github.com/stdlib-js/stdlib/commit/ed6504f204b1b4b531977b93e49c24238aee8715) - add `dtrmv` and `dznrm2` to namespace +- [`38b338d`](https://github.com/stdlib-js/stdlib/commit/38b338d6d08bfe3e523ba02bf977430d320cbf03) - add `dspmv`, `dsymv`, `dsyr`, and `dsyr2` to namespace +- [`d039a63`](https://github.com/stdlib-js/stdlib/commit/d039a63eabd3956155b01fbe11c5e89e94930c2a) - add `csrot`, `drot` and `drotm` to namespace +- [`66d501a`](https://github.com/stdlib-js/stdlib/commit/66d501a60b22b7cd23cf7e79f768027ad1d8c6e5) - add `caxpy` to namespace - [`722452c`](https://github.com/stdlib-js/stdlib/commit/722452c97282738c0a83e336720c63ee785bc69f) - rename 'none' transpose operation to 'no-transpose' - [`dd73ff2`](https://github.com/stdlib-js/stdlib/commit/dd73ff27e89fc2a39e2fb8a6f54d8b1a1a29f575) - update namespace TypeScript declarations [(#2514)](https://github.com/stdlib-js/stdlib/pull/2514) - [`48703d8`](https://github.com/stdlib-js/stdlib/commit/48703d8deabd12050c18f7382c966df26d5239a3) - add utilities to namespace @@ -28,7 +36,7 @@ - [`8ca3745`](https://github.com/stdlib-js/stdlib/commit/8ca374503c82fefe69dfc281ad10a4a9d1d733a3) - add `transposeOperationResolveEnum` to namespace - [`7ae7d15`](https://github.com/stdlib-js/stdlib/commit/7ae7d158f1f467abc1a42491f2acdfdae83ad520) - add `transposeOperationStr2Enum` to namespace - [`3466408`](https://github.com/stdlib-js/stdlib/commit/346640810621a54a70b8f6e175ebce2098d8a736) - add `transposeOperationEnum2Str` to namespace -- [`b8bd516`](https://github.com/stdlib-js/stdlib/commit/b8bd51687cabdda74299cb37b9a5527fddd35aaa) - update namespace TypeScript declarations [(##2351)](#2351) +- [`b8bd516`](https://github.com/stdlib-js/stdlib/commit/b8bd51687cabdda74299cb37b9a5527fddd35aaa) - update namespace TypeScript declarations [(#2351)](https://github.com/stdlib-js/stdlib/pull/2351) - [`df48448`](https://github.com/stdlib-js/stdlib/commit/df484486ee1dda67e3b5821a7531786992fd5837) - add `layoutResolveEnum` to namespace - [`c533088`](https://github.com/stdlib-js/stdlib/commit/c533088d61f9a0d2b182dbe8d89329c9b625f27b) - add `layoutResolveStr` to namespace - [`bd2b0a6`](https://github.com/stdlib-js/stdlib/commit/bd2b0a61e51e036f7f4044cd1ec16ec7736dbf84) - add `layoutEnum2Str` and `layoutStr2Enum` to namespace @@ -82,7 +90,7 @@ - [`ca84473`](https://github.com/stdlib-js/stdlib/commit/ca844736f22b282b3ee33e0d62373442aaf991db) - update namespace TypeScript declarations [(#2381)](https://github.com/stdlib-js/stdlib/pull/2381) - [`8741f9c`](https://github.com/stdlib-js/stdlib/commit/8741f9ce65e3aefe3d4b1aca6d3be765f44c6f16) - add `isOperationSide` to namespace - [`901d732`](https://github.com/stdlib-js/stdlib/commit/901d732e5f564d696ddfe87481eecd98d5bcf967) - add `isDiagonalType` to namespace -- [`b8bd516`](https://github.com/stdlib-js/stdlib/commit/b8bd51687cabdda74299cb37b9a5527fddd35aaa) - update namespace TypeScript declarations [(##2351)](#2351) +- [`b8bd516`](https://github.com/stdlib-js/stdlib/commit/b8bd51687cabdda74299cb37b9a5527fddd35aaa) - update namespace TypeScript declarations [(#2351)](https://github.com/stdlib-js/stdlib/pull/2351) - [`3719fcd`](https://github.com/stdlib-js/stdlib/commit/3719fcd56b28595b9b101f9767b0b6d965c9e426) - add `isMatrixTriangle` to namespace - [`926dcec`](https://github.com/stdlib-js/stdlib/commit/926dcecec6a4940ecd7ee57da5db924fadfa3edb) - add `isTransposeOperation` to namespace - [`b5f6754`](https://github.com/stdlib-js/stdlib/commit/b5f6754f4b180101e7b43b602d1cbfac7470c699) - add `blas/base/assert` namespace @@ -898,6 +906,72 @@ This release closes the following issue: +
+ +#### [@stdlib/blas/base/dsyr](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dsyr) + +
+ +
+ +##### Features + +- [`43439d0`](https://github.com/stdlib-js/stdlib/commit/43439d0098ad812e3276a13ecaaf41f55c501680) - add `blas/base/dsyr` [(#2659)](https://github.com/stdlib-js/stdlib/pull/2659) + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/dsyr2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dsyr2) + +
+ +
+ +##### Features + +- [`6966bbb`](https://github.com/stdlib-js/stdlib/commit/6966bbb8dcfdc2345fe3fb04c2100c6a313d3282) - add `blas/base/dsyr2` [(#2712)](https://github.com/stdlib-js/stdlib/pull/2712) + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/dtrmv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dtrmv) + +
+ +
+ +##### Features + +- [`640278b`](https://github.com/stdlib-js/stdlib/commit/640278bc95b4f9f87e58c328b5238606635052e6) - add `blas/base/dtrmv` [(#2540)](https://github.com/stdlib-js/stdlib/pull/2540) + +
+ + + +
+ +
+ + +
#### [@stdlib/blas/base/dznrm2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dznrm2) @@ -1439,6 +1513,28 @@ This release closes the following issue: +
+ +#### [@stdlib/blas/base/sgemv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sgemv) + +
+ +
+ +##### Features + +- [`81c0e52`](https://github.com/stdlib-js/stdlib/commit/81c0e52e0e1ab5367c464b8cdc6a56d8bd2ea4fa) - add `blas/base/sgemv` [(#2365)](https://github.com/stdlib-js/stdlib/pull/2365) + +
+ + + +
+ +
+ + +
#### [@stdlib/blas/base/shared](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/shared) @@ -1587,6 +1683,95 @@ This release closes the following issue: +
+ +#### [@stdlib/blas/base/ssyr](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ssyr) + +
+ +
+ +##### Features + +- [`4300111`](https://github.com/stdlib-js/stdlib/commit/4300111c80e0bd4941dcdd30a6b6dd36f2250dce) - add `blas/base/ssyr` [(#2658)](https://github.com/stdlib-js/stdlib/pull/2658) + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/ssyr2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ssyr2) + +
+ +
+ +##### Features + +- [`af15420`](https://github.com/stdlib-js/stdlib/commit/af15420d508303989931981427d6b52c49af7554) - add `blas/base/ssyr2` [(#2708)](https://github.com/stdlib-js/stdlib/pull/2708) + +
+ + + +
+ +##### Bug Fixes + +- [`b5de107`](https://github.com/stdlib-js/stdlib/commit/b5de10702d2b6ecc6c843d61f755b429bfe3c78d) - add missing parameters and update description + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/strmv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/strmv) + +
+ +
+ +##### Features + +- [`2254a56`](https://github.com/stdlib-js/stdlib/commit/2254a5616945ee973f080c6d35f19e51778e24ee) - add `blas/base/strmv` [(#2535)](https://github.com/stdlib-js/stdlib/pull/2535) + +
+ + + +
+ +##### BREAKING CHANGES + +- [`2254a56`](https://github.com/stdlib-js/stdlib/commit/2254a5616945ee973f080c6d35f19e51778e24ee): add `blas/base/strmv` +- [`2254a56`](https://github.com/stdlib-js/stdlib/commit/2254a5616945ee973f080c6d35f19e51778e24ee): rename `none` transpose operation to `no-transpose` in `@stdlib/types` + + - To migrate, users should change their usage of `none` to `no-transpose`. This change enhances code readability and aligns the string literal with the C enumeration constant. + +
+ + + +
+ +
+ + +
#### [@stdlib/blas/base/transpose-operation-enum2str](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/transpose-operation-enum2str) @@ -1904,6 +2089,11 @@ This release closes the following issue: ### BREAKING CHANGES +- [`2254a56`](https://github.com/stdlib-js/stdlib/commit/2254a5616945ee973f080c6d35f19e51778e24ee): add `blas/base/strmv` +- [`2254a56`](https://github.com/stdlib-js/stdlib/commit/2254a5616945ee973f080c6d35f19e51778e24ee): rename `none` transpose operation to `no-transpose` in `@stdlib/types` + + - To migrate, users should change their usage of `none` to `no-transpose`. This change enhances code readability and aligns the string literal with the C enumeration constant. + - [`722452c`](https://github.com/stdlib-js/stdlib/commit/722452c97282738c0a83e336720c63ee785bc69f): rename 'none' transpose operation to 'no-transpose' - [`bc23559`](https://github.com/stdlib-js/stdlib/commit/bc2355981ffa28082d8e23273887501bd3ba674a): add support for specifying the index offset for `AP` - [`bc23559`](https://github.com/stdlib-js/stdlib/commit/bc2355981ffa28082d8e23273887501bd3ba674a): add offset parameter to `ndarray` method @@ -1957,6 +2147,31 @@ A total of 6 people contributed to this release. Thank you to the following cont
+- [`f1128aa`](https://github.com/stdlib-js/stdlib/commit/f1128aa2432497a7297ad1cc733de562f44169d5) - **feat:** add `zaxpy`, `zdrot`, and `zscal` to namespace _(by Athan Reines)_ +- [`10640df`](https://github.com/stdlib-js/stdlib/commit/10640dfff29bff48cc339c31c0fe98ab5a5d2ff3) - **feat:** add `sspmv`, `ssymv`, `ssyr`, `ssyr2`, and `strmv` to namespace _(by Athan Reines)_ +- [`1457b6c`](https://github.com/stdlib-js/stdlib/commit/1457b6c9c2107f5888436df9f0897a22ad39c16a) - **feat:** add `sgemv`, `srot`, and `srotm` to namespace _(by Athan Reines)_ +- [`4c3c742`](https://github.com/stdlib-js/stdlib/commit/4c3c7423c16b928960bcd21a5bb13669c02118ba) - **feat:** add `scasum` and `scnrm2` to namespace _(by Athan Reines)_ +- [`ed6504f`](https://github.com/stdlib-js/stdlib/commit/ed6504f204b1b4b531977b93e49c24238aee8715) - **feat:** add `dtrmv` and `dznrm2` to namespace _(by Athan Reines)_ +- [`38b338d`](https://github.com/stdlib-js/stdlib/commit/38b338d6d08bfe3e523ba02bf977430d320cbf03) - **feat:** add `dspmv`, `dsymv`, `dsyr`, and `dsyr2` to namespace _(by Athan Reines)_ +- [`d039a63`](https://github.com/stdlib-js/stdlib/commit/d039a63eabd3956155b01fbe11c5e89e94930c2a) - **feat:** add `csrot`, `drot` and `drotm` to namespace _(by Athan Reines)_ +- [`66d501a`](https://github.com/stdlib-js/stdlib/commit/66d501a60b22b7cd23cf7e79f768027ad1d8c6e5) - **feat:** add `caxpy` to namespace _(by Athan Reines)_ +- [`43439d0`](https://github.com/stdlib-js/stdlib/commit/43439d0098ad812e3276a13ecaaf41f55c501680) - **feat:** add `blas/base/dsyr` [(#2659)](https://github.com/stdlib-js/stdlib/pull/2659) _(by Aman Bhansali, Athan Reines)_ +- [`b3a0bd1`](https://github.com/stdlib-js/stdlib/commit/b3a0bd1a3e9bcdde3af048c7d6b6cfcd3765138f) - **docs:** fix example order _(by Athan Reines)_ +- [`058f073`](https://github.com/stdlib-js/stdlib/commit/058f07330d309cf9009a7efc101029d40827ff31) - **test:** fix grammar _(by Athan Reines)_ +- [`0286f64`](https://github.com/stdlib-js/stdlib/commit/0286f64c5a635ec2ac7daf40bc38ae417c37b8a2) - **refactor:** use \"fast\" `max` utility _(by Athan Reines)_ +- [`640278b`](https://github.com/stdlib-js/stdlib/commit/640278bc95b4f9f87e58c328b5238606635052e6) - **feat:** add `blas/base/dtrmv` [(#2540)](https://github.com/stdlib-js/stdlib/pull/2540) _(by Aman Bhansali, Athan Reines)_ +- [`e8ef5ad`](https://github.com/stdlib-js/stdlib/commit/e8ef5ad04ba9508f9aa5846ee108afb68ef58dab) - **test:** update descriptions _(by Athan Reines)_ +- [`81c0e52`](https://github.com/stdlib-js/stdlib/commit/81c0e52e0e1ab5367c464b8cdc6a56d8bd2ea4fa) - **feat:** add `blas/base/sgemv` [(#2365)](https://github.com/stdlib-js/stdlib/pull/2365) _(by Aman Bhansali, Athan Reines)_ +- [`2254a56`](https://github.com/stdlib-js/stdlib/commit/2254a5616945ee973f080c6d35f19e51778e24ee) - **feat:** add `blas/base/strmv` [(#2535)](https://github.com/stdlib-js/stdlib/pull/2535) _(by Aman Bhansali, Athan Reines)_ +- [`4300111`](https://github.com/stdlib-js/stdlib/commit/4300111c80e0bd4941dcdd30a6b6dd36f2250dce) - **feat:** add `blas/base/ssyr` [(#2658)](https://github.com/stdlib-js/stdlib/pull/2658) _(by Aman Bhansali, Athan Reines)_ +- [`fc54a2b`](https://github.com/stdlib-js/stdlib/commit/fc54a2b7f610c9e19715d2b2d6ef14c2b3736e5f) - **docs:** update examples _(by Athan Reines)_ +- [`3517656`](https://github.com/stdlib-js/stdlib/commit/35176561bc51df0c9c6c92e81544266fed44f8a4) - **docs:** address link failures _(by Athan Reines)_ +- [`6966bbb`](https://github.com/stdlib-js/stdlib/commit/6966bbb8dcfdc2345fe3fb04c2100c6a313d3282) - **feat:** add `blas/base/dsyr2` [(#2712)](https://github.com/stdlib-js/stdlib/pull/2712) _(by Aman Bhansali, Athan Reines)_ +- [`b5de107`](https://github.com/stdlib-js/stdlib/commit/b5de10702d2b6ecc6c843d61f755b429bfe3c78d) - **fix:** add missing parameters and update description _(by Athan Reines)_ +- [`af15420`](https://github.com/stdlib-js/stdlib/commit/af15420d508303989931981427d6b52c49af7554) - **feat:** add `blas/base/ssyr2` [(#2708)](https://github.com/stdlib-js/stdlib/pull/2708) _(by Aman Bhansali, Athan Reines)_ +- [`308005e`](https://github.com/stdlib-js/stdlib/commit/308005e8a9cf48917f0c68451bd05f7d6fb06ba4) - **bench:** adjust sample values to prevent overflow _(by Athan Reines)_ +- [`f53097a`](https://github.com/stdlib-js/stdlib/commit/f53097a6061a65547260d261ea425f3c2039c6f5) - **docs:** update comments _(by Athan Reines)_ +- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_ - [`ba35d8f`](https://github.com/stdlib-js/stdlib/commit/ba35d8f2e923d26640828a0f035333bd778389b7) - **refactor:** update paths _(by Athan Reines)_ - [`e3a3679`](https://github.com/stdlib-js/stdlib/commit/e3a3679f1e733cf02ce47cdc4bd0137bd37bef41) - **refactor:** update paths _(by Athan Reines)_ - [`ddd4403`](https://github.com/stdlib-js/stdlib/commit/ddd44032f9d8a6d318c80e3b239ff72280ffc599) - **refactor:** update paths _(by Athan Reines)_ @@ -2034,9 +2249,9 @@ A total of 6 people contributed to this release. Thank you to the following cont - [`ce25d7e`](https://github.com/stdlib-js/stdlib/commit/ce25d7e1233e6b0018df58d58d31a38d6c53c27c) - **docs:** fix examples [(#2360)](https://github.com/stdlib-js/stdlib/pull/2360) _(by stdlib-bot, Athan Reines)_ - [`143d842`](https://github.com/stdlib-js/stdlib/commit/143d8420e7022c8464594a837831582096771a4d) - **docs:** fix examples _(by Athan Reines)_ - [`76e73a5`](https://github.com/stdlib-js/stdlib/commit/76e73a51987ac45b78b3f5011806c57ca33c1951) - **feat:** add `blas/base/zscal` [(#2253)](https://github.com/stdlib-js/stdlib/pull/2253) _(by Aman Bhansali, Athan Reines)_ -- [`b8bd516`](https://github.com/stdlib-js/stdlib/commit/b8bd51687cabdda74299cb37b9a5527fddd35aaa) - **feat:** update namespace TypeScript declarations [(##2351)](#2351) _(by stdlib-bot, Philipp Burckhardt)_ +- [`b8bd516`](https://github.com/stdlib-js/stdlib/commit/b8bd51687cabdda74299cb37b9a5527fddd35aaa) - **feat:** update namespace TypeScript declarations [(#2351)](https://github.com/stdlib-js/stdlib/pull/2351) _(by stdlib-bot, Philipp Burckhardt)_ - [`f9bc7dc`](https://github.com/stdlib-js/stdlib/commit/f9bc7dc126bbb1c67ea03692b71613bfba205ad7) - **test:** add test cases to ensure full coverage _(by Athan Reines)_ -- [`396d612`](https://github.com/stdlib-js/stdlib/commit/396d6128357346cafbc438d75d8797377ba4022f) - **docs:** update namespace table of contents [(##2348)](#2348 ) _(by stdlib-bot, Philipp Burckhardt)_ +- [`396d612`](https://github.com/stdlib-js/stdlib/commit/396d6128357346cafbc438d75d8797377ba4022f) - **docs:** update namespace table of contents [(#2348)](https://github.com/stdlib-js/stdlib/pull/2348 ) _(by stdlib-bot, Philipp Burckhardt)_ - [`bd06c4d`](https://github.com/stdlib-js/stdlib/commit/bd06c4df34c340bb2a978cabfa6122bd00d44a56) - **refactor:** resolve storage layout enumeration constants _(by Athan Reines)_ - [`df48448`](https://github.com/stdlib-js/stdlib/commit/df484486ee1dda67e3b5821a7531786992fd5837) - **feat:** add `layoutResolveEnum` to namespace _(by Athan Reines)_ - [`4e6b7fd`](https://github.com/stdlib-js/stdlib/commit/4e6b7fdee8f3f217c6393c1c1043763377a8d6d5) - **feat:** add `blas/base/layout-resolve-enum` _(by Athan Reines)_ @@ -2085,7 +2300,7 @@ A total of 6 people contributed to this release. Thank you to the following cont - [`b40f5c3`](https://github.com/stdlib-js/stdlib/commit/b40f5c33aaf2113c73f8f0811c8d1cdc9fbfde53) - **feat:** add `blas/base/cscal` [(#2104)](https://github.com/stdlib-js/stdlib/pull/2104) _(by Aman Bhansali, Athan Reines)_ - [`a4748fb`](https://github.com/stdlib-js/stdlib/commit/a4748fb7a658f89c268388389355ed87b5a06f84) - **feat:** add `blas/base/dcabs1` [(#2204)](https://github.com/stdlib-js/stdlib/pull/2204) _(by Aman Bhansali, Athan Reines)_ - [`70864fa`](https://github.com/stdlib-js/stdlib/commit/70864faabdacdb25caa2a7ee75bd0fcc7ba478c9) - **feat:** add `blas/base/scabs1` [(#2209)](https://github.com/stdlib-js/stdlib/pull/2209) _(by Aman Bhansali, Athan Reines)_ -- [`133dd8b`](https://github.com/stdlib-js/stdlib/commit/133dd8bdce3709d5aeda84906b79882f86d9989d) - **chore:** update package meta data [(##2251)](#2251) _(by stdlib-bot)_ +- [`133dd8b`](https://github.com/stdlib-js/stdlib/commit/133dd8bdce3709d5aeda84906b79882f86d9989d) - **chore:** update package meta data [(#2251)](https://github.com/stdlib-js/stdlib/pull/2251) _(by stdlib-bot)_ - [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ - [`c65c951`](https://github.com/stdlib-js/stdlib/commit/c65c95104ca154b32d03b6282fd4b2325b049e1f) - **temp:** add `blas/base/dger` _(by Athan Reines)_ - [`66be75a`](https://github.com/stdlib-js/stdlib/commit/66be75a9471dfc61a2885f7c42c4cb707b8d6dcf) - **build:** add configurations _(by Athan Reines)_ @@ -2179,7 +2394,7 @@ A total of 6 people contributed to this release. Thank you to the following cont - [`1dda7d2`](https://github.com/stdlib-js/stdlib/commit/1dda7d20d743bf44053c96cfa9bf89f456e1ed8b) - **feat:** add `blas/base/zcopy` [(#2064)](https://github.com/stdlib-js/stdlib/pull/2064) _(by Aman Bhansali, Athan Reines)_ - [`7d5eb79`](https://github.com/stdlib-js/stdlib/commit/7d5eb799da391f201afc4307f379e06a7b89c3f6) - **docs:** fix function calls _(by Athan Reines)_ - [`28433d6`](https://github.com/stdlib-js/stdlib/commit/28433d637a39abec34dddc51d88c59fdc7c38f3a) - **docs:** clean-up C function parameter and return annotations _(by Philipp Burckhardt)_ -- [`12dcb7a`](https://github.com/stdlib-js/stdlib/commit/12dcb7a46950ebba30902c6a390a6c4244e5b1aa) - **docs:** update related packages sections [(##1421)](#1421) _(by stdlib-bot)_ +- [`12dcb7a`](https://github.com/stdlib-js/stdlib/commit/12dcb7a46950ebba30902c6a390a6c4244e5b1aa) - **docs:** update related packages sections [(#1421)](https://github.com/stdlib-js/stdlib/pull/1421) _(by stdlib-bot)_
@@ -2197,49 +2412,45 @@ A total of 6 people contributed to this release. Thank you to the following cont ### Packages -
+
-#### [@stdlib/blas/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base) +#### [@stdlib/blas/base/gcopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gcopy)
-
+No changes reported for this release.
-##### Features +
-- [`68413e0`](https://github.com/stdlib-js/stdlib/commit/68413e05376206b18c4ff8662a8568a189dad77e) - update namespace TypeScript declarations [(#1221)](https://github.com/stdlib-js/stdlib/pull/1221) -- [`b1e4cca`](https://github.com/stdlib-js/stdlib/commit/b1e4cca30147188064b2275a0242a0334befbcd1) - update namespace exports -- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version -- [`410b354`](https://github.com/stdlib-js/stdlib/commit/410b354bf1f7fee6ddd641f30228a2a21b67bbdf) - update namespace TypeScript declarations [(#954)](https://github.com/stdlib-js/stdlib/pull/954) -- [`e554460`](https://github.com/stdlib-js/stdlib/commit/e554460605019976d5ccc798e2f953050ad06dd4) - add `srotg` to namespace +
- + -
+
-##### BREAKING CHANGES +### Commits -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`1dc5966`](https://github.com/stdlib-js/stdlib/commit/1dc5966c272972122ca1bf57382deab6c432a37d) - **docs:** update related packages sections [(#1361)](https://github.com/stdlib-js/stdlib/pull/1361) _(by stdlib-bot)_ + +
- + - +## 0.2.0 (2024-02-15) -
+
- +### Packages -
+
-#### [@stdlib/blas/base/ccopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ccopy) +#### [@stdlib/blas/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base)
@@ -2247,59 +2458,59 @@ A total of 6 people contributed to this release. Thank you to the following cont ##### Features -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version +- [`68413e0`](https://github.com/stdlib-js/stdlib/commit/68413e05376206b18c4ff8662a8568a189dad77e) - update namespace TypeScript declarations [(#1221)](https://github.com/stdlib-js/stdlib/pull/1221) +- [`b1e4cca`](https://github.com/stdlib-js/stdlib/commit/b1e4cca30147188064b2275a0242a0334befbcd1) - update namespace exports +- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170)
-
+ -##### BREAKING CHANGES +
-- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 + - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-
+#### [@stdlib/blas/base/ccopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ccopy) - +
-
+No changes reported for this release.
-
+
#### [@stdlib/blas/base/cswap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/cswap)
-
+No changes reported for this release.
-##### Features +
-- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version + -
+
- +#### [@stdlib/blas/base/dasum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dasum) -
+
-##### BREAKING CHANGES +
-- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 +##### Bug Fixes - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`b0b717b`](https://github.com/stdlib-js/stdlib/commit/b0b717b95f269fcbb129375f3a79026a42ca6ee3) - remove unnecessary cast
- +
@@ -2307,62 +2518,480 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
-#### [@stdlib/blas/base/dasum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dasum) +#### [@stdlib/blas/base/daxpy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/daxpy)
-
+No changes reported for this release.
-##### Features +
-- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version + -
+
- +#### [@stdlib/blas/base/dcopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dcopy) + +
##### Bug Fixes -- [`b0b717b`](https://github.com/stdlib-js/stdlib/commit/b0b717b95f269fcbb129375f3a79026a42ca6ee3) - remove unnecessary cast +- [`54b4641`](https://github.com/stdlib-js/stdlib/commit/54b4641053df8e23221a17660e63e581a984fe78) - remove unnecessary cast
-
- -##### BREAKING CHANGES - -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 - - - To migrate, users should upgrade their TypeScript version to at least version 4.1. - -
- - -
-
+
-#### [@stdlib/blas/base/daxpy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/daxpy) +#### [@stdlib/blas/base/ddot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ddot)
-
+
+ +##### Bug Fixes + +- [`401111d`](https://github.com/stdlib-js/stdlib/commit/401111dcb29bb71ad65460fe35ba6814ab9981ed) - remove unnecessary cast + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/dnrm2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dnrm2) + +
+ +
+ +##### Bug Fixes + +- [`0c35964`](https://github.com/stdlib-js/stdlib/commit/0c359642551ee560ae376c5459bf34b0f8bcc0da) - remove unnecessary cast and fix wasm configuration + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/drotg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/drotg) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/dscal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dscal) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/dsdot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dsdot) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/dswap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dswap) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/gasum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gasum) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/gaxpy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gaxpy) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/gcopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gcopy) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/gdot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gdot) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/gnrm2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gnrm2) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/gscal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gscal) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/gswap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gswap) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/sasum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sasum) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/saxpy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/saxpy) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/scopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/scopy) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/sdot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sdot) + +
+ +
+ +##### Bug Fixes + +- [`cc6cba6`](https://github.com/stdlib-js/stdlib/commit/cc6cba6ed7c1675fca69ba058e12c3144317e841) - add missing include + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/sdsdot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sdsdot) + +
+ +
+ +##### Bug Fixes + +- [`242c5b7`](https://github.com/stdlib-js/stdlib/commit/242c5b7680fed891efbe843e16bff6c6144cd8fe) - add missing include + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/snrm2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/snrm2) + +
+ +
+ +##### Bug Fixes + +- [`a451cbb`](https://github.com/stdlib-js/stdlib/commit/a451cbb20325ba06901c326b4576e24a7c7d8b1b) - ensure single-precision arithmetic +- [`b45d78c`](https://github.com/stdlib-js/stdlib/commit/b45d78c899c8f19a8e299e2f766433e0fa212dfa) - add missing include + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/srotg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/srotg) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/sscal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sscal) + +
+ +No changes reported for this release.
+ +
+ + + +
+ +#### [@stdlib/blas/base/sswap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sswap) + +
+ +No changes reported for this release.
+ +
+ + + +
+ + + +
+ +### Contributors + +A total of 3 people contributed to this release. Thank you to the following contributors: + +- Athan Reines +- Philipp Burckhardt +- Philipp Burckhardt + +
+ + + +
+ +### Commits + +
+ +- [`97992ab`](https://github.com/stdlib-js/stdlib/commit/97992abedd7d2a3d6daf644c6b12e979642c6783) - **docs:** update related packages sections [(#1301)](https://github.com/stdlib-js/stdlib/pull/1301) _(by stdlib-bot)_ +- [`68413e0`](https://github.com/stdlib-js/stdlib/commit/68413e05376206b18c4ff8662a8568a189dad77e) - **feat:** update namespace TypeScript declarations [(#1221)](https://github.com/stdlib-js/stdlib/pull/1221) _(by stdlib-bot, Philipp Burckhardt)_ +- [`96489fa`](https://github.com/stdlib-js/stdlib/commit/96489fa603a2920bef92fb38b49ca9468851714d) - **docs:** update namespace table of contents [(#1251)](https://github.com/stdlib-js/stdlib/pull/1251) _(by stdlib-bot, Philipp Burckhardt)_ +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ +- [`5184bd0`](https://github.com/stdlib-js/stdlib/commit/5184bd0461e8c78f983d4b619a863d93c52c6396) - **docs:** update namespace table of contents [(#1213)](https://github.com/stdlib-js/stdlib/pull/1213) _(by stdlib-bot, Athan Reines)_ +- [`b1e4cca`](https://github.com/stdlib-js/stdlib/commit/b1e4cca30147188064b2275a0242a0334befbcd1) - **feat:** update namespace exports _(by Philipp Burckhardt)_ +- [`cf3668f`](https://github.com/stdlib-js/stdlib/commit/cf3668f92234f5b25369001ca6a05a434d577ba1) - **docs:** update related packages sections [(#1210)](https://github.com/stdlib-js/stdlib/pull/1210) _(by stdlib-bot)_ +- [`1879534`](https://github.com/stdlib-js/stdlib/commit/18795348ac0c51d3b13c1b26c0f5921ec5fd010c) - **docs:** update related packages sections [(#1179)](https://github.com/stdlib-js/stdlib/pull/1179) _(by stdlib-bot)_ +- [`4d6b104`](https://github.com/stdlib-js/stdlib/commit/4d6b104a0309b9a016700badd64b137ff384de52) - **docs:** update related packages sections [(#1172)](https://github.com/stdlib-js/stdlib/pull/1172) _(by stdlib-bot, Athan Reines)_ +- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - **feat:** update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) _(by stdlib-bot, Athan Reines)_ +- [`6ff6caf`](https://github.com/stdlib-js/stdlib/commit/6ff6cafeb4e71cb856ded8e0b42957a627fe617d) - **docs:** update namespace table of contents [(#1162)](https://github.com/stdlib-js/stdlib/pull/1162 ) _(by stdlib-bot)_ +- [`2fa27d7`](https://github.com/stdlib-js/stdlib/commit/2fa27d7b39bce0ecff964fd95dba299abfc415bb) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`3818752`](https://github.com/stdlib-js/stdlib/commit/38187521d39bccb698a1c4ed6f20bfa20de1dc61) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`a451cbb`](https://github.com/stdlib-js/stdlib/commit/a451cbb20325ba06901c326b4576e24a7c7d8b1b) - **fix:** ensure single-precision arithmetic _(by Athan Reines)_ +- [`1589248`](https://github.com/stdlib-js/stdlib/commit/15892484dda4826886ba8a0f7740b1fed68e4476) - **test:** update assertion messages _(by Athan Reines)_ +- [`6103e65`](https://github.com/stdlib-js/stdlib/commit/6103e65700764c322d4317a868ac2b16177bdc58) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`da4db6d`](https://github.com/stdlib-js/stdlib/commit/da4db6d9d7b029d53ce947625b361a65ecc7ab82) - **test:** update assertion messages _(by Athan Reines)_ +- [`a86fb6b`](https://github.com/stdlib-js/stdlib/commit/a86fb6b874da7e1b88f005be64bf73a2ec3feb7d) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`11a8792`](https://github.com/stdlib-js/stdlib/commit/11a87920a3ca3e3de21b9cc80f1ebfe7c83a2e89) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`c1bd97d`](https://github.com/stdlib-js/stdlib/commit/c1bd97d8253e50d4f09190a3ad9ce4396291521a) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`91a2bad`](https://github.com/stdlib-js/stdlib/commit/91a2badac012efea2c027c515a1c60da7a8797cf) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`993c218`](https://github.com/stdlib-js/stdlib/commit/993c218b1fc59480347c2c4c18125e71b1bfd137) - **build:** add missing configuration _(by Athan Reines)_ +- [`f7e46de`](https://github.com/stdlib-js/stdlib/commit/f7e46de80dc93a212e5146e937afac0079d91b2a) - **docs:** add suffix _(by Athan Reines)_ +- [`65caa1a`](https://github.com/stdlib-js/stdlib/commit/65caa1a8f482f59559bce03023ebe4e2fba4d3d9) - **docs:** rename variable _(by Athan Reines)_ +- [`3272b77`](https://github.com/stdlib-js/stdlib/commit/3272b77239aa1929fa2bbda7a9ea72b8f4bbab8b) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`004b244`](https://github.com/stdlib-js/stdlib/commit/004b24478b4af2a51f2e568fe2c1efd8cb5ef59d) - **docs:** update examples to use random/array utilities _(by Athan Reines)_ +- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_ +- [`2e4d5ae`](https://github.com/stdlib-js/stdlib/commit/2e4d5aeca71b895a3b38b4bffdd70aeba0a16a96) - **refactor:** use random/array utilities _(by Athan Reines)_ +- [`3e81e89`](https://github.com/stdlib-js/stdlib/commit/3e81e890b6d0fe256badef45d440cdb04d97f371) - **refactor:** rename variable _(by Athan Reines)_ +- [`0b3ad8a`](https://github.com/stdlib-js/stdlib/commit/0b3ad8aff5fc43c7e4103abb7f71f9108c5d0b88) - **refactor:** use random/array utilities _(by Athan Reines)_ +- [`73f98e4`](https://github.com/stdlib-js/stdlib/commit/73f98e4e8dea53ece4a617b042f9d817643b4850) - **docs:** update related packages sections [(#1150)](https://github.com/stdlib-js/stdlib/pull/1150) _(by stdlib-bot)_ +- [`10d7a64`](https://github.com/stdlib-js/stdlib/commit/10d7a64f4b3a6f3df553656fb54e34370aa1c2c1) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`0a89ff5`](https://github.com/stdlib-js/stdlib/commit/0a89ff5e2244f5bc7b67b70bd82c181c1d5746fc) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`85f4124`](https://github.com/stdlib-js/stdlib/commit/85f412460991aedd6e948e7407cbb6b9c004e15d) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`fed1b1f`](https://github.com/stdlib-js/stdlib/commit/fed1b1fb125f8276c71311a13e812024e73892fe) - **docs:** fix related links _(by Athan Reines)_ +- [`6db7e2f`](https://github.com/stdlib-js/stdlib/commit/6db7e2fa7a836759ed1f600e22cd2c8e5fdb12fe) - **docs:** fix related links _(by Athan Reines)_ +- [`1afb8f4`](https://github.com/stdlib-js/stdlib/commit/1afb8f478eee0f9ee7aabfa3054ca5061cda5679) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`83be0a5`](https://github.com/stdlib-js/stdlib/commit/83be0a59137e1fe6fd2ebf5ffa2073f3e0d949bc) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`83ecb8e`](https://github.com/stdlib-js/stdlib/commit/83ecb8e0e1aceeb86ebad779264f9c4570c76f1f) - **refactor:** update tests and benchmarks according to current project conventions _(by Athan Reines)_ +- [`067e5d4`](https://github.com/stdlib-js/stdlib/commit/067e5d4f360935b1961b1fbd92c1ca23e9a0a2b9) - **refactor:** update tests and benchmarks according to current project conventions _(by Athan Reines)_ +- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_ +- [`a7badd8`](https://github.com/stdlib-js/stdlib/commit/a7badd864d83199f2221f9e71eb65504df8dba3d) - **build:** add wasm configuration _(by Athan Reines)_ +- [`888e071`](https://github.com/stdlib-js/stdlib/commit/888e0715e4a32f56fdf975dedb5fbbe81b63b280) - **test:** update assertion messages _(by Athan Reines)_ +- [`2514e0a`](https://github.com/stdlib-js/stdlib/commit/2514e0afdaaa875b378bf3761a43be6c841549fd) - **refactor:** avoid unnecessary cast _(by Athan Reines)_ +- [`e14f9fe`](https://github.com/stdlib-js/stdlib/commit/e14f9fe08ccf094847acd12e17757870b9a5a417) - **docs:** update example _(by Athan Reines)_ +- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_ +- [`c8aca89`](https://github.com/stdlib-js/stdlib/commit/c8aca89f546082a43ddb679d236d60b5d3f3a39d) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_ +- [`0c35964`](https://github.com/stdlib-js/stdlib/commit/0c359642551ee560ae376c5459bf34b0f8bcc0da) - **fix:** remove unnecessary cast and fix wasm configuration _(by Athan Reines)_ +- [`401111d`](https://github.com/stdlib-js/stdlib/commit/401111dcb29bb71ad65460fe35ba6814ab9981ed) - **fix:** remove unnecessary cast _(by Athan Reines)_ +- [`54b4641`](https://github.com/stdlib-js/stdlib/commit/54b4641053df8e23221a17660e63e581a984fe78) - **fix:** remove unnecessary cast _(by Athan Reines)_ +- [`b0b717b`](https://github.com/stdlib-js/stdlib/commit/b0b717b95f269fcbb129375f3a79026a42ca6ee3) - **fix:** remove unnecessary cast _(by Athan Reines)_ +- [`ca64b6b`](https://github.com/stdlib-js/stdlib/commit/ca64b6b7d222aa49d4a715ad2a744dffe78be6a0) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`2b57f34`](https://github.com/stdlib-js/stdlib/commit/2b57f348e9a05aa71e1bbc857ff5b720e263d75b) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`2705ac1`](https://github.com/stdlib-js/stdlib/commit/2705ac192dbafd930d3ac0c683f792dd2023d777) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ +- [`46859da`](https://github.com/stdlib-js/stdlib/commit/46859dacafba5f446341e634a693a392dda150e4) - **docs:** update description _(by Athan Reines)_ +- [`85861b0`](https://github.com/stdlib-js/stdlib/commit/85861b0500a4b14e80236199903afa8e7c120e97) - **style:** convert indentation to spaces _(by Athan Reines)_ +- [`6785992`](https://github.com/stdlib-js/stdlib/commit/678599207a8555fa339e05783fa23e345202b69f) - **test:** update assertion descriptions _(by Athan Reines)_ +- [`edf8966`](https://github.com/stdlib-js/stdlib/commit/edf8966c7d2c25b1321d8e0a1f19f269a7c1d17c) - **docs:** update parameter description _(by Athan Reines)_ +- [`4d3baf9`](https://github.com/stdlib-js/stdlib/commit/4d3baf9116e0ce83dba9fb0a3d4ec58be4abcee4) - **style:** fix line wrapping _(by Athan Reines)_ +- [`4cdea02`](https://github.com/stdlib-js/stdlib/commit/4cdea02b93bbafe0e314bc7e3c4f7ee76de960c9) - **test:** update assertion descriptions _(by Athan Reines)_ +- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_ +- [`5b15c96`](https://github.com/stdlib-js/stdlib/commit/5b15c9675be434c0e11b1ec1e1f78d7b089abbcd) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_ +- [`8e56b51`](https://github.com/stdlib-js/stdlib/commit/8e56b5171f9694b05c76a9e674f9d8f05cc95caf) - **style:** move declaration _(by Athan Reines)_ +- [`b45d78c`](https://github.com/stdlib-js/stdlib/commit/b45d78c899c8f19a8e299e2f766433e0fa212dfa) - **fix:** add missing include _(by Athan Reines)_ +- [`242c5b7`](https://github.com/stdlib-js/stdlib/commit/242c5b7680fed891efbe843e16bff6c6144cd8fe) - **fix:** add missing include _(by Athan Reines)_ +- [`cc6cba6`](https://github.com/stdlib-js/stdlib/commit/cc6cba6ed7c1675fca69ba058e12c3144317e841) - **fix:** add missing include _(by Athan Reines)_ +- [`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor` _(by Athan Reines)_ +- [`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_ +- [`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_ +- [`2ee04a1`](https://github.com/stdlib-js/stdlib/commit/2ee04a1a56367b9663698aa0d01c10dca8d716df) - **docs:** update namespace ToCs _(by Athan Reines)_ +- [`8a4ff0f`](https://github.com/stdlib-js/stdlib/commit/8a4ff0fe8c4ff2d4763387c206974857f782e069) - **docs:** update links _(by Athan Reines)_ +- [`d73bbf4`](https://github.com/stdlib-js/stdlib/commit/d73bbf43d222f935085f8ecf7526e5f57835f74e) - **build:** replace lint directives _(by Philipp Burckhardt)_ +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ +- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_ + +
+ +
+ + + +## 0.1.0 (2023-09-24) + +
+ +### Packages + +
+ +#### [@stdlib/blas/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base) + +
+ +
##### Features - [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version +- [`410b354`](https://github.com/stdlib-js/stdlib/commit/410b354bf1f7fee6ddd641f30228a2a21b67bbdf) - update namespace TypeScript declarations [(#954)](https://github.com/stdlib-js/stdlib/pull/954) +- [`e554460`](https://github.com/stdlib-js/stdlib/commit/e554460605019976d5ccc798e2f953050ad06dd4) - add `srotg` to namespace
@@ -2387,9 +3016,9 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
-#### [@stdlib/blas/base/dcopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dcopy) +#### [@stdlib/blas/base/ccopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ccopy)
@@ -2403,15 +3032,40 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
-##### Bug Fixes +##### BREAKING CHANGES -- [`54b4641`](https://github.com/stdlib-js/stdlib/commit/54b4641053df8e23221a17660e63e581a984fe78) - remove unnecessary cast +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/cswap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/cswap) + +
+ +
+ +##### Features + +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version + +
+ +
@@ -2432,9 +3086,9 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
-#### [@stdlib/blas/base/ddot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ddot) +#### [@stdlib/blas/base/dasum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dasum)
@@ -2448,15 +3102,40 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
-##### Bug Fixes +##### BREAKING CHANGES -- [`401111d`](https://github.com/stdlib-js/stdlib/commit/401111dcb29bb71ad65460fe35ba6814ab9981ed) - remove unnecessary cast +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/daxpy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/daxpy) + +
+ +
+ +##### Features + +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version + +
+ +
@@ -2477,9 +3156,9 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
-#### [@stdlib/blas/base/dnrm2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dnrm2) +#### [@stdlib/blas/base/dcopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dcopy)
@@ -2493,15 +3172,75 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
-##### Bug Fixes +##### BREAKING CHANGES + +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/ddot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ddot) + +
+ +
+ +##### Features + +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/blas/base/dnrm2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dnrm2) + +
+ +
+ +##### Features -- [`0c35964`](https://github.com/stdlib-js/stdlib/commit/0c359642551ee560ae376c5459bf34b0f8bcc0da) - remove unnecessary cast and fix wasm configuration +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
- +
@@ -2522,7 +3261,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/drotg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/drotg) @@ -2558,7 +3297,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/dscal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dscal) @@ -2593,7 +3332,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/dsdot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dsdot) @@ -2628,7 +3367,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/dswap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dswap) @@ -2663,7 +3402,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/gasum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gasum) @@ -2698,7 +3437,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/gaxpy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gaxpy) @@ -2733,7 +3472,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/gcopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gcopy) @@ -2778,7 +3517,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/gdot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gdot) @@ -2813,7 +3552,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/gnrm2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gnrm2) @@ -2848,7 +3587,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/gscal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gscal) @@ -2883,7 +3622,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/gswap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gswap) @@ -2928,7 +3667,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/sasum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sasum) @@ -2963,7 +3702,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/saxpy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/saxpy) @@ -2998,7 +3737,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/scopy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/scopy) @@ -3033,7 +3772,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/sdot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sdot) @@ -3049,16 +3788,6 @@ A total of 6 people contributed to this release. Thank you to the following cont -
- -##### Bug Fixes - -- [`cc6cba6`](https://github.com/stdlib-js/stdlib/commit/cc6cba6ed7c1675fca69ba058e12c3144317e841) - add missing include - -
- - -
##### BREAKING CHANGES @@ -3078,7 +3807,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/sdsdot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sdsdot) @@ -3094,16 +3823,6 @@ A total of 6 people contributed to this release. Thank you to the following cont -
- -##### Bug Fixes - -- [`242c5b7`](https://github.com/stdlib-js/stdlib/commit/242c5b7680fed891efbe843e16bff6c6144cd8fe) - add missing include - -
- - -
##### BREAKING CHANGES @@ -3123,7 +3842,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/snrm2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/snrm2) @@ -3139,17 +3858,6 @@ A total of 6 people contributed to this release. Thank you to the following cont -
- -##### Bug Fixes - -- [`a451cbb`](https://github.com/stdlib-js/stdlib/commit/a451cbb20325ba06901c326b4576e24a7c7d8b1b) - ensure single-precision arithmetic -- [`b45d78c`](https://github.com/stdlib-js/stdlib/commit/b45d78c899c8f19a8e299e2f766433e0fa212dfa) - add missing include - -
- - -
##### BREAKING CHANGES @@ -3169,7 +3877,7 @@ A total of 6 people contributed to this release. Thank you to the following cont -
+
#### [@stdlib/blas/base/srotg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/srotg) @@ -3227,7 +3935,7 @@ This release closes the following issue: -
+
#### [@stdlib/blas/base/sscal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sscal) @@ -3262,7 +3970,7 @@ This release closes the following issue: -
+
#### [@stdlib/blas/base/sswap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sswap) @@ -3330,11 +4038,10 @@ This release closes the following issue: ### Contributors -A total of 4 people contributed to this release. Thank you to the following contributors: +A total of 3 people contributed to this release. Thank you to the following contributors: - Athan Reines - Philipp Burckhardt -- Philipp Burckhardt - Pranav Goswami
@@ -3347,82 +4054,6 @@ A total of 4 people contributed to this release. Thank you to the following cont
-- [`1dc5966`](https://github.com/stdlib-js/stdlib/commit/1dc5966c272972122ca1bf57382deab6c432a37d) - **docs:** update related packages sections [(#1361)](https://github.com/stdlib-js/stdlib/pull/1361) _(by stdlib-bot)_ -- [`97992ab`](https://github.com/stdlib-js/stdlib/commit/97992abedd7d2a3d6daf644c6b12e979642c6783) - **docs:** update related packages sections [(##1301)](#1301) _(by stdlib-bot)_ -- [`68413e0`](https://github.com/stdlib-js/stdlib/commit/68413e05376206b18c4ff8662a8568a189dad77e) - **feat:** update namespace TypeScript declarations [(#1221)](https://github.com/stdlib-js/stdlib/pull/1221) _(by stdlib-bot, Philipp Burckhardt)_ -- [`96489fa`](https://github.com/stdlib-js/stdlib/commit/96489fa603a2920bef92fb38b49ca9468851714d) - **docs:** update namespace table of contents [(##1251)](#1251) _(by stdlib-bot, Philipp Burckhardt)_ -- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ -- [`5184bd0`](https://github.com/stdlib-js/stdlib/commit/5184bd0461e8c78f983d4b619a863d93c52c6396) - **docs:** update namespace table of contents [(##1213)](#1213) _(by stdlib-bot, Athan Reines)_ -- [`b1e4cca`](https://github.com/stdlib-js/stdlib/commit/b1e4cca30147188064b2275a0242a0334befbcd1) - **feat:** update namespace exports _(by Philipp Burckhardt)_ -- [`cf3668f`](https://github.com/stdlib-js/stdlib/commit/cf3668f92234f5b25369001ca6a05a434d577ba1) - **docs:** update related packages sections [(#1210)](https://github.com/stdlib-js/stdlib/pull/1210) _(by stdlib-bot)_ -- [`1879534`](https://github.com/stdlib-js/stdlib/commit/18795348ac0c51d3b13c1b26c0f5921ec5fd010c) - **docs:** update related packages sections [(##1179)](#1179) _(by stdlib-bot)_ -- [`4d6b104`](https://github.com/stdlib-js/stdlib/commit/4d6b104a0309b9a016700badd64b137ff384de52) - **docs:** update related packages sections [(#1172)](https://github.com/stdlib-js/stdlib/pull/1172) _(by stdlib-bot, Athan Reines)_ -- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - **feat:** update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) _(by stdlib-bot, Athan Reines)_ -- [`6ff6caf`](https://github.com/stdlib-js/stdlib/commit/6ff6cafeb4e71cb856ded8e0b42957a627fe617d) - **docs:** update namespace table of contents [(##1162)](#1162 ) _(by stdlib-bot)_ -- [`2fa27d7`](https://github.com/stdlib-js/stdlib/commit/2fa27d7b39bce0ecff964fd95dba299abfc415bb) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`3818752`](https://github.com/stdlib-js/stdlib/commit/38187521d39bccb698a1c4ed6f20bfa20de1dc61) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`a451cbb`](https://github.com/stdlib-js/stdlib/commit/a451cbb20325ba06901c326b4576e24a7c7d8b1b) - **fix:** ensure single-precision arithmetic _(by Athan Reines)_ -- [`1589248`](https://github.com/stdlib-js/stdlib/commit/15892484dda4826886ba8a0f7740b1fed68e4476) - **test:** update assertion messages _(by Athan Reines)_ -- [`6103e65`](https://github.com/stdlib-js/stdlib/commit/6103e65700764c322d4317a868ac2b16177bdc58) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`da4db6d`](https://github.com/stdlib-js/stdlib/commit/da4db6d9d7b029d53ce947625b361a65ecc7ab82) - **test:** update assertion messages _(by Athan Reines)_ -- [`a86fb6b`](https://github.com/stdlib-js/stdlib/commit/a86fb6b874da7e1b88f005be64bf73a2ec3feb7d) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`11a8792`](https://github.com/stdlib-js/stdlib/commit/11a87920a3ca3e3de21b9cc80f1ebfe7c83a2e89) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`c1bd97d`](https://github.com/stdlib-js/stdlib/commit/c1bd97d8253e50d4f09190a3ad9ce4396291521a) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`91a2bad`](https://github.com/stdlib-js/stdlib/commit/91a2badac012efea2c027c515a1c60da7a8797cf) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`993c218`](https://github.com/stdlib-js/stdlib/commit/993c218b1fc59480347c2c4c18125e71b1bfd137) - **build:** add missing configuration _(by Athan Reines)_ -- [`f7e46de`](https://github.com/stdlib-js/stdlib/commit/f7e46de80dc93a212e5146e937afac0079d91b2a) - **docs:** add suffix _(by Athan Reines)_ -- [`65caa1a`](https://github.com/stdlib-js/stdlib/commit/65caa1a8f482f59559bce03023ebe4e2fba4d3d9) - **docs:** rename variable _(by Athan Reines)_ -- [`3272b77`](https://github.com/stdlib-js/stdlib/commit/3272b77239aa1929fa2bbda7a9ea72b8f4bbab8b) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`004b244`](https://github.com/stdlib-js/stdlib/commit/004b24478b4af2a51f2e568fe2c1efd8cb5ef59d) - **docs:** update examples to use random/array utilities _(by Athan Reines)_ -- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_ -- [`2e4d5ae`](https://github.com/stdlib-js/stdlib/commit/2e4d5aeca71b895a3b38b4bffdd70aeba0a16a96) - **refactor:** use random/array utilities _(by Athan Reines)_ -- [`3e81e89`](https://github.com/stdlib-js/stdlib/commit/3e81e890b6d0fe256badef45d440cdb04d97f371) - **refactor:** rename variable _(by Athan Reines)_ -- [`0b3ad8a`](https://github.com/stdlib-js/stdlib/commit/0b3ad8aff5fc43c7e4103abb7f71f9108c5d0b88) - **refactor:** use random/array utilities _(by Athan Reines)_ -- [`73f98e4`](https://github.com/stdlib-js/stdlib/commit/73f98e4e8dea53ece4a617b042f9d817643b4850) - **docs:** update related packages sections [(#1150)](https://github.com/stdlib-js/stdlib/pull/1150) _(by stdlib-bot)_ -- [`10d7a64`](https://github.com/stdlib-js/stdlib/commit/10d7a64f4b3a6f3df553656fb54e34370aa1c2c1) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`0a89ff5`](https://github.com/stdlib-js/stdlib/commit/0a89ff5e2244f5bc7b67b70bd82c181c1d5746fc) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`85f4124`](https://github.com/stdlib-js/stdlib/commit/85f412460991aedd6e948e7407cbb6b9c004e15d) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`fed1b1f`](https://github.com/stdlib-js/stdlib/commit/fed1b1fb125f8276c71311a13e812024e73892fe) - **docs:** fix related links _(by Athan Reines)_ -- [`6db7e2f`](https://github.com/stdlib-js/stdlib/commit/6db7e2fa7a836759ed1f600e22cd2c8e5fdb12fe) - **docs:** fix related links _(by Athan Reines)_ -- [`1afb8f4`](https://github.com/stdlib-js/stdlib/commit/1afb8f478eee0f9ee7aabfa3054ca5061cda5679) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`83be0a5`](https://github.com/stdlib-js/stdlib/commit/83be0a59137e1fe6fd2ebf5ffa2073f3e0d949bc) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`83ecb8e`](https://github.com/stdlib-js/stdlib/commit/83ecb8e0e1aceeb86ebad779264f9c4570c76f1f) - **refactor:** update tests and benchmarks according to current project conventions _(by Athan Reines)_ -- [`067e5d4`](https://github.com/stdlib-js/stdlib/commit/067e5d4f360935b1961b1fbd92c1ca23e9a0a2b9) - **refactor:** update tests and benchmarks according to current project conventions _(by Athan Reines)_ -- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_ -- [`a7badd8`](https://github.com/stdlib-js/stdlib/commit/a7badd864d83199f2221f9e71eb65504df8dba3d) - **build:** add wasm configuration _(by Athan Reines)_ -- [`888e071`](https://github.com/stdlib-js/stdlib/commit/888e0715e4a32f56fdf975dedb5fbbe81b63b280) - **test:** update assertion messages _(by Athan Reines)_ -- [`2514e0a`](https://github.com/stdlib-js/stdlib/commit/2514e0afdaaa875b378bf3761a43be6c841549fd) - **refactor:** avoid unnecessary cast _(by Athan Reines)_ -- [`e14f9fe`](https://github.com/stdlib-js/stdlib/commit/e14f9fe08ccf094847acd12e17757870b9a5a417) - **docs:** update example _(by Athan Reines)_ -- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_ -- [`c8aca89`](https://github.com/stdlib-js/stdlib/commit/c8aca89f546082a43ddb679d236d60b5d3f3a39d) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_ -- [`0c35964`](https://github.com/stdlib-js/stdlib/commit/0c359642551ee560ae376c5459bf34b0f8bcc0da) - **fix:** remove unnecessary cast and fix wasm configuration _(by Athan Reines)_ -- [`401111d`](https://github.com/stdlib-js/stdlib/commit/401111dcb29bb71ad65460fe35ba6814ab9981ed) - **fix:** remove unnecessary cast _(by Athan Reines)_ -- [`54b4641`](https://github.com/stdlib-js/stdlib/commit/54b4641053df8e23221a17660e63e581a984fe78) - **fix:** remove unnecessary cast _(by Athan Reines)_ -- [`b0b717b`](https://github.com/stdlib-js/stdlib/commit/b0b717b95f269fcbb129375f3a79026a42ca6ee3) - **fix:** remove unnecessary cast _(by Athan Reines)_ -- [`ca64b6b`](https://github.com/stdlib-js/stdlib/commit/ca64b6b7d222aa49d4a715ad2a744dffe78be6a0) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`2b57f34`](https://github.com/stdlib-js/stdlib/commit/2b57f348e9a05aa71e1bbc857ff5b720e263d75b) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`2705ac1`](https://github.com/stdlib-js/stdlib/commit/2705ac192dbafd930d3ac0c683f792dd2023d777) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`46859da`](https://github.com/stdlib-js/stdlib/commit/46859dacafba5f446341e634a693a392dda150e4) - **docs:** update description _(by Athan Reines)_ -- [`85861b0`](https://github.com/stdlib-js/stdlib/commit/85861b0500a4b14e80236199903afa8e7c120e97) - **style:** convert indentation to spaces _(by Athan Reines)_ -- [`6785992`](https://github.com/stdlib-js/stdlib/commit/678599207a8555fa339e05783fa23e345202b69f) - **test:** update assertion descriptions _(by Athan Reines)_ -- [`edf8966`](https://github.com/stdlib-js/stdlib/commit/edf8966c7d2c25b1321d8e0a1f19f269a7c1d17c) - **docs:** update parameter description _(by Athan Reines)_ -- [`4d3baf9`](https://github.com/stdlib-js/stdlib/commit/4d3baf9116e0ce83dba9fb0a3d4ec58be4abcee4) - **style:** fix line wrapping _(by Athan Reines)_ -- [`4cdea02`](https://github.com/stdlib-js/stdlib/commit/4cdea02b93bbafe0e314bc7e3c4f7ee76de960c9) - **test:** update assertion descriptions _(by Athan Reines)_ -- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_ -- [`5b15c96`](https://github.com/stdlib-js/stdlib/commit/5b15c9675be434c0e11b1ec1e1f78d7b089abbcd) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_ -- [`8e56b51`](https://github.com/stdlib-js/stdlib/commit/8e56b5171f9694b05c76a9e674f9d8f05cc95caf) - **style:** move declaration _(by Athan Reines)_ -- [`b45d78c`](https://github.com/stdlib-js/stdlib/commit/b45d78c899c8f19a8e299e2f766433e0fa212dfa) - **fix:** add missing include _(by Athan Reines)_ -- [`242c5b7`](https://github.com/stdlib-js/stdlib/commit/242c5b7680fed891efbe843e16bff6c6144cd8fe) - **fix:** add missing include _(by Athan Reines)_ -- [`cc6cba6`](https://github.com/stdlib-js/stdlib/commit/cc6cba6ed7c1675fca69ba058e12c3144317e841) - **fix:** add missing include _(by Athan Reines)_ -- [`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor` _(by Athan Reines)_ -- [`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_ -- [`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_ -- [`2ee04a1`](https://github.com/stdlib-js/stdlib/commit/2ee04a1a56367b9663698aa0d01c10dca8d716df) - **docs:** update namespace ToCs _(by Athan Reines)_ -- [`8a4ff0f`](https://github.com/stdlib-js/stdlib/commit/8a4ff0fe8c4ff2d4763387c206974857f782e069) - **docs:** update links _(by Athan Reines)_ -- [`d73bbf4`](https://github.com/stdlib-js/stdlib/commit/d73bbf43d222f935085f8ecf7526e5f57835f74e) - **build:** replace lint directives _(by Philipp Burckhardt)_ -- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ -- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_ - [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ - [`e75f7b8`](https://github.com/stdlib-js/stdlib/commit/e75f7b8bad22e572742076f4f0cabcf491cb616d) - **fix:** update import paths for `Collection` type definition _(by Athan Reines)_ - [`2e197bc`](https://github.com/stdlib-js/stdlib/commit/2e197bc4bab1c252c283ff512d82610648368598) - **test:** use strictEqual checks _(by Philipp Burckhardt)_ @@ -3454,3 +4085,157 @@ A total of 4 people contributed to this release. Thank you to the following cont +## 0.0.7 (2022-11-03) + +
+ +### Packages + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.6 (2022-02-16) + +
+ +### Packages + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.5 (2021-08-23) + +
+ +### Packages + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.4 (2021-07-07) + +
+ +### Packages + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.3 (2021-06-28) + +
+ +### Packages + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.2 (2021-06-16) + +
+ +### Packages + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.1 (2021-06-15) + +
+ +### Packages + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7ec15a7..26a1c46 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -51,6 +51,7 @@ Muhammad Haris Naresh Jagadeesan NightKnight Nithin Katta <88046362+nithinkatta@users.noreply.github.com> +Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com> Ognjen Jevremović Oneday12323 <107678750+Oneday12323@users.noreply.github.com> Philipp Burckhardt diff --git a/dist/index.js b/dist/index.js index 15bfd59..bcd7c26 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,3 +1,3 @@ -"use strict";var r=require('@stdlib/utils-define-read-only-property/dist'),e={};r(e,"assert",require('@stdlib/blas-base-assert/dist'));r(e,"ccopy",require('@stdlib/blas-base-ccopy/dist'));r(e,"cscal",require('@stdlib/blas-base-cscal/dist'));r(e,"cswap",require('@stdlib/blas-base-cswap/dist'));r(e,"dasum",require('@stdlib/blas-base-dasum/dist'));r(e,"daxpy",require('@stdlib/blas-base-daxpy/dist'));r(e,"dcabs1",require('@stdlib/blas-base-dcabs1/dist'));r(e,"dcopy",require('@stdlib/blas-base-dcopy/dist'));r(e,"ddot",require('@stdlib/blas-base-ddot/dist'));r(e,"diagonalTypeEnum2Str",require('@stdlib/blas-base-diagonal-type-enum2str/dist'));r(e,"diagonalTypeResolveEnum",require('@stdlib/blas-base-diagonal-type-resolve-enum/dist'));r(e,"diagonalTypeResolveStr",require('@stdlib/blas-base-diagonal-type-resolve-str/dist'));r(e,"diagonalTypeStr2Enum",require('@stdlib/blas-base-diagonal-type-str2enum/dist'));r(e,"diagonalTypes",require('@stdlib/blas-base-diagonal-types/dist'));r(e,"dnrm2",require('@stdlib/blas-base-dnrm2/dist'));r(e,"drotg",require('@stdlib/blas-base-drotg/dist'));r(e,"dscal",require('@stdlib/blas-base-dscal/dist'));r(e,"dsdot",require('@stdlib/blas-base-dsdot/dist'));r(e,"dswap",require('@stdlib/blas-base-dswap/dist'));r(e,"gasum",require('@stdlib/blas-base-gasum/dist'));r(e,"gaxpy",require('@stdlib/blas-base-gaxpy/dist'));r(e,"gcopy",require('@stdlib/blas-base-gcopy/dist'));r(e,"gdot",require('@stdlib/blas-base-gdot/dist'));r(e,"gnrm2",require('@stdlib/blas-base-gnrm2/dist'));r(e,"gscal",require('@stdlib/blas-base-gscal/dist'));r(e,"gswap",require('@stdlib/blas-base-gswap/dist'));r(e,"idamax",require('@stdlib/blas-base-idamax/dist'));r(e,"isamax",require('@stdlib/blas-base-isamax/dist'));r(e,"layoutEnum2Str",require('@stdlib/blas-base-layout-enum2str/dist'));r(e,"layoutResolveEnum",require('@stdlib/blas-base-layout-resolve-enum/dist'));r(e,"layoutResolveStr",require('@stdlib/blas-base-layout-resolve-str/dist'));r(e,"layoutStr2Enum",require('@stdlib/blas-base-layout-str2enum/dist'));r(e,"layouts",require('@stdlib/blas-base-layouts/dist'));r(e,"matrixTriangleEnum2Str",require('@stdlib/blas-base-matrix-triangle-enum2str/dist'));r(e,"matrixTriangleResolveEnum",require('@stdlib/blas-base-matrix-triangle-resolve-enum/dist'));r(e,"matrixTriangleResolveStr",require('@stdlib/blas-base-matrix-triangle-resolve-str/dist'));r(e,"matrixTriangleStr2Enum",require('@stdlib/blas-base-matrix-triangle-str2enum/dist'));r(e,"matrixTriangles",require('@stdlib/blas-base-matrix-triangles/dist'));r(e,"operationSideEnum2Str",require('@stdlib/blas-base-operation-side-enum2str/dist'));r(e,"operationSideResolveEnum",require('@stdlib/blas-base-operation-side-resolve-enum/dist'));r(e,"operationSideResolveStr",require('@stdlib/blas-base-operation-side-resolve-str/dist'));r(e,"operationSideStr2Enum",require('@stdlib/blas-base-operation-side-str2enum/dist'));r(e,"operationSides",require('@stdlib/blas-base-operation-sides/dist'));r(e,"sasum",require('@stdlib/blas-base-sasum/dist'));r(e,"saxpy",require('@stdlib/blas-base-saxpy/dist'));r(e,"scabs1",require('@stdlib/blas-base-scabs1/dist'));r(e,"scopy",require('@stdlib/blas-base-scopy/dist'));r(e,"sdot",require('@stdlib/blas-base-sdot/dist'));r(e,"sdsdot",require('@stdlib/blas-base-sdsdot/dist'));r(e,"snrm2",require('@stdlib/blas-base-snrm2/dist'));r(e,"srotg",require('@stdlib/blas-base-srotg/dist'));r(e,"sscal",require('@stdlib/blas-base-sscal/dist'));r(e,"sswap",require('@stdlib/blas-base-sswap/dist'));r(e,"transposeOperationEnum2Str",require('@stdlib/blas-base-transpose-operation-enum2str/dist'));r(e,"transposeOperationResolveEnum",require('@stdlib/blas-base-transpose-operation-resolve-enum/dist'));r(e,"transposeOperationResolveStr",require('@stdlib/blas-base-transpose-operation-resolve-str/dist'));r(e,"transposeOperationStr2Enum",require('@stdlib/blas-base-transpose-operation-str2enum/dist'));r(e,"transposeOperations",require('@stdlib/blas-base-transpose-operations/dist'));r(e,"zcopy",require('@stdlib/blas-base-zcopy/dist'));r(e,"zswap",require('@stdlib/blas-base-zswap/dist'));module.exports=e; +"use strict";var e=require('@stdlib/utils-define-read-only-property/dist'),r={};e(r,"assert",require('@stdlib/blas-base-assert/dist'));e(r,"caxpy",require('@stdlib/blas-base-caxpy/dist'));e(r,"ccopy",require('@stdlib/blas-base-ccopy/dist'));e(r,"cscal",require('@stdlib/blas-base-cscal/dist'));e(r,"csrot",require('@stdlib/blas-base-csrot/dist'));e(r,"cswap",require('@stdlib/blas-base-cswap/dist'));e(r,"dasum",require('@stdlib/blas-base-dasum/dist'));e(r,"daxpy",require('@stdlib/blas-base-daxpy/dist'));e(r,"dcabs1",require('@stdlib/blas-base-dcabs1/dist'));e(r,"dcopy",require('@stdlib/blas-base-dcopy/dist'));e(r,"ddot",require('@stdlib/blas-base-ddot/dist'));e(r,"diagonalTypeEnum2Str",require('@stdlib/blas-base-diagonal-type-enum2str/dist'));e(r,"diagonalTypeResolveEnum",require('@stdlib/blas-base-diagonal-type-resolve-enum/dist'));e(r,"diagonalTypeResolveStr",require('@stdlib/blas-base-diagonal-type-resolve-str/dist'));e(r,"diagonalTypeStr2Enum",require('@stdlib/blas-base-diagonal-type-str2enum/dist'));e(r,"diagonalTypes",require('@stdlib/blas-base-diagonal-types/dist'));e(r,"dnrm2",require('@stdlib/blas-base-dnrm2/dist'));e(r,"drot",require('@stdlib/blas-base-drot/dist'));e(r,"drotg",require('@stdlib/blas-base-drotg/dist'));e(r,"drotm",require('@stdlib/blas-base-drotm/dist'));e(r,"dscal",require('@stdlib/blas-base-dscal/dist'));e(r,"dsdot",require('@stdlib/blas-base-dsdot/dist'));e(r,"dspmv",require('@stdlib/blas-base-dspmv/dist'));e(r,"dswap",require('@stdlib/blas-base-dswap/dist'));e(r,"dsymv",require('@stdlib/blas-base-dsymv/dist'));e(r,"dsyr",require('@stdlib/blas-base-dsyr/dist'));e(r,"dsyr2",require('@stdlib/blas-base-dsyr2/dist'));e(r,"dtrmv",require('@stdlib/blas-base-dtrmv/dist'));e(r,"dznrm2",require('@stdlib/blas-base-dznrm2/dist'));e(r,"gasum",require('@stdlib/blas-base-gasum/dist'));e(r,"gaxpy",require('@stdlib/blas-base-gaxpy/dist'));e(r,"gcopy",require('@stdlib/blas-base-gcopy/dist'));e(r,"gdot",require('@stdlib/blas-base-gdot/dist'));e(r,"gnrm2",require('@stdlib/blas-base-gnrm2/dist'));e(r,"gscal",require('@stdlib/blas-base-gscal/dist'));e(r,"gswap",require('@stdlib/blas-base-gswap/dist'));e(r,"idamax",require('@stdlib/blas-base-idamax/dist'));e(r,"isamax",require('@stdlib/blas-base-isamax/dist'));e(r,"layoutEnum2Str",require('@stdlib/blas-base-layout-enum2str/dist'));e(r,"layoutResolveEnum",require('@stdlib/blas-base-layout-resolve-enum/dist'));e(r,"layoutResolveStr",require('@stdlib/blas-base-layout-resolve-str/dist'));e(r,"layoutStr2Enum",require('@stdlib/blas-base-layout-str2enum/dist'));e(r,"layouts",require('@stdlib/blas-base-layouts/dist'));e(r,"matrixTriangleEnum2Str",require('@stdlib/blas-base-matrix-triangle-enum2str/dist'));e(r,"matrixTriangleResolveEnum",require('@stdlib/blas-base-matrix-triangle-resolve-enum/dist'));e(r,"matrixTriangleResolveStr",require('@stdlib/blas-base-matrix-triangle-resolve-str/dist'));e(r,"matrixTriangleStr2Enum",require('@stdlib/blas-base-matrix-triangle-str2enum/dist'));e(r,"matrixTriangles",require('@stdlib/blas-base-matrix-triangles/dist'));e(r,"operationSideEnum2Str",require('@stdlib/blas-base-operation-side-enum2str/dist'));e(r,"operationSideResolveEnum",require('@stdlib/blas-base-operation-side-resolve-enum/dist'));e(r,"operationSideResolveStr",require('@stdlib/blas-base-operation-side-resolve-str/dist'));e(r,"operationSideStr2Enum",require('@stdlib/blas-base-operation-side-str2enum/dist'));e(r,"operationSides",require('@stdlib/blas-base-operation-sides/dist'));e(r,"sasum",require('@stdlib/blas-base-sasum/dist'));e(r,"saxpy",require('@stdlib/blas-base-saxpy/dist'));e(r,"scabs1",require('@stdlib/blas-base-scabs1/dist'));e(r,"scasum",require('@stdlib/blas-base-scasum/dist'));e(r,"scnrm2",require('@stdlib/blas-base-scnrm2/dist'));e(r,"scopy",require('@stdlib/blas-base-scopy/dist'));e(r,"sdot",require('@stdlib/blas-base-sdot/dist'));e(r,"sdsdot",require('@stdlib/blas-base-sdsdot/dist'));e(r,"sgemv",require('@stdlib/blas-base-sgemv/dist'));e(r,"snrm2",require('@stdlib/blas-base-snrm2/dist'));e(r,"srot",require('@stdlib/blas-base-srot/dist'));e(r,"srotg",require('@stdlib/blas-base-srotg/dist'));e(r,"srotm",require('@stdlib/blas-base-srotm/dist'));e(r,"sscal",require('@stdlib/blas-base-sscal/dist'));e(r,"sspmv",require('@stdlib/blas-base-sspmv/dist'));e(r,"sswap",require('@stdlib/blas-base-sswap/dist'));e(r,"ssymv",require('@stdlib/blas-base-ssymv/dist'));e(r,"ssyr",require('@stdlib/blas-base-ssyr/dist'));e(r,"ssyr2",require('@stdlib/blas-base-ssyr2/dist'));e(r,"strmv",require('@stdlib/blas-base-strmv/dist'));e(r,"transposeOperationEnum2Str",require('@stdlib/blas-base-transpose-operation-enum2str/dist'));e(r,"transposeOperationResolveEnum",require('@stdlib/blas-base-transpose-operation-resolve-enum/dist'));e(r,"transposeOperationResolveStr",require('@stdlib/blas-base-transpose-operation-resolve-str/dist'));e(r,"transposeOperationStr2Enum",require('@stdlib/blas-base-transpose-operation-str2enum/dist'));e(r,"transposeOperations",require('@stdlib/blas-base-transpose-operations/dist'));e(r,"zaxpy",require('@stdlib/blas-base-zaxpy/dist'));e(r,"zcopy",require('@stdlib/blas-base-zcopy/dist'));e(r,"zdrot",require('@stdlib/blas-base-zdrot/dist'));e(r,"zscal",require('@stdlib/blas-base-zscal/dist'));e(r,"zswap",require('@stdlib/blas-base-zswap/dist'));module.exports=r; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map diff --git a/dist/index.js.map b/dist/index.js.map index 2f4d168..c0a436a 100644 --- a/dist/index.js.map +++ b/dist/index.js.map @@ -1,7 +1,7 @@ { "version": 3, "sources": ["../lib/index.js"], - "sourcesContent": ["/**\n* @license Apache-2.0\n*\n* Copyright (c) 2018 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n/*\n* When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.\n*/\n\n// MODULES //\n\nvar setReadOnly = require( '@stdlib/utils-define-read-only-property' );\n\n\n// MAIN //\n\n/**\n* Top-level namespace.\n*\n* @namespace blas\n*/\nvar blas = {};\n\n/**\n* @name assert\n* @memberof blas\n* @readonly\n* @type {Namespace}\n* @see {@link module:@stdlib/blas/base/assert}\n*/\nsetReadOnly( blas, 'assert', require( '@stdlib/blas-base-assert' ) );\n\n/**\n* @name ccopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/ccopy}\n*/\nsetReadOnly( blas, 'ccopy', require( '@stdlib/blas-base-ccopy' ) );\n\n/**\n* @name cscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/cscal}\n*/\nsetReadOnly( blas, 'cscal', require( '@stdlib/blas-base-cscal' ) );\n\n/**\n* @name cswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/cswap}\n*/\nsetReadOnly( blas, 'cswap', require( '@stdlib/blas-base-cswap' ) );\n\n/**\n* @name dasum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dasum}\n*/\nsetReadOnly( blas, 'dasum', require( '@stdlib/blas-base-dasum' ) );\n\n/**\n* @name daxpy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/daxpy}\n*/\nsetReadOnly( blas, 'daxpy', require( '@stdlib/blas-base-daxpy' ) );\n\n/**\n* @name dcabs1\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dcabs1}\n*/\nsetReadOnly( blas, 'dcabs1', require( '@stdlib/blas-base-dcabs1' ) );\n\n/**\n* @name dcopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dcopy}\n*/\nsetReadOnly( blas, 'dcopy', require( '@stdlib/blas-base-dcopy' ) );\n\n/**\n* @name ddot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/ddot}\n*/\nsetReadOnly( blas, 'ddot', require( '@stdlib/blas-base-ddot' ) );\n\n/**\n* @name diagonalTypeEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-type-enum2str}\n*/\nsetReadOnly( blas, 'diagonalTypeEnum2Str', require( '@stdlib/blas-base-diagonal-type-enum2str' ) );\n\n/**\n* @name diagonalTypeResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-type-resolve-enum}\n*/\nsetReadOnly( blas, 'diagonalTypeResolveEnum', require( '@stdlib/blas-base-diagonal-type-resolve-enum' ) );\n\n/**\n* @name diagonalTypeResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-type-resolve-str}\n*/\nsetReadOnly( blas, 'diagonalTypeResolveStr', require( '@stdlib/blas-base-diagonal-type-resolve-str' ) );\n\n/**\n* @name diagonalTypeStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-type-str2enum}\n*/\nsetReadOnly( blas, 'diagonalTypeStr2Enum', require( '@stdlib/blas-base-diagonal-type-str2enum' ) );\n\n/**\n* @name diagonalTypes\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-types}\n*/\nsetReadOnly( blas, 'diagonalTypes', require( '@stdlib/blas-base-diagonal-types' ) );\n\n/**\n* @name dnrm2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dnrm2}\n*/\nsetReadOnly( blas, 'dnrm2', require( '@stdlib/blas-base-dnrm2' ) );\n\n/**\n* @name drotg\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/drotg}\n*/\nsetReadOnly( blas, 'drotg', require( '@stdlib/blas-base-drotg' ) );\n\n/**\n* @name dscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dscal}\n*/\nsetReadOnly( blas, 'dscal', require( '@stdlib/blas-base-dscal' ) );\n\n/**\n* @name dsdot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dsdot}\n*/\nsetReadOnly( blas, 'dsdot', require( '@stdlib/blas-base-dsdot' ) );\n\n/**\n* @name dswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dswap}\n*/\nsetReadOnly( blas, 'dswap', require( '@stdlib/blas-base-dswap' ) );\n\n/**\n* @name gasum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gasum}\n*/\nsetReadOnly( blas, 'gasum', require( '@stdlib/blas-base-gasum' ) );\n\n/**\n* @name gaxpy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gaxpy}\n*/\nsetReadOnly( blas, 'gaxpy', require( '@stdlib/blas-base-gaxpy' ) );\n\n/**\n* @name gcopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gcopy}\n*/\nsetReadOnly( blas, 'gcopy', require( '@stdlib/blas-base-gcopy' ) );\n\n/**\n* @name gdot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gdot}\n*/\nsetReadOnly( blas, 'gdot', require( '@stdlib/blas-base-gdot' ) );\n\n/**\n* @name gnrm2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gnrm2}\n*/\nsetReadOnly( blas, 'gnrm2', require( '@stdlib/blas-base-gnrm2' ) );\n\n/**\n* @name gscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gscal}\n*/\nsetReadOnly( blas, 'gscal', require( '@stdlib/blas-base-gscal' ) );\n\n/**\n* @name gswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gswap}\n*/\nsetReadOnly( blas, 'gswap', require( '@stdlib/blas-base-gswap' ) );\n\n/**\n* @name idamax\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/idamax}\n*/\nsetReadOnly( blas, 'idamax', require( '@stdlib/blas-base-idamax' ) );\n\n/**\n* @name isamax\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/isamax}\n*/\nsetReadOnly( blas, 'isamax', require( '@stdlib/blas-base-isamax' ) );\n\n/**\n* @name layoutEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layout-enum2str}\n*/\nsetReadOnly( blas, 'layoutEnum2Str', require( '@stdlib/blas-base-layout-enum2str' ) );\n\n/**\n* @name layoutResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layout-resolve-enum}\n*/\nsetReadOnly( blas, 'layoutResolveEnum', require( '@stdlib/blas-base-layout-resolve-enum' ) );\n\n/**\n* @name layoutResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layout-resolve-str}\n*/\nsetReadOnly( blas, 'layoutResolveStr', require( '@stdlib/blas-base-layout-resolve-str' ) );\n\n/**\n* @name layoutStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layout-str2enum}\n*/\nsetReadOnly( blas, 'layoutStr2Enum', require( '@stdlib/blas-base-layout-str2enum' ) );\n\n/**\n* @name layouts\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layouts}\n*/\nsetReadOnly( blas, 'layouts', require( '@stdlib/blas-base-layouts' ) );\n\n/**\n* @name matrixTriangleEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangle-enum2str}\n*/\nsetReadOnly( blas, 'matrixTriangleEnum2Str', require( '@stdlib/blas-base-matrix-triangle-enum2str' ) );\n\n/**\n* @name matrixTriangleResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangle-resolve-enum}\n*/\nsetReadOnly( blas, 'matrixTriangleResolveEnum', require( '@stdlib/blas-base-matrix-triangle-resolve-enum' ) );\n\n/**\n* @name matrixTriangleResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangle-resolve-str}\n*/\nsetReadOnly( blas, 'matrixTriangleResolveStr', require( '@stdlib/blas-base-matrix-triangle-resolve-str' ) );\n\n/**\n* @name matrixTriangleStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangle-str2enum}\n*/\nsetReadOnly( blas, 'matrixTriangleStr2Enum', require( '@stdlib/blas-base-matrix-triangle-str2enum' ) );\n\n/**\n* @name matrixTriangles\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangles}\n*/\nsetReadOnly( blas, 'matrixTriangles', require( '@stdlib/blas-base-matrix-triangles' ) );\n\n/**\n* @name operationSideEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-side-enum2str}\n*/\nsetReadOnly( blas, 'operationSideEnum2Str', require( '@stdlib/blas-base-operation-side-enum2str' ) );\n\n/**\n* @name operationSideResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-side-resolve-enum}\n*/\nsetReadOnly( blas, 'operationSideResolveEnum', require( '@stdlib/blas-base-operation-side-resolve-enum' ) );\n\n/**\n* @name operationSideResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-side-resolve-str}\n*/\nsetReadOnly( blas, 'operationSideResolveStr', require( '@stdlib/blas-base-operation-side-resolve-str' ) );\n\n/**\n* @name operationSideStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-side-str2enum}\n*/\nsetReadOnly( blas, 'operationSideStr2Enum', require( '@stdlib/blas-base-operation-side-str2enum' ) );\n\n/**\n* @name operationSides\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-sides}\n*/\nsetReadOnly( blas, 'operationSides', require( '@stdlib/blas-base-operation-sides' ) );\n\n/**\n* @name sasum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sasum}\n*/\nsetReadOnly( blas, 'sasum', require( '@stdlib/blas-base-sasum' ) );\n\n/**\n* @name saxpy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/saxpy}\n*/\nsetReadOnly( blas, 'saxpy', require( '@stdlib/blas-base-saxpy' ) );\n\n/**\n* @name scabs1\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/scabs1}\n*/\nsetReadOnly( blas, 'scabs1', require( '@stdlib/blas-base-scabs1' ) );\n\n/**\n* @name scopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/scopy}\n*/\nsetReadOnly( blas, 'scopy', require( '@stdlib/blas-base-scopy' ) );\n\n/**\n* @name sdot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sdot}\n*/\nsetReadOnly( blas, 'sdot', require( '@stdlib/blas-base-sdot' ) );\n\n/**\n* @name sdsdot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sdsdot}\n*/\nsetReadOnly( blas, 'sdsdot', require( '@stdlib/blas-base-sdsdot' ) );\n\n/**\n* @name snrm2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/snrm2}\n*/\nsetReadOnly( blas, 'snrm2', require( '@stdlib/blas-base-snrm2' ) );\n\n/**\n* @name srotg\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/srotg}\n*/\nsetReadOnly( blas, 'srotg', require( '@stdlib/blas-base-srotg' ) );\n\n/**\n* @name sscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sscal}\n*/\nsetReadOnly( blas, 'sscal', require( '@stdlib/blas-base-sscal' ) );\n\n/**\n* @name sswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sswap}\n*/\nsetReadOnly( blas, 'sswap', require( '@stdlib/blas-base-sswap' ) );\n\n/**\n* @name transposeOperationEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operation-enum2str}\n*/\nsetReadOnly( blas, 'transposeOperationEnum2Str', require( '@stdlib/blas-base-transpose-operation-enum2str' ) );\n\n/**\n* @name transposeOperationResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operation-resolve-enum}\n*/\nsetReadOnly( blas, 'transposeOperationResolveEnum', require( '@stdlib/blas-base-transpose-operation-resolve-enum' ) );\n\n/**\n* @name transposeOperationResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operation-resolve-str}\n*/\nsetReadOnly( blas, 'transposeOperationResolveStr', require( '@stdlib/blas-base-transpose-operation-resolve-str' ) );\n\n/**\n* @name transposeOperationStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operation-str2enum}\n*/\nsetReadOnly( blas, 'transposeOperationStr2Enum', require( '@stdlib/blas-base-transpose-operation-str2enum' ) );\n\n/**\n* @name transposeOperations\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operations}\n*/\nsetReadOnly( blas, 'transposeOperations', require( '@stdlib/blas-base-transpose-operations' ) );\n\n/**\n* @name zcopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/zcopy}\n*/\nsetReadOnly( blas, 'zcopy', require( '@stdlib/blas-base-zcopy' ) );\n\n/**\n* @name zswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/zswap}\n*/\nsetReadOnly( blas, 'zswap', require( '@stdlib/blas-base-zswap' ) );\n\n\n// EXPORTS //\n\nmodule.exports = blas;\n"], - "mappings": "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", + "sourcesContent": ["/**\n* @license Apache-2.0\n*\n* Copyright (c) 2018 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n/*\n* When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.\n*/\n\n// MODULES //\n\nvar setReadOnly = require( '@stdlib/utils-define-read-only-property' );\n\n\n// MAIN //\n\n/**\n* Top-level namespace.\n*\n* @namespace blas\n*/\nvar blas = {};\n\n/**\n* @name assert\n* @memberof blas\n* @readonly\n* @type {Namespace}\n* @see {@link module:@stdlib/blas/base/assert}\n*/\nsetReadOnly( blas, 'assert', require( '@stdlib/blas-base-assert' ) );\n\n/**\n* @name caxpy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/caxpy}\n*/\nsetReadOnly( blas, 'caxpy', require( '@stdlib/blas-base-caxpy' ) );\n\n/**\n* @name ccopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/ccopy}\n*/\nsetReadOnly( blas, 'ccopy', require( '@stdlib/blas-base-ccopy' ) );\n\n/**\n* @name cscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/cscal}\n*/\nsetReadOnly( blas, 'cscal', require( '@stdlib/blas-base-cscal' ) );\n\n/**\n* @name csrot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/csrot}\n*/\nsetReadOnly( blas, 'csrot', require( '@stdlib/blas-base-csrot' ) );\n\n/**\n* @name cswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/cswap}\n*/\nsetReadOnly( blas, 'cswap', require( '@stdlib/blas-base-cswap' ) );\n\n/**\n* @name dasum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dasum}\n*/\nsetReadOnly( blas, 'dasum', require( '@stdlib/blas-base-dasum' ) );\n\n/**\n* @name daxpy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/daxpy}\n*/\nsetReadOnly( blas, 'daxpy', require( '@stdlib/blas-base-daxpy' ) );\n\n/**\n* @name dcabs1\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dcabs1}\n*/\nsetReadOnly( blas, 'dcabs1', require( '@stdlib/blas-base-dcabs1' ) );\n\n/**\n* @name dcopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dcopy}\n*/\nsetReadOnly( blas, 'dcopy', require( '@stdlib/blas-base-dcopy' ) );\n\n/**\n* @name ddot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/ddot}\n*/\nsetReadOnly( blas, 'ddot', require( '@stdlib/blas-base-ddot' ) );\n\n/**\n* @name diagonalTypeEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-type-enum2str}\n*/\nsetReadOnly( blas, 'diagonalTypeEnum2Str', require( '@stdlib/blas-base-diagonal-type-enum2str' ) );\n\n/**\n* @name diagonalTypeResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-type-resolve-enum}\n*/\nsetReadOnly( blas, 'diagonalTypeResolveEnum', require( '@stdlib/blas-base-diagonal-type-resolve-enum' ) );\n\n/**\n* @name diagonalTypeResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-type-resolve-str}\n*/\nsetReadOnly( blas, 'diagonalTypeResolveStr', require( '@stdlib/blas-base-diagonal-type-resolve-str' ) );\n\n/**\n* @name diagonalTypeStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-type-str2enum}\n*/\nsetReadOnly( blas, 'diagonalTypeStr2Enum', require( '@stdlib/blas-base-diagonal-type-str2enum' ) );\n\n/**\n* @name diagonalTypes\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/diagonal-types}\n*/\nsetReadOnly( blas, 'diagonalTypes', require( '@stdlib/blas-base-diagonal-types' ) );\n\n/**\n* @name dnrm2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dnrm2}\n*/\nsetReadOnly( blas, 'dnrm2', require( '@stdlib/blas-base-dnrm2' ) );\n\n/**\n* @name drot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/drot}\n*/\nsetReadOnly( blas, 'drot', require( '@stdlib/blas-base-drot' ) );\n\n/**\n* @name drotg\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/drotg}\n*/\nsetReadOnly( blas, 'drotg', require( '@stdlib/blas-base-drotg' ) );\n\n/**\n* @name drotm\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/drotm}\n*/\nsetReadOnly( blas, 'drotm', require( '@stdlib/blas-base-drotm' ) );\n\n/**\n* @name dscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dscal}\n*/\nsetReadOnly( blas, 'dscal', require( '@stdlib/blas-base-dscal' ) );\n\n/**\n* @name dsdot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dsdot}\n*/\nsetReadOnly( blas, 'dsdot', require( '@stdlib/blas-base-dsdot' ) );\n\n/**\n* @name dspmv\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dspmv}\n*/\nsetReadOnly( blas, 'dspmv', require( '@stdlib/blas-base-dspmv' ) );\n\n/**\n* @name dswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dswap}\n*/\nsetReadOnly( blas, 'dswap', require( '@stdlib/blas-base-dswap' ) );\n\n/**\n* @name dsymv\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dsymv}\n*/\nsetReadOnly( blas, 'dsymv', require( '@stdlib/blas-base-dsymv' ) );\n\n/**\n* @name dsyr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dsyr}\n*/\nsetReadOnly( blas, 'dsyr', require( '@stdlib/blas-base-dsyr' ) );\n\n/**\n* @name dsyr2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dsyr2}\n*/\nsetReadOnly( blas, 'dsyr2', require( '@stdlib/blas-base-dsyr2' ) );\n\n/**\n* @name dtrmv\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dtrmv}\n*/\nsetReadOnly( blas, 'dtrmv', require( '@stdlib/blas-base-dtrmv' ) );\n\n/**\n* @name dznrm2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/dznrm2}\n*/\nsetReadOnly( blas, 'dznrm2', require( '@stdlib/blas-base-dznrm2' ) );\n\n/**\n* @name gasum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gasum}\n*/\nsetReadOnly( blas, 'gasum', require( '@stdlib/blas-base-gasum' ) );\n\n/**\n* @name gaxpy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gaxpy}\n*/\nsetReadOnly( blas, 'gaxpy', require( '@stdlib/blas-base-gaxpy' ) );\n\n/**\n* @name gcopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gcopy}\n*/\nsetReadOnly( blas, 'gcopy', require( '@stdlib/blas-base-gcopy' ) );\n\n/**\n* @name gdot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gdot}\n*/\nsetReadOnly( blas, 'gdot', require( '@stdlib/blas-base-gdot' ) );\n\n/**\n* @name gnrm2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gnrm2}\n*/\nsetReadOnly( blas, 'gnrm2', require( '@stdlib/blas-base-gnrm2' ) );\n\n/**\n* @name gscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gscal}\n*/\nsetReadOnly( blas, 'gscal', require( '@stdlib/blas-base-gscal' ) );\n\n/**\n* @name gswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/gswap}\n*/\nsetReadOnly( blas, 'gswap', require( '@stdlib/blas-base-gswap' ) );\n\n/**\n* @name idamax\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/idamax}\n*/\nsetReadOnly( blas, 'idamax', require( '@stdlib/blas-base-idamax' ) );\n\n/**\n* @name isamax\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/isamax}\n*/\nsetReadOnly( blas, 'isamax', require( '@stdlib/blas-base-isamax' ) );\n\n/**\n* @name layoutEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layout-enum2str}\n*/\nsetReadOnly( blas, 'layoutEnum2Str', require( '@stdlib/blas-base-layout-enum2str' ) );\n\n/**\n* @name layoutResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layout-resolve-enum}\n*/\nsetReadOnly( blas, 'layoutResolveEnum', require( '@stdlib/blas-base-layout-resolve-enum' ) );\n\n/**\n* @name layoutResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layout-resolve-str}\n*/\nsetReadOnly( blas, 'layoutResolveStr', require( '@stdlib/blas-base-layout-resolve-str' ) );\n\n/**\n* @name layoutStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layout-str2enum}\n*/\nsetReadOnly( blas, 'layoutStr2Enum', require( '@stdlib/blas-base-layout-str2enum' ) );\n\n/**\n* @name layouts\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/layouts}\n*/\nsetReadOnly( blas, 'layouts', require( '@stdlib/blas-base-layouts' ) );\n\n/**\n* @name matrixTriangleEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangle-enum2str}\n*/\nsetReadOnly( blas, 'matrixTriangleEnum2Str', require( '@stdlib/blas-base-matrix-triangle-enum2str' ) );\n\n/**\n* @name matrixTriangleResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangle-resolve-enum}\n*/\nsetReadOnly( blas, 'matrixTriangleResolveEnum', require( '@stdlib/blas-base-matrix-triangle-resolve-enum' ) );\n\n/**\n* @name matrixTriangleResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangle-resolve-str}\n*/\nsetReadOnly( blas, 'matrixTriangleResolveStr', require( '@stdlib/blas-base-matrix-triangle-resolve-str' ) );\n\n/**\n* @name matrixTriangleStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangle-str2enum}\n*/\nsetReadOnly( blas, 'matrixTriangleStr2Enum', require( '@stdlib/blas-base-matrix-triangle-str2enum' ) );\n\n/**\n* @name matrixTriangles\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/matrix-triangles}\n*/\nsetReadOnly( blas, 'matrixTriangles', require( '@stdlib/blas-base-matrix-triangles' ) );\n\n/**\n* @name operationSideEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-side-enum2str}\n*/\nsetReadOnly( blas, 'operationSideEnum2Str', require( '@stdlib/blas-base-operation-side-enum2str' ) );\n\n/**\n* @name operationSideResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-side-resolve-enum}\n*/\nsetReadOnly( blas, 'operationSideResolveEnum', require( '@stdlib/blas-base-operation-side-resolve-enum' ) );\n\n/**\n* @name operationSideResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-side-resolve-str}\n*/\nsetReadOnly( blas, 'operationSideResolveStr', require( '@stdlib/blas-base-operation-side-resolve-str' ) );\n\n/**\n* @name operationSideStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-side-str2enum}\n*/\nsetReadOnly( blas, 'operationSideStr2Enum', require( '@stdlib/blas-base-operation-side-str2enum' ) );\n\n/**\n* @name operationSides\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/operation-sides}\n*/\nsetReadOnly( blas, 'operationSides', require( '@stdlib/blas-base-operation-sides' ) );\n\n/**\n* @name sasum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sasum}\n*/\nsetReadOnly( blas, 'sasum', require( '@stdlib/blas-base-sasum' ) );\n\n/**\n* @name saxpy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/saxpy}\n*/\nsetReadOnly( blas, 'saxpy', require( '@stdlib/blas-base-saxpy' ) );\n\n/**\n* @name scabs1\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/scabs1}\n*/\nsetReadOnly( blas, 'scabs1', require( '@stdlib/blas-base-scabs1' ) );\n\n/**\n* @name scasum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/scasum}\n*/\nsetReadOnly( blas, 'scasum', require( '@stdlib/blas-base-scasum' ) );\n\n/**\n* @name scnrm2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/scnrm2}\n*/\nsetReadOnly( blas, 'scnrm2', require( '@stdlib/blas-base-scnrm2' ) );\n\n/**\n* @name scopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/scopy}\n*/\nsetReadOnly( blas, 'scopy', require( '@stdlib/blas-base-scopy' ) );\n\n/**\n* @name sdot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sdot}\n*/\nsetReadOnly( blas, 'sdot', require( '@stdlib/blas-base-sdot' ) );\n\n/**\n* @name sdsdot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sdsdot}\n*/\nsetReadOnly( blas, 'sdsdot', require( '@stdlib/blas-base-sdsdot' ) );\n\n/**\n* @name sgemv\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sgemv}\n*/\nsetReadOnly( blas, 'sgemv', require( '@stdlib/blas-base-sgemv' ) );\n\n/**\n* @name snrm2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/snrm2}\n*/\nsetReadOnly( blas, 'snrm2', require( '@stdlib/blas-base-snrm2' ) );\n\n/**\n* @name srot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/srot}\n*/\nsetReadOnly( blas, 'srot', require( '@stdlib/blas-base-srot' ) );\n\n/**\n* @name srotg\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/srotg}\n*/\nsetReadOnly( blas, 'srotg', require( '@stdlib/blas-base-srotg' ) );\n\n/**\n* @name srotm\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/srotm}\n*/\nsetReadOnly( blas, 'srotm', require( '@stdlib/blas-base-srotm' ) );\n\n/**\n* @name sscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sscal}\n*/\nsetReadOnly( blas, 'sscal', require( '@stdlib/blas-base-sscal' ) );\n\n/**\n* @name sspmv\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sspmv}\n*/\nsetReadOnly( blas, 'sspmv', require( '@stdlib/blas-base-sspmv' ) );\n\n/**\n* @name sswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/sswap}\n*/\nsetReadOnly( blas, 'sswap', require( '@stdlib/blas-base-sswap' ) );\n\n/**\n* @name ssymv\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/ssymv}\n*/\nsetReadOnly( blas, 'ssymv', require( '@stdlib/blas-base-ssymv' ) );\n\n/**\n* @name ssyr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/ssyr}\n*/\nsetReadOnly( blas, 'ssyr', require( '@stdlib/blas-base-ssyr' ) );\n\n/**\n* @name ssyr2\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/ssyr2}\n*/\nsetReadOnly( blas, 'ssyr2', require( '@stdlib/blas-base-ssyr2' ) );\n\n/**\n* @name strmv\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/strmv}\n*/\nsetReadOnly( blas, 'strmv', require( '@stdlib/blas-base-strmv' ) );\n\n/**\n* @name transposeOperationEnum2Str\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operation-enum2str}\n*/\nsetReadOnly( blas, 'transposeOperationEnum2Str', require( '@stdlib/blas-base-transpose-operation-enum2str' ) );\n\n/**\n* @name transposeOperationResolveEnum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operation-resolve-enum}\n*/\nsetReadOnly( blas, 'transposeOperationResolveEnum', require( '@stdlib/blas-base-transpose-operation-resolve-enum' ) );\n\n/**\n* @name transposeOperationResolveStr\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operation-resolve-str}\n*/\nsetReadOnly( blas, 'transposeOperationResolveStr', require( '@stdlib/blas-base-transpose-operation-resolve-str' ) );\n\n/**\n* @name transposeOperationStr2Enum\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operation-str2enum}\n*/\nsetReadOnly( blas, 'transposeOperationStr2Enum', require( '@stdlib/blas-base-transpose-operation-str2enum' ) );\n\n/**\n* @name transposeOperations\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/transpose-operations}\n*/\nsetReadOnly( blas, 'transposeOperations', require( '@stdlib/blas-base-transpose-operations' ) );\n\n/**\n* @name zaxpy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/zaxpy}\n*/\nsetReadOnly( blas, 'zaxpy', require( '@stdlib/blas-base-zaxpy' ) );\n\n/**\n* @name zcopy\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/zcopy}\n*/\nsetReadOnly( blas, 'zcopy', require( '@stdlib/blas-base-zcopy' ) );\n\n/**\n* @name zdrot\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/zdrot}\n*/\nsetReadOnly( blas, 'zdrot', require( '@stdlib/blas-base-zdrot' ) );\n\n/**\n* @name zscal\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/zscal}\n*/\nsetReadOnly( blas, 'zscal', require( '@stdlib/blas-base-zscal' ) );\n\n/**\n* @name zswap\n* @memberof blas\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/blas/base/zswap}\n*/\nsetReadOnly( blas, 'zswap', require( '@stdlib/blas-base-zswap' ) );\n\n\n// EXPORTS //\n\nmodule.exports = blas;\n"], + "mappings": "aA0BA,IAAIA,EAAc,QAAS,yCAA0C,EAUjEC,EAAO,CAAC,EASZD,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,OAAQ,QAAS,wBAAyB,CAAE,EAS/DD,EAAaC,EAAM,uBAAwB,QAAS,0CAA2C,CAAE,EASjGD,EAAaC,EAAM,0BAA2B,QAAS,8CAA+C,CAAE,EASxGD,EAAaC,EAAM,yBAA0B,QAAS,6CAA8C,CAAE,EAStGD,EAAaC,EAAM,uBAAwB,QAAS,0CAA2C,CAAE,EASjGD,EAAaC,EAAM,gBAAiB,QAAS,kCAAmC,CAAE,EASlFD,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,OAAQ,QAAS,wBAAyB,CAAE,EAS/DD,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,OAAQ,QAAS,wBAAyB,CAAE,EAS/DD,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,OAAQ,QAAS,wBAAyB,CAAE,EAS/DD,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,iBAAkB,QAAS,mCAAoC,CAAE,EASpFD,EAAaC,EAAM,oBAAqB,QAAS,uCAAwC,CAAE,EAS3FD,EAAaC,EAAM,mBAAoB,QAAS,sCAAuC,CAAE,EASzFD,EAAaC,EAAM,iBAAkB,QAAS,mCAAoC,CAAE,EASpFD,EAAaC,EAAM,UAAW,QAAS,2BAA4B,CAAE,EASrED,EAAaC,EAAM,yBAA0B,QAAS,4CAA6C,CAAE,EASrGD,EAAaC,EAAM,4BAA6B,QAAS,gDAAiD,CAAE,EAS5GD,EAAaC,EAAM,2BAA4B,QAAS,+CAAgD,CAAE,EAS1GD,EAAaC,EAAM,yBAA0B,QAAS,4CAA6C,CAAE,EASrGD,EAAaC,EAAM,kBAAmB,QAAS,oCAAqC,CAAE,EAStFD,EAAaC,EAAM,wBAAyB,QAAS,2CAA4C,CAAE,EASnGD,EAAaC,EAAM,2BAA4B,QAAS,+CAAgD,CAAE,EAS1GD,EAAaC,EAAM,0BAA2B,QAAS,8CAA+C,CAAE,EASxGD,EAAaC,EAAM,wBAAyB,QAAS,2CAA4C,CAAE,EASnGD,EAAaC,EAAM,iBAAkB,QAAS,mCAAoC,CAAE,EASpFD,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,OAAQ,QAAS,wBAAyB,CAAE,EAS/DD,EAAaC,EAAM,SAAU,QAAS,0BAA2B,CAAE,EASnED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,OAAQ,QAAS,wBAAyB,CAAE,EAS/DD,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,OAAQ,QAAS,wBAAyB,CAAE,EAS/DD,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,6BAA8B,QAAS,gDAAiD,CAAE,EAS7GD,EAAaC,EAAM,gCAAiC,QAAS,oDAAqD,CAAE,EASpHD,EAAaC,EAAM,+BAAgC,QAAS,mDAAoD,CAAE,EASlHD,EAAaC,EAAM,6BAA8B,QAAS,gDAAiD,CAAE,EAS7GD,EAAaC,EAAM,sBAAuB,QAAS,wCAAyC,CAAE,EAS9FD,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EASjED,EAAaC,EAAM,QAAS,QAAS,yBAA0B,CAAE,EAKjE,OAAO,QAAUA", "names": ["setReadOnly", "blas"] } diff --git a/lib/index.js b/lib/index.js index f0f511e..d1bfbf1 100644 --- a/lib/index.js +++ b/lib/index.js @@ -45,6 +45,15 @@ var blas = {}; */ setReadOnly( blas, 'assert', require( '@stdlib/blas-base-assert' ) ); +/** +* @name caxpy +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/caxpy} +*/ +setReadOnly( blas, 'caxpy', require( '@stdlib/blas-base-caxpy' ) ); + /** * @name ccopy * @memberof blas @@ -63,6 +72,15 @@ setReadOnly( blas, 'ccopy', require( '@stdlib/blas-base-ccopy' ) ); */ setReadOnly( blas, 'cscal', require( '@stdlib/blas-base-cscal' ) ); +/** +* @name csrot +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/csrot} +*/ +setReadOnly( blas, 'csrot', require( '@stdlib/blas-base-csrot' ) ); + /** * @name cswap * @memberof blas @@ -171,6 +189,15 @@ setReadOnly( blas, 'diagonalTypes', require( '@stdlib/blas-base-diagonal-types' */ setReadOnly( blas, 'dnrm2', require( '@stdlib/blas-base-dnrm2' ) ); +/** +* @name drot +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/drot} +*/ +setReadOnly( blas, 'drot', require( '@stdlib/blas-base-drot' ) ); + /** * @name drotg * @memberof blas @@ -180,6 +207,15 @@ setReadOnly( blas, 'dnrm2', require( '@stdlib/blas-base-dnrm2' ) ); */ setReadOnly( blas, 'drotg', require( '@stdlib/blas-base-drotg' ) ); +/** +* @name drotm +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/drotm} +*/ +setReadOnly( blas, 'drotm', require( '@stdlib/blas-base-drotm' ) ); + /** * @name dscal * @memberof blas @@ -198,6 +234,15 @@ setReadOnly( blas, 'dscal', require( '@stdlib/blas-base-dscal' ) ); */ setReadOnly( blas, 'dsdot', require( '@stdlib/blas-base-dsdot' ) ); +/** +* @name dspmv +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/dspmv} +*/ +setReadOnly( blas, 'dspmv', require( '@stdlib/blas-base-dspmv' ) ); + /** * @name dswap * @memberof blas @@ -207,6 +252,51 @@ setReadOnly( blas, 'dsdot', require( '@stdlib/blas-base-dsdot' ) ); */ setReadOnly( blas, 'dswap', require( '@stdlib/blas-base-dswap' ) ); +/** +* @name dsymv +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/dsymv} +*/ +setReadOnly( blas, 'dsymv', require( '@stdlib/blas-base-dsymv' ) ); + +/** +* @name dsyr +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/dsyr} +*/ +setReadOnly( blas, 'dsyr', require( '@stdlib/blas-base-dsyr' ) ); + +/** +* @name dsyr2 +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/dsyr2} +*/ +setReadOnly( blas, 'dsyr2', require( '@stdlib/blas-base-dsyr2' ) ); + +/** +* @name dtrmv +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/dtrmv} +*/ +setReadOnly( blas, 'dtrmv', require( '@stdlib/blas-base-dtrmv' ) ); + +/** +* @name dznrm2 +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/dznrm2} +*/ +setReadOnly( blas, 'dznrm2', require( '@stdlib/blas-base-dznrm2' ) ); + /** * @name gasum * @memberof blas @@ -450,6 +540,24 @@ setReadOnly( blas, 'saxpy', require( '@stdlib/blas-base-saxpy' ) ); */ setReadOnly( blas, 'scabs1', require( '@stdlib/blas-base-scabs1' ) ); +/** +* @name scasum +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/scasum} +*/ +setReadOnly( blas, 'scasum', require( '@stdlib/blas-base-scasum' ) ); + +/** +* @name scnrm2 +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/scnrm2} +*/ +setReadOnly( blas, 'scnrm2', require( '@stdlib/blas-base-scnrm2' ) ); + /** * @name scopy * @memberof blas @@ -477,6 +585,15 @@ setReadOnly( blas, 'sdot', require( '@stdlib/blas-base-sdot' ) ); */ setReadOnly( blas, 'sdsdot', require( '@stdlib/blas-base-sdsdot' ) ); +/** +* @name sgemv +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/sgemv} +*/ +setReadOnly( blas, 'sgemv', require( '@stdlib/blas-base-sgemv' ) ); + /** * @name snrm2 * @memberof blas @@ -486,6 +603,15 @@ setReadOnly( blas, 'sdsdot', require( '@stdlib/blas-base-sdsdot' ) ); */ setReadOnly( blas, 'snrm2', require( '@stdlib/blas-base-snrm2' ) ); +/** +* @name srot +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/srot} +*/ +setReadOnly( blas, 'srot', require( '@stdlib/blas-base-srot' ) ); + /** * @name srotg * @memberof blas @@ -495,6 +621,15 @@ setReadOnly( blas, 'snrm2', require( '@stdlib/blas-base-snrm2' ) ); */ setReadOnly( blas, 'srotg', require( '@stdlib/blas-base-srotg' ) ); +/** +* @name srotm +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/srotm} +*/ +setReadOnly( blas, 'srotm', require( '@stdlib/blas-base-srotm' ) ); + /** * @name sscal * @memberof blas @@ -504,6 +639,15 @@ setReadOnly( blas, 'srotg', require( '@stdlib/blas-base-srotg' ) ); */ setReadOnly( blas, 'sscal', require( '@stdlib/blas-base-sscal' ) ); +/** +* @name sspmv +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/sspmv} +*/ +setReadOnly( blas, 'sspmv', require( '@stdlib/blas-base-sspmv' ) ); + /** * @name sswap * @memberof blas @@ -513,6 +657,42 @@ setReadOnly( blas, 'sscal', require( '@stdlib/blas-base-sscal' ) ); */ setReadOnly( blas, 'sswap', require( '@stdlib/blas-base-sswap' ) ); +/** +* @name ssymv +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/ssymv} +*/ +setReadOnly( blas, 'ssymv', require( '@stdlib/blas-base-ssymv' ) ); + +/** +* @name ssyr +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/ssyr} +*/ +setReadOnly( blas, 'ssyr', require( '@stdlib/blas-base-ssyr' ) ); + +/** +* @name ssyr2 +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/ssyr2} +*/ +setReadOnly( blas, 'ssyr2', require( '@stdlib/blas-base-ssyr2' ) ); + +/** +* @name strmv +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/strmv} +*/ +setReadOnly( blas, 'strmv', require( '@stdlib/blas-base-strmv' ) ); + /** * @name transposeOperationEnum2Str * @memberof blas @@ -558,6 +738,15 @@ setReadOnly( blas, 'transposeOperationStr2Enum', require( '@stdlib/blas-base-tra */ setReadOnly( blas, 'transposeOperations', require( '@stdlib/blas-base-transpose-operations' ) ); +/** +* @name zaxpy +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/zaxpy} +*/ +setReadOnly( blas, 'zaxpy', require( '@stdlib/blas-base-zaxpy' ) ); + /** * @name zcopy * @memberof blas @@ -567,6 +756,24 @@ setReadOnly( blas, 'transposeOperations', require( '@stdlib/blas-base-transpose- */ setReadOnly( blas, 'zcopy', require( '@stdlib/blas-base-zcopy' ) ); +/** +* @name zdrot +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/zdrot} +*/ +setReadOnly( blas, 'zdrot', require( '@stdlib/blas-base-zdrot' ) ); + +/** +* @name zscal +* @memberof blas +* @readonly +* @type {Function} +* @see {@link module:@stdlib/blas/base/zscal} +*/ +setReadOnly( blas, 'zscal', require( '@stdlib/blas-base-zscal' ) ); + /** * @name zswap * @memberof blas diff --git a/package.json b/package.json index 41aeba8..5e50201 100644 --- a/package.json +++ b/package.json @@ -37,142 +37,165 @@ }, "dependencies": { "@stdlib/blas-base-assert": "^0.0.1", - "@stdlib/blas-base-ccopy": "^0.2.1", - "@stdlib/blas-base-cscal": "^0.0.1", - "@stdlib/blas-base-cswap": "^0.2.1", - "@stdlib/blas-base-dasum": "^0.2.1", - "@stdlib/blas-base-daxpy": "^0.2.1", - "@stdlib/blas-base-dcabs1": "^0.0.1", - "@stdlib/blas-base-dcopy": "^0.2.1", - "@stdlib/blas-base-ddot": "^0.2.1", - "@stdlib/blas-base-diagonal-type-enum2str": "^0.1.0", - "@stdlib/blas-base-diagonal-type-resolve-enum": "^0.1.0", - "@stdlib/blas-base-diagonal-type-resolve-str": "^0.1.0", - "@stdlib/blas-base-diagonal-type-str2enum": "^0.1.0", - "@stdlib/blas-base-diagonal-types": "^0.0.1", - "@stdlib/blas-base-dnrm2": "^0.2.1", - "@stdlib/blas-base-drotg": "^0.2.1", - "@stdlib/blas-base-dscal": "^0.2.1", - "@stdlib/blas-base-dsdot": "^0.2.1", - "@stdlib/blas-base-dswap": "^0.2.1", - "@stdlib/blas-base-gasum": "^0.2.1", - "@stdlib/blas-base-gaxpy": "^0.2.1", + "@stdlib/blas-base-caxpy": "^0.1.0", + "@stdlib/blas-base-ccopy": "^0.3.0", + "@stdlib/blas-base-cscal": "^0.0.2", + "@stdlib/blas-base-csrot": "^0.1.0", + "@stdlib/blas-base-cswap": "^0.3.0", + "@stdlib/blas-base-dasum": "^0.3.0", + "@stdlib/blas-base-daxpy": "^0.3.0", + "@stdlib/blas-base-dcabs1": "^0.0.2", + "@stdlib/blas-base-dcopy": "^0.3.0", + "@stdlib/blas-base-ddot": "^0.3.0", + "@stdlib/blas-base-diagonal-type-enum2str": "^0.1.1", + "@stdlib/blas-base-diagonal-type-resolve-enum": "^0.0.1", + "@stdlib/blas-base-diagonal-type-resolve-str": "^0.1.1", + "@stdlib/blas-base-diagonal-type-str2enum": "^0.1.1", + "@stdlib/blas-base-diagonal-types": "^0.0.2", + "@stdlib/blas-base-dnrm2": "^0.3.0", + "@stdlib/blas-base-drot": "^0.0.2", + "@stdlib/blas-base-drotg": "^0.2.2", + "@stdlib/blas-base-drotm": "^0.1.0", + "@stdlib/blas-base-dscal": "^0.3.0", + "@stdlib/blas-base-dsdot": "^0.3.0", + "@stdlib/blas-base-dspmv": "github:stdlib-js/blas-base-dspmv#main", + "@stdlib/blas-base-dswap": "^0.3.0", + "@stdlib/blas-base-dsymv": "github:stdlib-js/blas-base-dsymv#main", + "@stdlib/blas-base-dsyr": "github:stdlib-js/blas-base-dsyr#main", + "@stdlib/blas-base-dsyr2": "github:stdlib-js/blas-base-dsyr2#main", + "@stdlib/blas-base-dtrmv": "github:stdlib-js/blas-base-dtrmv#main", + "@stdlib/blas-base-dznrm2": "^0.1.0", + "@stdlib/blas-base-gasum": "^0.2.2", + "@stdlib/blas-base-gaxpy": "^0.2.2", "@stdlib/blas-base-gcopy": "^0.2.1", - "@stdlib/blas-base-gdot": "^0.2.1", - "@stdlib/blas-base-gnrm2": "^0.2.1", - "@stdlib/blas-base-gscal": "^0.2.1", + "@stdlib/blas-base-gdot": "^0.2.2", + "@stdlib/blas-base-gnrm2": "^0.2.2", + "@stdlib/blas-base-gscal": "^0.2.2", "@stdlib/blas-base-gswap": "^0.2.1", - "@stdlib/blas-base-idamax": "^0.0.1", - "@stdlib/blas-base-isamax": "^0.0.1", - "@stdlib/blas-base-layout-enum2str": "^0.0.1", - "@stdlib/blas-base-layout-resolve-enum": "^0.0.1", - "@stdlib/blas-base-layout-resolve-str": "^0.0.1", - "@stdlib/blas-base-layout-str2enum": "^0.0.1", - "@stdlib/blas-base-layouts": "^0.0.1", - "@stdlib/blas-base-matrix-triangle-enum2str": "^0.1.0", - "@stdlib/blas-base-matrix-triangle-resolve-enum": "^0.1.0", - "@stdlib/blas-base-matrix-triangle-resolve-str": "^0.1.0", - "@stdlib/blas-base-matrix-triangle-str2enum": "^0.1.0", - "@stdlib/blas-base-matrix-triangles": "^0.0.1", - "@stdlib/blas-base-operation-side-enum2str": "^0.1.0", - "@stdlib/blas-base-operation-side-resolve-enum": "^0.1.0", - "@stdlib/blas-base-operation-side-resolve-str": "^0.1.0", - "@stdlib/blas-base-operation-side-str2enum": "^0.1.0", - "@stdlib/blas-base-operation-sides": "^0.0.1", - "@stdlib/blas-base-sasum": "^0.2.1", - "@stdlib/blas-base-saxpy": "^0.2.1", - "@stdlib/blas-base-scabs1": "^0.0.1", - "@stdlib/blas-base-scopy": "^0.2.1", - "@stdlib/blas-base-sdot": "^0.2.1", - "@stdlib/blas-base-sdsdot": "^0.2.1", - "@stdlib/blas-base-snrm2": "^0.2.1", - "@stdlib/blas-base-srotg": "^0.2.1", - "@stdlib/blas-base-sscal": "^0.2.1", - "@stdlib/blas-base-sswap": "^0.2.1", - "@stdlib/blas-base-transpose-operation-enum2str": "^0.0.1", - "@stdlib/blas-base-transpose-operation-resolve-enum": "^0.0.1", - "@stdlib/blas-base-transpose-operation-resolve-str": "^0.0.1", - "@stdlib/blas-base-transpose-operation-str2enum": "^0.0.1", - "@stdlib/blas-base-transpose-operations": "^0.0.1", - "@stdlib/blas-base-zcopy": "^0.1.0", - "@stdlib/blas-base-zswap": "^0.1.0", - "@stdlib/utils-define-read-only-property": "^0.2.1" + "@stdlib/blas-base-idamax": "^0.0.2", + "@stdlib/blas-base-isamax": "^0.0.2", + "@stdlib/blas-base-layout-enum2str": "^0.0.2", + "@stdlib/blas-base-layout-resolve-enum": "^0.0.2", + "@stdlib/blas-base-layout-resolve-str": "^0.0.2", + "@stdlib/blas-base-layout-str2enum": "^0.0.2", + "@stdlib/blas-base-layouts": "^0.0.2", + "@stdlib/blas-base-matrix-triangle-enum2str": "^0.1.1", + "@stdlib/blas-base-matrix-triangle-resolve-enum": "^0.1.1", + "@stdlib/blas-base-matrix-triangle-resolve-str": "^0.0.1", + "@stdlib/blas-base-matrix-triangle-str2enum": "^0.1.1", + "@stdlib/blas-base-matrix-triangles": "^0.0.2", + "@stdlib/blas-base-operation-side-enum2str": "^0.1.1", + "@stdlib/blas-base-operation-side-resolve-enum": "^0.0.1", + "@stdlib/blas-base-operation-side-resolve-str": "^0.1.1", + "@stdlib/blas-base-operation-side-str2enum": "^0.1.1", + "@stdlib/blas-base-operation-sides": "^0.0.2", + "@stdlib/blas-base-sasum": "^0.2.2", + "@stdlib/blas-base-saxpy": "^0.2.2", + "@stdlib/blas-base-scabs1": "^0.0.2", + "@stdlib/blas-base-scasum": "^0.1.0", + "@stdlib/blas-base-scnrm2": "^0.1.0", + "@stdlib/blas-base-scopy": "^0.2.2", + "@stdlib/blas-base-sdot": "^0.2.2", + "@stdlib/blas-base-sdsdot": "^0.2.2", + "@stdlib/blas-base-sgemv": "github:stdlib-js/blas-base-sgemv#main", + "@stdlib/blas-base-snrm2": "^0.2.2", + "@stdlib/blas-base-srot": "^0.1.0", + "@stdlib/blas-base-srotg": "^0.2.2", + "@stdlib/blas-base-srotm": "^0.1.0", + "@stdlib/blas-base-sscal": "^0.2.2", + "@stdlib/blas-base-sspmv": "github:stdlib-js/blas-base-sspmv#main", + "@stdlib/blas-base-sswap": "^0.2.2", + "@stdlib/blas-base-ssymv": "github:stdlib-js/blas-base-ssymv#main", + "@stdlib/blas-base-ssyr": "github:stdlib-js/blas-base-ssyr#main", + "@stdlib/blas-base-ssyr2": "github:stdlib-js/blas-base-ssyr2#main", + "@stdlib/blas-base-strmv": "github:stdlib-js/blas-base-strmv#main", + "@stdlib/blas-base-transpose-operation-enum2str": "^0.1.0", + "@stdlib/blas-base-transpose-operation-resolve-enum": "^0.1.0", + "@stdlib/blas-base-transpose-operation-resolve-str": "^0.1.0", + "@stdlib/blas-base-transpose-operation-str2enum": "^0.1.0", + "@stdlib/blas-base-transpose-operations": "^0.1.0", + "@stdlib/blas-base-zaxpy": "^0.1.0", + "@stdlib/blas-base-zcopy": "^0.1.1", + "@stdlib/blas-base-zdrot": "^0.1.0", + "@stdlib/blas-base-zscal": "^0.0.2", + "@stdlib/blas-base-zswap": "^0.1.1", + "@stdlib/utils-define-read-only-property": "^0.2.2" }, "devDependencies": { "@stdlib/array-base-arraylike2object": "^0.2.1", - "@stdlib/array-base-assert-contains": "^0.2.1", - "@stdlib/array-complex128": "^0.2.1", - "@stdlib/array-complex64": "^0.2.1", + "@stdlib/array-base-assert-contains": "^0.2.2", + "@stdlib/array-complex128": "^0.3.0", + "@stdlib/array-complex64": "^0.3.0", "@stdlib/array-filled-by": "^0.2.1", - "@stdlib/array-float32": "^0.2.1", - "@stdlib/array-float64": "^0.2.1", + "@stdlib/array-float32": "^0.2.2", + "@stdlib/array-float64": "^0.2.2", "@stdlib/array-ones": "^0.2.1", - "@stdlib/array-zeros": "^0.2.1", - "@stdlib/assert-has-own-property": "^0.2.1", - "@stdlib/assert-is-boolean": "^0.2.1", - "@stdlib/assert-is-browser": "^0.2.1", - "@stdlib/assert-is-error": "^0.2.1", - "@stdlib/assert-is-integer": "^0.2.1", - "@stdlib/assert-is-nonnegative-integer": "^0.2.1", - "@stdlib/assert-is-string": "^0.2.1", - "@stdlib/assert-is-string-array": "^0.2.1", + "@stdlib/array-zeros": "^0.2.2", + "@stdlib/assert-has-own-property": "^0.2.2", + "@stdlib/assert-is-boolean": "^0.2.2", + "@stdlib/assert-is-browser": "^0.2.2", + "@stdlib/assert-is-error": "^0.2.2", + "@stdlib/assert-is-integer": "^0.2.2", + "@stdlib/assert-is-nonnegative-integer": "^0.2.2", + "@stdlib/assert-is-string": "^0.2.2", + "@stdlib/assert-is-string-array": "^0.2.2", "@stdlib/blas-base-assert-is-diagonal-type": "^0.0.1", - "@stdlib/blas-base-assert-is-layout": "^0.0.1", - "@stdlib/blas-base-assert-is-matrix-triangle": "^0.0.1", - "@stdlib/blas-base-assert-is-operation-side": "^0.0.1", - "@stdlib/blas-base-assert-is-transpose-operation": "^0.0.1", - "@stdlib/blas-base-dznrm2": "github:stdlib-js/blas-base-dznrm2#main", - "@stdlib/blas-base-zscal": "^0.0.1", - "@stdlib/blas-ext-base-dfill": "^0.2.1", - "@stdlib/blas-ext-base-sfill": "^0.2.1", - "@stdlib/complex-float32-base-add": "github:stdlib-js/complex-float32-base-add#main", - "@stdlib/complex-float32-base-mul": "github:stdlib-js/complex-float32-base-mul#main", - "@stdlib/complex-float32-ctor": "^0.0.1", - "@stdlib/complex-float32-imag": "^0.1.0", - "@stdlib/complex-float32-real": "^0.1.0", - "@stdlib/complex-float64-base-add": "github:stdlib-js/complex-float64-base-add#main", - "@stdlib/complex-float64-base-mul": "github:stdlib-js/complex-float64-base-mul#main", - "@stdlib/complex-float64-ctor": "^0.0.1", - "@stdlib/complex-float64-imag": "^0.1.0", - "@stdlib/complex-float64-real": "^0.1.0", - "@stdlib/console-log-each": "^0.2.1", - "@stdlib/constants-float32-eps": "^0.2.1", - "@stdlib/constants-float32-max": "^0.2.1", - "@stdlib/constants-float64-eps": "^0.2.1", - "@stdlib/constants-float64-max": "^0.2.1", - "@stdlib/math-base-assert-is-nan": "^0.2.1", - "@stdlib/math-base-assert-is-nanf": "^0.2.1", - "@stdlib/math-base-special-abs": "^0.2.1", - "@stdlib/math-base-special-abs2": "^0.2.1", - "@stdlib/math-base-special-abs2f": "^0.2.1", - "@stdlib/math-base-special-absf": "^0.2.1", - "@stdlib/math-base-special-copysign": "^0.2.1", - "@stdlib/math-base-special-copysignf": "^0.2.1", - "@stdlib/math-base-special-floor": "^0.2.2", - "@stdlib/math-base-special-max": "^0.2.1", - "@stdlib/math-base-special-pow": "^0.2.1", - "@stdlib/math-base-special-sqrt": "^0.2.1", - "@stdlib/math-base-special-sqrtf": "^0.2.1", - "@stdlib/number-float64-base-to-float32": "^0.2.1", + "@stdlib/blas-base-assert-is-layout": "^0.0.2", + "@stdlib/blas-base-assert-is-matrix-triangle": "^0.0.2", + "@stdlib/blas-base-assert-is-operation-side": "^0.0.2", + "@stdlib/blas-base-assert-is-transpose-operation": "^0.1.0", + "@stdlib/blas-ext-base-dfill": "^0.2.2", + "@stdlib/blas-ext-base-sfill": "^0.2.2", + "@stdlib/complex-float32-base-add": "^0.1.0", + "@stdlib/complex-float32-base-mul": "^0.1.0", + "@stdlib/complex-float32-ctor": "^0.0.2", + "@stdlib/complex-float32-imag": "^0.1.1", + "@stdlib/complex-float32-real": "^0.1.1", + "@stdlib/complex-float64-base-add": "^0.1.0", + "@stdlib/complex-float64-base-mul": "^0.1.0", + "@stdlib/complex-float64-ctor": "^0.0.3", + "@stdlib/complex-float64-imag": "^0.1.1", + "@stdlib/complex-float64-real": "^0.1.1", + "@stdlib/console-log-each": "^0.2.2", + "@stdlib/constants-float32-eps": "^0.2.2", + "@stdlib/constants-float32-max": "^0.2.2", + "@stdlib/constants-float64-eps": "^0.2.2", + "@stdlib/constants-float64-max": "^0.2.2", + "@stdlib/math-base-assert-is-nan": "^0.2.2", + "@stdlib/math-base-assert-is-nanf": "^0.2.2", + "@stdlib/math-base-special-abs": "^0.2.2", + "@stdlib/math-base-special-abs2": "^0.2.2", + "@stdlib/math-base-special-abs2f": "^0.2.2", + "@stdlib/math-base-special-absf": "^0.2.2", + "@stdlib/math-base-special-copysign": "^0.2.2", + "@stdlib/math-base-special-copysignf": "^0.2.2", + "@stdlib/math-base-special-fast-max": "^0.3.0", + "@stdlib/math-base-special-floor": "^0.2.3", + "@stdlib/math-base-special-max": "^0.3.0", + "@stdlib/math-base-special-pow": "^0.3.0", + "@stdlib/math-base-special-sqrt": "^0.2.2", + "@stdlib/math-base-special-sqrtf": "^0.2.2", + "@stdlib/ndarray-base-assert-is-row-major": "^0.2.2", + "@stdlib/number-float64-base-to-float32": "^0.2.2", "@stdlib/random-array-discrete-uniform": "^0.2.1", "@stdlib/random-array-uniform": "^0.2.1", "@stdlib/random-base-discrete-uniform": "^0.2.1", "@stdlib/random-base-randu": "^0.2.1", - "@stdlib/strided-base-min-view-buffer-index": "^0.2.1", - "@stdlib/strided-base-offset-view": "^0.2.1", - "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", - "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", - "@stdlib/strided-base-stride2offset": "github:stdlib-js/strided-base-stride2offset#main", - "@stdlib/string-format": "^0.2.1", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", - "@stdlib/utils-keys": "^0.2.1", - "@stdlib/utils-object-inverse": "^0.2.1", - "@stdlib/utils-try-require": "^0.2.1", + "@stdlib/strided-base-min-view-buffer-index": "^0.2.2", + "@stdlib/strided-base-offset-view": "^0.2.2", + "@stdlib/strided-base-reinterpret-complex128": "^0.2.2", + "@stdlib/strided-base-reinterpret-complex64": "^0.2.1", + "@stdlib/strided-base-stride2offset": "^0.1.0", + "@stdlib/string-format": "^0.2.2", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", + "@stdlib/utils-keys": "^0.2.2", + "@stdlib/utils-object-inverse": "^0.2.2", + "@stdlib/utils-try-require": "^0.2.2", "proxyquire": "^2.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git", - "@stdlib/bench-harness": "^0.2.1" + "@stdlib/bench-harness": "^0.2.2" }, "engines": { "node": ">=0.10.0",