Skip to content

Commit 7a6951b

Browse files
committed
Auto-generated commit
1 parent a9faad6 commit 7a6951b

2 files changed

Lines changed: 0 additions & 127 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
### Features
1212

13-
- [`1fbfb26`](https://github.com/stdlib-js/stdlib/commit/1fbfb26cfc749fe945b5f5063614591e3452efe5) - update `blas/ext/base/ndarray` TypeScript declarations [(#13099)](https://github.com/stdlib-js/stdlib/pull/13099)
1413
- [`4f6e45f`](https://github.com/stdlib-js/stdlib/commit/4f6e45f22500f456a7fde5de9d84b7ec102e415f) - add `cxsy` and `zxsy` to namespace
1514
- [`5d927bf`](https://github.com/stdlib-js/stdlib/commit/5d927bfdccbd24aa7e7632ba7a0c963b838f4306) - add `blas/ext/base/ndarray/zxsy` [(#13082)](https://github.com/stdlib-js/stdlib/pull/13082)
1615
- [`51f525b`](https://github.com/stdlib-js/stdlib/commit/51f525b91f19d10d203efd2792e2c7f4327a66eb) - add `blas/ext/base/ndarray/cxsy` [(#13081)](https://github.com/stdlib-js/stdlib/pull/13081)
@@ -161,7 +160,6 @@
161160

162161
<details>
163162

164-
- [`1fbfb26`](https://github.com/stdlib-js/stdlib/commit/1fbfb26cfc749fe945b5f5063614591e3452efe5) - **feat:** update `blas/ext/base/ndarray` TypeScript declarations [(#13099)](https://github.com/stdlib-js/stdlib/pull/13099) _(by stdlib-bot)_
165163
- [`d7a14c5`](https://github.com/stdlib-js/stdlib/commit/d7a14c565535f33ebb04986642388d5d81008271) - **docs:** update namespace table of contents [(#13102)](https://github.com/stdlib-js/stdlib/pull/13102) _(by stdlib-bot, Philipp Burckhardt)_
166164
- [`4f6e45f`](https://github.com/stdlib-js/stdlib/commit/4f6e45f22500f456a7fde5de9d84b7ec102e415f) - **feat:** add `cxsy` and `zxsy` to namespace _(by Athan Reines)_
167165
- [`5d927bf`](https://github.com/stdlib-js/stdlib/commit/5d927bfdccbd24aa7e7632ba7a0c963b838f4306) - **feat:** add `blas/ext/base/ndarray/zxsy` [(#13082)](https://github.com/stdlib-js/stdlib/pull/13082) _(by Karan Anand)_

docs/types/index.d.ts

Lines changed: 0 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import csumkbn = require( '@stdlib/blas-ext-base-ndarray-csumkbn' );
2929
import cunitspace = require( '@stdlib/blas-ext-base-ndarray-cunitspace' );
3030
import cxpy = require( '@stdlib/blas-ext-base-ndarray-cxpy' );
3131
import cxsa = require( '@stdlib/blas-ext-base-ndarray-cxsa' );
32-
import cxsy = require( '@stdlib/blas-ext-base-ndarray-cxsy' );
3332
import czeroTo = require( '@stdlib/blas-ext-base-ndarray-czero-to' );
3433
import daxpb = require( '@stdlib/blas-ext-base-ndarray-daxpb' );
3534
import daxpby = require( '@stdlib/blas-ext-base-ndarray-daxpby' );
@@ -62,7 +61,6 @@ import dsumpw = require( '@stdlib/blas-ext-base-ndarray-dsumpw' );
6261
import dunitspace = require( '@stdlib/blas-ext-base-ndarray-dunitspace' );
6362
import dxpy = require( '@stdlib/blas-ext-base-ndarray-dxpy' );
6463
import dxsa = require( '@stdlib/blas-ext-base-ndarray-dxsa' );
65-
import dxsy = require( '@stdlib/blas-ext-base-ndarray-dxsy' );
6664
import dzeroTo = require( '@stdlib/blas-ext-base-ndarray-dzero-to' );
6765
import gaxpb = require( '@stdlib/blas-ext-base-ndarray-gaxpb' );
6866
import gaxpby = require( '@stdlib/blas-ext-base-ndarray-gaxpby' );
@@ -97,7 +95,6 @@ import gsumpw = require( '@stdlib/blas-ext-base-ndarray-gsumpw' );
9795
import gunitspace = require( '@stdlib/blas-ext-base-ndarray-gunitspace' );
9896
import gxpy = require( '@stdlib/blas-ext-base-ndarray-gxpy' );
9997
import gxsa = require( '@stdlib/blas-ext-base-ndarray-gxsa' );
100-
import gxsy = require( '@stdlib/blas-ext-base-ndarray-gxsy' );
10198
import gzeroTo = require( '@stdlib/blas-ext-base-ndarray-gzero-to' );
10299
import saxpb = require( '@stdlib/blas-ext-base-ndarray-saxpb' );
103100
import saxpby = require( '@stdlib/blas-ext-base-ndarray-saxpby' );
@@ -126,7 +123,6 @@ import ssumpw = require( '@stdlib/blas-ext-base-ndarray-ssumpw' );
126123
import sunitspace = require( '@stdlib/blas-ext-base-ndarray-sunitspace' );
127124
import sxpy = require( '@stdlib/blas-ext-base-ndarray-sxpy' );
128125
import sxsa = require( '@stdlib/blas-ext-base-ndarray-sxsa' );
129-
import sxsy = require( '@stdlib/blas-ext-base-ndarray-sxsy' );
130126
import szeroTo = require( '@stdlib/blas-ext-base-ndarray-szero-to' );
131127
import zaxpb = require( '@stdlib/blas-ext-base-ndarray-zaxpb' );
132128
import zaxpby = require( '@stdlib/blas-ext-base-ndarray-zaxpby' );
@@ -137,7 +133,6 @@ import zsumkbn = require( '@stdlib/blas-ext-base-ndarray-zsumkbn' );
137133
import zunitspace = require( '@stdlib/blas-ext-base-ndarray-zunitspace' );
138134
import zxpy = require( '@stdlib/blas-ext-base-ndarray-zxpy' );
139135
import zxsa = require( '@stdlib/blas-ext-base-ndarray-zxsa' );
140-
import zxsy = require( '@stdlib/blas-ext-base-ndarray-zxsy' );
141136
import zzeroTo = require( '@stdlib/blas-ext-base-ndarray-zzero-to' );
142137

143138
/**
@@ -396,30 +391,6 @@ interface Namespace {
396391
*/
397392
cxsa: typeof cxsa;
398393

399-
/**
400-
* Subtracts the elements of an output one-dimensional single-precision complex floating-point ndarray from the corresponding elements in an input one-dimensional single-precision complex floating-point ndarray and assigns the results to the output ndarray.
401-
*
402-
* ## Notes
403-
*
404-
* - The function expects the following ndarrays:
405-
*
406-
* - a one-dimensional input ndarray.
407-
* - a one-dimensional output ndarray.
408-
*
409-
* @param arrays - array-like object containing ndarrays
410-
* @returns output ndarray
411-
*
412-
* @example
413-
* var Complex64Vector = require( '@stdlib/ndarray-vector-complex64' );
414-
*
415-
* var x = new Complex64Vector( [ 1.0, 2.0, 3.0, -1.0, 0.0, 1.0 ] );
416-
* var y = new Complex64Vector( [ 2.0, 1.0, -1.0, 3.0, 4.0, 0.0 ] );
417-
*
418-
* var out = ns.cxsy( [ x, y ] );
419-
* // returns <ndarray>[ <Complex64>[ -1.0, 1.0 ], <Complex64>[ 4.0, -4.0 ], <Complex64>[ -4.0, 1.0 ] ]
420-
*/
421-
cxsy: typeof cxsy;
422-
423394
/**
424395
* Fills a one-dimensional single-precision complex floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
425396
*
@@ -1303,30 +1274,6 @@ interface Namespace {
13031274
*/
13041275
dxsa: typeof dxsa;
13051276

1306-
/**
1307-
* Subtracts the elements of an output one-dimensional double-precision floating-point ndarray from the corresponding elements in an input one-dimensional double-precision floating-point ndarray and assigns the results to the output ndarray.
1308-
*
1309-
* ## Notes
1310-
*
1311-
* - The function expects the following ndarrays:
1312-
*
1313-
* - a one-dimensional input ndarray.
1314-
* - a one-dimensional output ndarray.
1315-
*
1316-
* @param arrays - array-like object containing ndarrays
1317-
* @returns output ndarray
1318-
*
1319-
* @example
1320-
* var Float64Vector = require( '@stdlib/ndarray-vector-float64' );
1321-
*
1322-
* var x = new Float64Vector( [ 1.0, 2.0, 3.0, 4.0, 5.0 ] );
1323-
* var y = new Float64Vector( [ 2.0, 4.0, 6.0, 8.0, 10.0 ] );
1324-
*
1325-
* var out = ns.dxsy( [ x, y ] );
1326-
* // returns <ndarray>[ -1.0, -2.0, -3.0, -4.0, -5.0 ]
1327-
*/
1328-
dxsy: typeof dxsy;
1329-
13301277
/**
13311278
* Fills a one-dimensional double-precision floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
13321279
*
@@ -2261,30 +2208,6 @@ interface Namespace {
22612208
*/
22622209
gxsa: typeof gxsa;
22632210

2264-
/**
2265-
* Subtracts the elements of an output one-dimensional ndarray from the corresponding elements in an input one-dimensional ndarray and assigns the results to the output ndarray.
2266-
*
2267-
* ## Notes
2268-
*
2269-
* - The function expects the following ndarrays:
2270-
*
2271-
* - a one-dimensional input ndarray.
2272-
* - a one-dimensional output ndarray.
2273-
*
2274-
* @param arrays - array-like object containing ndarrays
2275-
* @returns output ndarray
2276-
*
2277-
* @example
2278-
* var vector = require( '@stdlib/ndarray-vector-ctor' );
2279-
*
2280-
* var x = vector( [ 1.0, 2.0, 3.0, 4.0, 5.0 ], 'generic' );
2281-
* var y = vector( [ 5.0, 4.0, 3.0, 2.0, 1.0 ], 'generic' );
2282-
*
2283-
* var out = ns.gxsy( [ x, y ] );
2284-
* // returns <ndarray>[ -4.0, -2.0, 0.0, 2.0, 4.0 ]
2285-
*/
2286-
gxsy: typeof gxsy;
2287-
22882211
/**
22892212
* Fills a one-dimensional ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
22902213
*
@@ -3055,30 +2978,6 @@ interface Namespace {
30552978
*/
30562979
sxsa: typeof sxsa;
30572980

3058-
/**
3059-
* Subtracts the elements of an output one-dimensional single-precision floating-point ndarray from the corresponding elements in an input one-dimensional single-precision floating-point ndarray and assigns the results to the output ndarray.
3060-
*
3061-
* ## Notes
3062-
*
3063-
* - The function expects the following ndarrays:
3064-
*
3065-
* - a one-dimensional input ndarray.
3066-
* - a one-dimensional output ndarray.
3067-
*
3068-
* @param arrays - array-like object containing ndarrays
3069-
* @returns output ndarray
3070-
*
3071-
* @example
3072-
* var Float32Vector = require( '@stdlib/ndarray-vector-float32' );
3073-
*
3074-
* var x = new Float32Vector( [ 1.0, 2.0, 3.0, 4.0, 5.0 ] );
3075-
* var y = new Float32Vector( [ 2.0, 4.0, 6.0, 8.0, 10.0 ] );
3076-
*
3077-
* var out = ns.sxsy( [ x, y ] );
3078-
* // returns <ndarray>[ -1.0, -2.0, -3.0, -4.0, -5.0 ]
3079-
*/
3080-
sxsy: typeof sxsy;
3081-
30822981
/**
30832982
* Fills a one-dimensional single-precision floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
30842983
*
@@ -3354,30 +3253,6 @@ interface Namespace {
33543253
*/
33553254
zxsa: typeof zxsa;
33563255

3357-
/**
3358-
* Subtracts the elements of an output one-dimensional double-precision complex floating-point ndarray from the corresponding elements in an input one-dimensional double-precision complex floating-point ndarray and assigns the results to the output ndarray.
3359-
*
3360-
* ## Notes
3361-
*
3362-
* - The function expects the following ndarrays:
3363-
*
3364-
* - a one-dimensional input ndarray.
3365-
* - a one-dimensional output ndarray.
3366-
*
3367-
* @param arrays - array-like object containing ndarrays
3368-
* @returns output ndarray
3369-
*
3370-
* @example
3371-
* var Complex128Vector = require( '@stdlib/ndarray-vector-complex128' );
3372-
*
3373-
* var x = new Complex128Vector( [ 1.0, -2.0, 3.0, 4.0, -5.0, 6.0 ] );
3374-
* var y = new Complex128Vector( [ 2.0, 3.0, -4.0, 5.0, 6.0, -7.0 ] );
3375-
*
3376-
* var out = ns.zxsy( [ x, y ] );
3377-
* // returns <ndarray>[ <Complex128>[ -1.0, -5.0 ], <Complex128>[ 7.0, -1.0 ], <Complex128>[ -11.0, 13.0 ] ]
3378-
*/
3379-
zxsy: typeof zxsy;
3380-
33813256
/**
33823257
* Fills a one-dimensional double-precision complex floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.
33833258
*

0 commit comments

Comments
 (0)