Skip to content

Commit 5c80a24

Browse files
committed
chore: self review
--- 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: na - 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 996cc82 commit 5c80a24

File tree

3 files changed

+121
-10
lines changed

3 files changed

+121
-10
lines changed

lib/node_modules/@stdlib/lapack/base/dgttrf/test/fixtures/large_positive_stride_2.json

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"N": 9,
3-
43
"DL": [ 3.0, 9999.0, 3.0, 9999.0, 3.0, 9999.0, 3.0, 9999.0, 3.0, 9999.0, 3.0, 9999.0, 3.0, 9999.0, 3.0, 9999.0 ],
54
"sdl": 2,
65
"odl": 0,
@@ -21,9 +20,62 @@
2120
"si": 2,
2221
"oi": 0,
2322

24-
"expectedDL": [ 0.3333333333333333, 9999.0, 0.8181818181818182, 9999.0, 0.6969696969696969, 9999.0, 0.9082568807339449, 9999.0, 0.8493506493506494, 9999.0, -0.7991341991341993, 9999.0, 0.6251127548259066, 9999.0, -0.3327319742618318, 9999.0 ],
25-
"expectedD": [ 3.0, 9999.0, 3.6666666666666665, 9999.0, 3.0, 9999.0, 3.3030303030303032, 9999.0, 3.5321100917431192, 9999.0, 3.0, 9999.0, 4.7991341991341994, 9999.0, 3.0, 9999.0, 4.3327319742618320, 9999.0 ],
26-
"expectedDU": [ 1.0, 9999.0, -1.3333333333333333, 9999.0, 1.0, 9999.0, -2.7878787878787876, 9999.0, 4.0, 9999.0, 1.0, 9999.0, 3.1965367965367970, 9999.0, 1.0, 9999.0 ],
23+
"expectedDL": [
24+
0.3333333333333333,
25+
9999.0,
26+
0.8181818181818182,
27+
9999.0,
28+
0.6969696969696969,
29+
9999.0,
30+
0.9082568807339449,
31+
9999.0,
32+
0.8493506493506494,
33+
9999.0,
34+
-0.7991341991341993,
35+
9999.0,
36+
0.6251127548259066,
37+
9999.0,
38+
-0.3327319742618318,
39+
9999.0
40+
],
41+
"expectedD": [
42+
3.0,
43+
9999.0,
44+
3.6666666666666665,
45+
9999.0,
46+
3.0,
47+
9999.0,
48+
3.3030303030303032,
49+
9999.0,
50+
3.5321100917431192,
51+
9999.0,
52+
3.0,
53+
9999.0,
54+
4.7991341991341994,
55+
9999.0,
56+
3.0,
57+
9999.0,
58+
4.3327319742618320,
59+
9999.0
60+
],
61+
"expectedDU": [
62+
1.0,
63+
9999.0,
64+
-1.3333333333333333,
65+
9999.0,
66+
1.0,
67+
9999.0,
68+
-2.7878787878787876,
69+
9999.0,
70+
4.0,
71+
9999.0,
72+
1.0,
73+
9999.0,
74+
3.1965367965367970,
75+
9999.0,
76+
1.0,
77+
9999.0
78+
],
2779
"expectedDU2": [ 4.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0, 0.0, 0.0, 4.0, 0.0, 0.0, 0.0 ],
2880
"expectedIPIV": [ 1, 0, 1, 0, 3, 0, 3, 0, 4, 0, 6, 0, 6, 0, 8, 0, 8, 0 ],
2981
"expectedInfo": 0

lib/node_modules/@stdlib/lapack/base/dgttrf/test/fixtures/positive_stride_no_offset_2.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,37 @@
2121
"si": 1,
2222
"oi": 0,
2323

24-
"expectedDL": [ 0.3333333333333333, 0.8181818181818182, 0.6969696969696969, 0.9082568807339449, 0.8493506493506494, -0.7991341991341993, 0.6251127548259066, -0.3327319742618318 ],
25-
"expectedD": [ 3.0, 3.6666666666666665, 3.0, 3.3030303030303032, 3.5321100917431192, 3.0, 4.7991341991341994, 3.0, 4.3327319742618320 ],
26-
"expectedDU": [ 1.0, -1.3333333333333333, 1.0, -2.7878787878787876, 4.0, 1.0, 3.1965367965367970, 1.0 ],
24+
"expectedDL": [
25+
0.3333333333333333,
26+
0.8181818181818182,
27+
0.6969696969696969,
28+
0.9082568807339449,
29+
0.8493506493506494,
30+
-0.7991341991341993,
31+
0.6251127548259066,
32+
-0.3327319742618318
33+
],
34+
"expectedD": [
35+
3.0,
36+
3.6666666666666665,
37+
3.0,
38+
3.3030303030303032,
39+
3.5321100917431192,
40+
3.0,
41+
4.7991341991341994,
42+
3.0,
43+
4.3327319742618320
44+
],
45+
"expectedDU": [
46+
1.0,
47+
-1.3333333333333333,
48+
1.0,
49+
-2.7878787878787876,
50+
4.0,
51+
1.0,
52+
3.1965367965367970,
53+
1.0
54+
],
2755
"expectedDU2": [ 4.0, 0.0, 4.0, 0.0, 0.0, 4.0, 0.0 ],
2856
"expectedIPIV": [ 1, 1, 3, 3, 4, 6, 6, 8, 8 ],
2957
"expectedInfo": 0

lib/node_modules/@stdlib/lapack/base/dgttrf/test/fixtures/positive_stride_offset_2.json

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,40 @@
2121
"si": 1,
2222
"oi": 1,
2323

24-
"expectedDL": [ 0.0, 0.3333333333333333, 0.8181818181818182, 0.6969696969696969, 0.9082568807339449, 0.8493506493506494, -0.7991341991341993, 0.6251127548259066, -0.3327319742618318 ],
25-
"expectedD": [ 0.0, 3.0, 3.6666666666666665, 3.0, 3.3030303030303032, 3.5321100917431192, 3.0, 4.7991341991341994, 3.0, 4.3327319742618320 ],
26-
"expectedDU": [ 0.0, 1.0, -1.3333333333333333, 1.0, -2.7878787878787876, 4.0, 1.0, 3.1965367965367970, 1.0 ],
24+
"expectedDL": [
25+
0.0,
26+
0.3333333333333333,
27+
0.8181818181818182,
28+
0.6969696969696969,
29+
0.9082568807339449,
30+
0.8493506493506494,
31+
-0.7991341991341993,
32+
0.6251127548259066,
33+
-0.3327319742618318
34+
],
35+
"expectedD": [
36+
0.0,
37+
3.0,
38+
3.6666666666666665,
39+
3.0,
40+
3.3030303030303032,
41+
3.5321100917431192,
42+
3.0,
43+
4.7991341991341994,
44+
3.0,
45+
4.3327319742618320
46+
],
47+
"expectedDU": [
48+
0.0,
49+
1.0,
50+
-1.3333333333333333,
51+
1.0,
52+
-2.7878787878787876,
53+
4.0,
54+
1.0,
55+
3.1965367965367970,
56+
1.0
57+
],
2758
"expectedDU2": [ 0.0, 4.0, 0.0, 4.0, 0.0, 0.0, 4.0, 0.0 ],
2859
"expectedIPIV": [ 0, 1, 1, 3, 3, 4, 6, 6, 8, 8 ],
2960
"expectedInfo": 0

0 commit comments

Comments
 (0)