Skip to content

Commit 222a922

Browse files
committed
test: add ndarray tests
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 0ef0464 commit 222a922

File tree

6 files changed

+415
-0
lines changed

6 files changed

+415
-0
lines changed

lib/node_modules/@stdlib/lapack/base/dlanv2/test/fixtures/a_eq_d_opp_sign.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"A": [ 3.0 ],
3+
"offsetA": 0,
34
"B": [ 4.0 ],
5+
"offsetB": 0,
46
"C": [ -2.0 ],
7+
"offsetC": 0,
58
"D": [ 3.0 ],
9+
"offsetD": 0,
610
"RT1R": [ 0.0 ],
11+
"offsetRT1R": 0,
712
"RT1I": [ 0.0 ],
13+
"offsetRT1I": 0,
814
"RT2R": [ 0.0 ],
15+
"offsetRT2R": 0,
916
"RT2I": [ 0.0 ],
17+
"offsetRT2I": 0,
1018
"CS": [ 0.0 ],
19+
"offsetCS": 0,
1120
"SN": [ 0.0 ],
21+
"offsetSN": 0,
1222

1323
"A_OUT": [ 3.0 ],
1424
"B_OUT": [ 4.0 ],

lib/node_modules/@stdlib/lapack/base/dlanv2/test/fixtures/b_eq_zero.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"A": [ 1.0 ],
3+
"offsetA": 0,
34
"B": [ 0.0 ],
5+
"offsetB": 0,
46
"C": [ 5.0 ],
7+
"offsetC": 0,
58
"D": [ 6.0 ],
9+
"offsetD": 0,
610
"RT1R": [ 0.0 ],
11+
"offsetRT1R": 0,
712
"RT1I": [ 0.0 ],
13+
"offsetRT1I": 0,
814
"RT2R": [ 0.0 ],
15+
"offsetRT2R": 0,
916
"RT2I": [ 0.0 ],
17+
"offsetRT2I": 0,
1018
"CS": [ 0.0 ],
19+
"offsetCS": 0,
1120
"SN": [ 0.0 ],
21+
"offsetSN": 0,
1222

1323
"A_OUT": [ 6.0 ],
1424
"B_OUT": [ -5.0 ],

lib/node_modules/@stdlib/lapack/base/dlanv2/test/fixtures/c_eq_zero.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"A": [ 7.0 ],
3+
"offsetA": 0,
34
"B": [ 3.0 ],
5+
"offsetB": 0,
46
"C": [ 0.0 ],
7+
"offsetC": 0,
58
"D": [ 2.0 ],
9+
"offsetD": 0,
610
"RT1R": [ 0.0 ],
11+
"offsetRT1R": 0,
712
"RT1I": [ 0.0 ],
13+
"offsetRT1I": 0,
814
"RT2R": [ 0.0 ],
15+
"offsetRT2R": 0,
916
"RT2I": [ 0.0 ],
17+
"offsetRT2I": 0,
1018
"CS": [ 0.0 ],
19+
"offsetCS": 0,
1120
"SN": [ 0.0 ],
21+
"offsetSN": 0,
1222

1323
"A_OUT": [ 7.0 ],
1424
"B_OUT": [ 3.0 ],

lib/node_modules/@stdlib/lapack/base/dlanv2/test/fixtures/z_gt_multpleps.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"A": [ 4.0 ],
3+
"offsetA": 0,
34
"B": [ 2.0 ],
5+
"offsetB": 0,
46
"C": [ 3.0 ],
7+
"offsetC": 0,
58
"D": [ 1.0 ],
9+
"offsetD": 0,
610
"RT1R": [ 0.0 ],
11+
"offsetRT1R": 0,
712
"RT1I": [ 0.0 ],
13+
"offsetRT1I": 0,
814
"RT2R": [ 0.0 ],
15+
"offsetRT2R": 0,
916
"RT2I": [ 0.0 ],
17+
"offsetRT2I": 0,
1018
"CS": [ 0.0 ],
19+
"offsetCS": 0,
1120
"SN": [ 0.0 ],
21+
"offsetSN": 0,
1222

1323
"A_OUT": [ 5.37228132326901434 ],
1424
"B_OUT": [ -1.0 ],

lib/node_modules/@stdlib/lapack/base/dlanv2/test/fixtures/z_lt_multpleps.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"A": [ 10.0 ],
3+
"offsetA": 0,
34
"B": [ 9.9999999999999995e-20 ],
5+
"offsetB": 0,
46
"C": [ 9.9999999999999995e-20 ],
7+
"offsetC": 0,
58
"D": [ 10.0 ],
9+
"offsetD": 0,
610
"RT1R": [ 0.0 ],
11+
"offsetRT1R": 0,
712
"RT1I": [ 0.0 ],
13+
"offsetRT1I": 0,
814
"RT2R": [ 0.0 ],
15+
"offsetRT2R": 0,
916
"RT2I": [ 0.0 ],
17+
"offsetRT2I": 0,
1018
"CS": [ 0.0 ],
19+
"offsetCS": 0,
1120
"SN": [ 0.0 ],
21+
"offsetSN": 0,
1222

1323
"A_OUT": [ 10.0 ],
1424
"B_OUT": [ 0.0 ],

0 commit comments

Comments
 (0)