@stdlib/array-complex64 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +1306 -74
- package/SECURITY.md +5 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/docs/types/index.d.ts +918 -27
- package/lib/main.js +1566 -188
- package/package.json +49 -39
- package/CITATION.cff +0 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/array-complex64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Complex64Array.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -37,49 +37,59 @@
|
|
|
37
37
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@stdlib/array-base-accessor-getter": "^0.
|
|
41
|
-
"@stdlib/array-base-
|
|
42
|
-
"@stdlib/array-
|
|
43
|
-
"@stdlib/
|
|
44
|
-
"@stdlib/
|
|
45
|
-
"@stdlib/assert-
|
|
46
|
-
"@stdlib/assert-is-
|
|
47
|
-
"@stdlib/assert-is-
|
|
48
|
-
"@stdlib/assert-is-
|
|
49
|
-
"@stdlib/assert-is-
|
|
50
|
-
"@stdlib/assert-is-
|
|
51
|
-
"@stdlib/assert-is-
|
|
52
|
-
"@stdlib/
|
|
53
|
-
"@stdlib/
|
|
54
|
-
"@stdlib/
|
|
55
|
-
"@stdlib/
|
|
56
|
-
"@stdlib/
|
|
57
|
-
"@stdlib/
|
|
58
|
-
"@stdlib/
|
|
59
|
-
"@stdlib/
|
|
60
|
-
"@stdlib/
|
|
61
|
-
"@stdlib/
|
|
62
|
-
"@stdlib/
|
|
63
|
-
"@stdlib/
|
|
64
|
-
"@stdlib/
|
|
40
|
+
"@stdlib/array-base-accessor-getter": "^0.2.0",
|
|
41
|
+
"@stdlib/array-base-assert-is-complex128array": "^0.2.0",
|
|
42
|
+
"@stdlib/array-base-assert-is-complex64array": "^0.2.0",
|
|
43
|
+
"@stdlib/array-base-getter": "^0.2.0",
|
|
44
|
+
"@stdlib/array-float32": "^0.2.0",
|
|
45
|
+
"@stdlib/assert-has-iterator-symbol-support": "^0.2.0",
|
|
46
|
+
"@stdlib/assert-is-array": "^0.2.0",
|
|
47
|
+
"@stdlib/assert-is-array-like-object": "^0.2.0",
|
|
48
|
+
"@stdlib/assert-is-arraybuffer": "^0.2.0",
|
|
49
|
+
"@stdlib/assert-is-collection": "^0.2.0",
|
|
50
|
+
"@stdlib/assert-is-complex-like": "^0.2.0",
|
|
51
|
+
"@stdlib/assert-is-function": "^0.2.0",
|
|
52
|
+
"@stdlib/assert-is-nonnegative-integer": "^0.2.0",
|
|
53
|
+
"@stdlib/assert-is-object": "^0.2.0",
|
|
54
|
+
"@stdlib/assert-is-string": "^0.2.0",
|
|
55
|
+
"@stdlib/complex-float32": "^0.2.0",
|
|
56
|
+
"@stdlib/complex-imagf": "^0.2.0",
|
|
57
|
+
"@stdlib/complex-realf": "^0.2.0",
|
|
58
|
+
"@stdlib/math-base-assert-is-even": "^0.2.0",
|
|
59
|
+
"@stdlib/math-base-assert-is-integer": "^0.2.0",
|
|
60
|
+
"@stdlib/math-base-special-floor": "^0.2.0",
|
|
61
|
+
"@stdlib/strided-base-reinterpret-complex128": "^0.2.0",
|
|
62
|
+
"@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
|
|
63
|
+
"@stdlib/string-format": "^0.2.0",
|
|
64
|
+
"@stdlib/symbol-iterator": "^0.2.0",
|
|
65
|
+
"@stdlib/types": "^0.3.1",
|
|
66
|
+
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0",
|
|
67
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
|
|
68
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.2.0"
|
|
65
69
|
},
|
|
66
70
|
"devDependencies": {
|
|
67
|
-
"@stdlib/array-buffer": "^0.
|
|
68
|
-
"@stdlib/array-complex128": "^0.0
|
|
69
|
-
"@stdlib/assert-has-own-property": "^0.
|
|
70
|
-
"@stdlib/assert-
|
|
71
|
-
"@stdlib/assert-is-
|
|
72
|
-
"@stdlib/assert-is-
|
|
73
|
-
"@stdlib/
|
|
74
|
-
"@stdlib/
|
|
75
|
-
"@stdlib/
|
|
76
|
-
"@stdlib/
|
|
77
|
-
"@stdlib/
|
|
78
|
-
"@stdlib/
|
|
71
|
+
"@stdlib/array-buffer": "^0.2.0",
|
|
72
|
+
"@stdlib/array-complex128": "^0.1.0",
|
|
73
|
+
"@stdlib/assert-has-own-property": "^0.2.0",
|
|
74
|
+
"@stdlib/assert-instance-of": "^0.2.0",
|
|
75
|
+
"@stdlib/assert-is-boolean": "^0.2.0",
|
|
76
|
+
"@stdlib/assert-is-complex64": "^0.2.0",
|
|
77
|
+
"@stdlib/assert-is-complex64array": "^0.1.0",
|
|
78
|
+
"@stdlib/assert-is-integer": "^0.2.0",
|
|
79
|
+
"@stdlib/assert-is-negative-zero": "^0.2.0",
|
|
80
|
+
"@stdlib/assert-is-positive-zero": "^0.2.0",
|
|
81
|
+
"@stdlib/complex-imag": "^0.2.0",
|
|
82
|
+
"@stdlib/complex-real": "^0.2.0",
|
|
83
|
+
"@stdlib/console-log-each": "^0.1.0",
|
|
84
|
+
"@stdlib/math-base-special-pow": "^0.2.0",
|
|
85
|
+
"@stdlib/random-base-randu": "^0.1.0",
|
|
86
|
+
"@stdlib/utils-identity-function": "^0.2.0",
|
|
79
87
|
"proxyquire": "^2.0.0",
|
|
80
88
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
81
89
|
"istanbul": "^0.4.1",
|
|
82
|
-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
90
|
+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
|
91
|
+
"@stdlib/bench-harness": "^0.2.0",
|
|
92
|
+
"@stdlib/bench": "^0.3.1"
|
|
83
93
|
},
|
|
84
94
|
"engines": {
|
|
85
95
|
"node": ">=0.10.0",
|
package/CITATION.cff
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
cff-version: 1.2.0
|
|
2
|
-
title: stdlib
|
|
3
|
-
message: >-
|
|
4
|
-
If you use this software, please cite it using the
|
|
5
|
-
metadata from this file.
|
|
6
|
-
|
|
7
|
-
type: software
|
|
8
|
-
|
|
9
|
-
authors:
|
|
10
|
-
- name: The Stdlib Authors
|
|
11
|
-
url: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
12
|
-
|
|
13
|
-
repository-code: https://github.com/stdlib-js/stdlib
|
|
14
|
-
url: https://stdlib.io
|
|
15
|
-
|
|
16
|
-
abstract: |
|
|
17
|
-
Standard library for JavaScript and Node.js.
|
|
18
|
-
|
|
19
|
-
keywords:
|
|
20
|
-
- JavaScript
|
|
21
|
-
- Node.js
|
|
22
|
-
- TypeScript
|
|
23
|
-
- standard library
|
|
24
|
-
- scientific computing
|
|
25
|
-
- numerical computing
|
|
26
|
-
- statistical computing
|
|
27
|
-
|
|
28
|
-
license: Apache-2.0 AND BSL-1.0
|
|
29
|
-
|
|
30
|
-
date-released: 2016
|