@stdlib/array-complex64 0.1.0 → 0.2.1
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 +1360 -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 +1040 -66
- package/lib/main.js +1631 -188
- package/package.json +32 -53
- package/CITATION.cff +0 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/array-complex64",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Complex64Array.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -15,19 +15,12 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "./lib",
|
|
17
17
|
"directories": {
|
|
18
|
-
"benchmark": "./benchmark",
|
|
19
18
|
"doc": "./docs",
|
|
20
|
-
"example": "./examples",
|
|
21
19
|
"lib": "./lib",
|
|
22
|
-
"
|
|
20
|
+
"dist": "./dist"
|
|
23
21
|
},
|
|
24
22
|
"types": "./docs/types",
|
|
25
|
-
"scripts": {
|
|
26
|
-
"test": "make test",
|
|
27
|
-
"test-cov": "make test-cov",
|
|
28
|
-
"examples": "make examples",
|
|
29
|
-
"benchmark": "make benchmark"
|
|
30
|
-
},
|
|
23
|
+
"scripts": {},
|
|
31
24
|
"homepage": "https://stdlib.io",
|
|
32
25
|
"repository": {
|
|
33
26
|
"type": "git",
|
|
@@ -37,50 +30,36 @@
|
|
|
37
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
38
31
|
},
|
|
39
32
|
"dependencies": {
|
|
40
|
-
"@stdlib/array-base-accessor-getter": "^0.1
|
|
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/
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"@stdlib/
|
|
68
|
-
"@stdlib/array-complex128": "^0.0.6",
|
|
69
|
-
"@stdlib/assert-has-own-property": "^0.1.0",
|
|
70
|
-
"@stdlib/assert-is-complex64": "^0.1.0",
|
|
71
|
-
"@stdlib/assert-is-negative-zero": "^0.1.0",
|
|
72
|
-
"@stdlib/assert-is-positive-zero": "^0.1.0",
|
|
73
|
-
"@stdlib/bench": "^0.1.0",
|
|
74
|
-
"@stdlib/complex-imag": "^0.1.0",
|
|
75
|
-
"@stdlib/complex-real": "^0.1.0",
|
|
76
|
-
"@stdlib/console-log-each": "^0.0.2",
|
|
77
|
-
"@stdlib/math-base-special-pow": "^0.1.0",
|
|
78
|
-
"@stdlib/random-base-randu": "^0.0.8",
|
|
79
|
-
"proxyquire": "^2.0.0",
|
|
80
|
-
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
81
|
-
"istanbul": "^0.4.1",
|
|
82
|
-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
33
|
+
"@stdlib/array-base-accessor-getter": "^0.2.1",
|
|
34
|
+
"@stdlib/array-base-assert-is-complex128array": "^0.2.1",
|
|
35
|
+
"@stdlib/array-base-assert-is-complex64array": "^0.2.1",
|
|
36
|
+
"@stdlib/array-base-getter": "^0.2.1",
|
|
37
|
+
"@stdlib/array-float32": "^0.2.1",
|
|
38
|
+
"@stdlib/assert-has-iterator-symbol-support": "^0.2.1",
|
|
39
|
+
"@stdlib/assert-is-array": "^0.2.1",
|
|
40
|
+
"@stdlib/assert-is-array-like-object": "^0.2.1",
|
|
41
|
+
"@stdlib/assert-is-arraybuffer": "^0.2.1",
|
|
42
|
+
"@stdlib/assert-is-collection": "^0.2.1",
|
|
43
|
+
"@stdlib/assert-is-complex-like": "^0.2.1",
|
|
44
|
+
"@stdlib/assert-is-function": "^0.2.1",
|
|
45
|
+
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
|
|
46
|
+
"@stdlib/assert-is-object": "^0.2.1",
|
|
47
|
+
"@stdlib/assert-is-string": "^0.2.1",
|
|
48
|
+
"@stdlib/complex-float32": "^0.2.1",
|
|
49
|
+
"@stdlib/complex-imagf": "^0.2.1",
|
|
50
|
+
"@stdlib/complex-realf": "^0.2.1",
|
|
51
|
+
"@stdlib/math-base-assert-is-even": "^0.2.1",
|
|
52
|
+
"@stdlib/math-base-assert-is-integer": "^0.2.1",
|
|
53
|
+
"@stdlib/math-base-special-floor": "^0.2.1",
|
|
54
|
+
"@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
|
|
55
|
+
"@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
|
|
56
|
+
"@stdlib/string-format": "^0.2.1",
|
|
57
|
+
"@stdlib/symbol-iterator": "^0.2.1",
|
|
58
|
+
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
|
|
59
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
|
|
60
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
|
|
83
61
|
},
|
|
62
|
+
"devDependencies": {},
|
|
84
63
|
"engines": {
|
|
85
64
|
"node": ">=0.10.0",
|
|
86
65
|
"npm": ">2.7.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
|