From de553c41567a87ec27c8be969c6348b250b5e798 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 18 Jul 2024 03:40:54 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 2 ++ base/caxpy/lib/ndarray.js | 2 +- base/cscal/lib/cscal.js | 2 +- base/cscal/lib/ndarray.js | 2 +- base/cscal/manifest.json | 18 +++++++++--------- base/cscal/src/cscal.c | 4 ++-- base/zaxpy/lib/ndarray.js | 2 +- base/zscal/lib/ndarray.js | 2 +- base/zscal/lib/zscal.js | 2 +- base/zscal/manifest.json | 16 ++++++++-------- base/zscal/src/zscal.c | 4 ++-- 11 files changed, 29 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cad0e92..a01e109aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2669,6 +2669,8 @@ A total of 35 people contributed to this release. Thank you to the following con
+- [`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)_ - [`0406147`](https://github.com/stdlib-js/stdlib/commit/04061476d1036e1b8b786736b1ba1653eddff1ef) - **refactor:** update paths _(by Athan Reines)_ - [`b9703b5`](https://github.com/stdlib-js/stdlib/commit/b9703b569dc2f0a67e604e388a0d188b08138b48) - **refactor:** update paths _(by Athan Reines)_ - [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_ diff --git a/base/caxpy/lib/ndarray.js b/base/caxpy/lib/ndarray.js index 76cc160a1..b67ce68ab 100644 --- a/base/caxpy/lib/ndarray.js +++ b/base/caxpy/lib/ndarray.js @@ -21,7 +21,7 @@ // MODULES // var scabs1 = require( './../../../base/scabs1' ); -var cmulf = require( '@stdlib/math/base/ops/cmulf' ); +var cmulf = require( '@stdlib/complex/float32/base/mul' ); var caddf = require( '@stdlib/complex/float32/base/add' ); diff --git a/base/cscal/lib/cscal.js b/base/cscal/lib/cscal.js index 7aace998b..42c6d2da9 100644 --- a/base/cscal/lib/cscal.js +++ b/base/cscal/lib/cscal.js @@ -20,7 +20,7 @@ // MODULES // -var cmulf = require( '@stdlib/math/base/ops/cmulf' ); +var cmulf = require( '@stdlib/complex/float32/base/mul' ); // MAIN // diff --git a/base/cscal/lib/ndarray.js b/base/cscal/lib/ndarray.js index 0bb9f9bb2..c85dc78a7 100644 --- a/base/cscal/lib/ndarray.js +++ b/base/cscal/lib/ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var cmulf = require( '@stdlib/math/base/ops/cmulf' ); +var cmulf = require( '@stdlib/complex/float32/base/mul' ); // MAIN // diff --git a/base/cscal/manifest.json b/base/cscal/manifest.json index 09069ba90..e20d07928 100644 --- a/base/cscal/manifest.json +++ b/base/cscal/manifest.json @@ -50,7 +50,7 @@ "@stdlib/napi/argv-strided-complex64array", "@stdlib/napi/argv-complex64", "@stdlib/complex/float32/ctor", - "@stdlib/math/base/ops/cmulf" + "@stdlib/complex/float32/base/mul" ] }, { @@ -68,7 +68,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmulf", + "@stdlib/complex/float32/base/mul", "@stdlib/complex/float32/ctor" ] }, @@ -87,7 +87,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmulf", + "@stdlib/complex/float32/base/mul", "@stdlib/complex/float32/ctor" ] }, @@ -200,7 +200,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmulf", + "@stdlib/complex/float32/base/mul", "@stdlib/complex/float32/ctor" ] }, @@ -219,7 +219,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmulf", + "@stdlib/complex/float32/base/mul", "@stdlib/complex/float32/ctor" ] }, @@ -380,7 +380,7 @@ "@stdlib/napi/argv-strided-complex64array", "@stdlib/napi/argv-complex64", "@stdlib/complex/float32/ctor", - "@stdlib/math/base/ops/cmulf" + "@stdlib/complex/float32/base/mul" ] }, { @@ -398,7 +398,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmulf", + "@stdlib/complex/float32/base/mul", "@stdlib/complex/float32/ctor" ] }, @@ -417,7 +417,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmulf", + "@stdlib/complex/float32/base/mul", "@stdlib/complex/float32/ctor" ] }, @@ -437,7 +437,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmulf", + "@stdlib/complex/float32/base/mul", "@stdlib/complex/float32/ctor" ] } diff --git a/base/cscal/src/cscal.c b/base/cscal/src/cscal.c index 04597809e..c708862d7 100644 --- a/base/cscal/src/cscal.c +++ b/base/cscal/src/cscal.c @@ -19,7 +19,7 @@ #include "stdlib/blas/base/cscal.h" #include "stdlib/blas/base/shared.h" #include "stdlib/complex/float32/ctor.h" -#include "stdlib/math/base/ops/cmulf.h" +#include "stdlib/complex/float32/base/mul.h" #include /** @@ -42,7 +42,7 @@ void API_SUFFIX(c_cscal)( const CBLAS_INT N, const stdlib_complex64_t ca, void * } for ( i = 0; i < N; i++, ip1 += is1 ) { z = *( (stdlib_complex64_t *)ip1 ); - *( (stdlib_complex64_t *)ip1 ) = stdlib_base_cmulf( ca, z ); + *( (stdlib_complex64_t *)ip1 ) = stdlib_base_complex64_mul( ca, z ); } return; } diff --git a/base/zaxpy/lib/ndarray.js b/base/zaxpy/lib/ndarray.js index bb0c3d4f6..91fe6a7d7 100644 --- a/base/zaxpy/lib/ndarray.js +++ b/base/zaxpy/lib/ndarray.js @@ -21,7 +21,7 @@ // MODULES // var dcabs1 = require( './../../../base/dcabs1' ); -var cmul = require( '@stdlib/math/base/ops/cmul' ); +var cmul = require( '@stdlib/complex/float64/base/mul' ); var cadd = require( '@stdlib/complex/float64/base/add' ); diff --git a/base/zscal/lib/ndarray.js b/base/zscal/lib/ndarray.js index 9e78e6c91..f6a54dce8 100644 --- a/base/zscal/lib/ndarray.js +++ b/base/zscal/lib/ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var cmul = require( '@stdlib/math/base/ops/cmul' ); +var cmul = require( '@stdlib/complex/float64/base/mul' ); // MAIN // diff --git a/base/zscal/lib/zscal.js b/base/zscal/lib/zscal.js index 5655396b3..b4a202da3 100644 --- a/base/zscal/lib/zscal.js +++ b/base/zscal/lib/zscal.js @@ -20,7 +20,7 @@ // MODULES // -var cmul = require( '@stdlib/math/base/ops/cmul' ); +var cmul = require( '@stdlib/complex/float64/base/mul' ); // MAIN // diff --git a/base/zscal/manifest.json b/base/zscal/manifest.json index 763eb581d..506fbaac3 100644 --- a/base/zscal/manifest.json +++ b/base/zscal/manifest.json @@ -67,7 +67,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmul", + "@stdlib/complex/float64/base/mul", "@stdlib/complex/float64/ctor" ] }, @@ -86,7 +86,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmul", + "@stdlib/complex/float64/base/mul", "@stdlib/complex/float64/ctor" ] }, @@ -199,7 +199,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmul", + "@stdlib/complex/float64/base/mul", "@stdlib/complex/float64/ctor" ] }, @@ -218,7 +218,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmul", + "@stdlib/complex/float64/base/mul", "@stdlib/complex/float64/ctor" ] }, @@ -379,7 +379,7 @@ "@stdlib/napi/argv-strided-complex128array", "@stdlib/napi/argv-complex128", "@stdlib/complex/float64/ctor", - "@stdlib/math/base/ops/cmul" + "@stdlib/complex/float64/base/mul" ] }, { @@ -397,7 +397,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmul", + "@stdlib/complex/float64/base/mul", "@stdlib/complex/float64/ctor" ] }, @@ -416,7 +416,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmul", + "@stdlib/complex/float64/base/mul", "@stdlib/complex/float64/ctor" ] }, @@ -436,7 +436,7 @@ "libpath": [], "dependencies": [ "@stdlib/blas/base/shared", - "@stdlib/math/base/ops/cmul", + "@stdlib/complex/float64/base/mul", "@stdlib/complex/float64/ctor" ] } diff --git a/base/zscal/src/zscal.c b/base/zscal/src/zscal.c index cdc414477..affa48c8c 100644 --- a/base/zscal/src/zscal.c +++ b/base/zscal/src/zscal.c @@ -19,7 +19,7 @@ #include "stdlib/blas/base/zscal.h" #include "stdlib/blas/base/shared.h" #include "stdlib/complex/float64/ctor.h" -#include "stdlib/math/base/ops/cmul.h" +#include "stdlib/complex/float64/base/mul.h" #include /** @@ -42,7 +42,7 @@ void API_SUFFIX(c_zscal)( const CBLAS_INT N, const stdlib_complex128_t za, void } for ( i = 0; i < N; i++, ip1 += is1 ) { z = *( (stdlib_complex128_t *)ip1 ); - *( (stdlib_complex128_t *)ip1 ) = stdlib_base_cmul( za, z ); + *( (stdlib_complex128_t *)ip1 ) = stdlib_base_complex128_mul( za, z ); } return; }