Skip to content

Commit 60e750d

Browse files
refactor: update fixtures for better readability
--- 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 92532e2 commit 60e750d

10 files changed

Lines changed: 70 additions & 420 deletions

File tree

lib/node_modules/@stdlib/lapack/base/dla-gbrpvgrw/test/fixtures/column_major.json

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,9 @@
88
"LDAFB": 4,
99
"rpgFactor": 1,
1010
"AB_mat": [
11-
[
12-
0.0,
13-
2.0,
14-
5.0,
15-
8.0
16-
],
17-
[
18-
1.0,
19-
4.0,
20-
7.0,
21-
10.0
22-
],
23-
[
24-
3.0,
25-
6.0,
26-
9.0,
27-
0.0
28-
]
11+
[ 0, 2, 5, 8 ],
12+
[ 1, 4, 7, 10 ],
13+
[ 3, 6, 9, 0 ]
2914
],
3015
"AB": [
3116
0.0,
@@ -45,30 +30,10 @@
4530
"strideAB2": 3,
4631
"offsetAB": 0,
4732
"AFB_mat": [
48-
[
49-
0.0,
50-
0.0,
51-
5.0,
52-
8.0
53-
],
54-
[
55-
0.0,
56-
4.0,
57-
7.0,
58-
10.0
59-
],
60-
[
61-
3.0,
62-
6.0,
63-
9.0,
64-
1.8272
65-
],
66-
[
67-
0.3333,
68-
0.1111,
69-
-0.2716,
70-
0.0
71-
]
33+
[ 0.0, 0.0, 5.0, 8.0 ],
34+
[ 0.0, 4.0, 7.0, 10.0 ],
35+
[ 3.0, 6.0, 9.0, 1.8272 ],
36+
[ 0.3333, 0.1111, -0.2716, 0.0 ]
7237
],
7338
"AFB": [
7439
0.0,

lib/node_modules/@stdlib/lapack/base/dla-gbrpvgrw/test/fixtures/large_strides/column_major.json

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,9 @@
88
"LDAFB": 4,
99
"rpgFactor": 1,
1010
"AB_mat": [
11-
[
12-
0,
13-
2,
14-
5,
15-
8
16-
],
17-
[
18-
1,
19-
4,
20-
7,
21-
10
22-
],
23-
[
24-
3,
25-
6,
26-
9,
27-
0
28-
]
11+
[ 0, 2, 5, 8 ],
12+
[ 1, 4, 7, 10 ],
13+
[ 3, 6, 9, 0 ]
2914
],
3015
"AB": [
3116
0,
@@ -57,30 +42,10 @@
5742
"strideAB2": 6,
5843
"offsetAB": 0,
5944
"AFB_mat": [
60-
[
61-
0,
62-
0,
63-
5,
64-
8
65-
],
66-
[
67-
0,
68-
4,
69-
7,
70-
10
71-
],
72-
[
73-
3,
74-
6,
75-
9,
76-
1.8272
77-
],
78-
[
79-
0.3333,
80-
0.1111,
81-
-0.2716,
82-
0
83-
]
45+
[ 0.0, 0.0, 5.0, 8.0 ],
46+
[ 0.0, 4.0, 7.0, 10.0 ],
47+
[ 3.0, 6.0, 9.0, 1.8272 ],
48+
[ 0.3333, 0.1111, -0.2716, 0.0 ]
8449
],
8550
"AFB": [
8651
0,

lib/node_modules/@stdlib/lapack/base/dla-gbrpvgrw/test/fixtures/large_strides/row_major.json

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,9 @@
88
"LDAFB": 4,
99
"rpgFactor": 1,
1010
"AB_mat": [
11-
[
12-
0,
13-
2,
14-
5,
15-
8
16-
],
17-
[
18-
1,
19-
4,
20-
7,
21-
10
22-
],
23-
[
24-
3,
25-
6,
26-
9,
27-
0
28-
]
11+
[ 0, 2, 5, 8 ],
12+
[ 1, 4, 7, 10 ],
13+
[ 3, 6, 9, 0 ]
2914
],
3015
"AB": [
3116
0,
@@ -57,30 +42,10 @@
5742
"strideAB2": 2,
5843
"offsetAB": 0,
5944
"AFB_mat": [
60-
[
61-
0,
62-
0,
63-
5,
64-
8
65-
],
66-
[
67-
0,
68-
4,
69-
7,
70-
10
71-
],
72-
[
73-
3,
74-
6,
75-
9,
76-
1.8272
77-
],
78-
[
79-
0.3333,
80-
0.1111,
81-
-0.2716,
82-
0
83-
]
45+
[ 0, 0, 5, 8 ],
46+
[ 0, 4, 7, 10 ],
47+
[ 3, 6, 9, 1.8272 ],
48+
[ 0.3333, 0.1111, -0.2716, 0 ]
8449
],
8550
"AFB": [
8651
0,

lib/node_modules/@stdlib/lapack/base/dla-gbrpvgrw/test/fixtures/mixed_strides/column_major.json

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,9 @@
88
"LDAFB": 4,
99
"rpgFactor": 1,
1010
"AB_mat": [
11-
[
12-
0,
13-
2,
14-
5,
15-
8
16-
],
17-
[
18-
1,
19-
4,
20-
7,
21-
10
22-
],
23-
[
24-
3,
25-
6,
26-
9,
27-
0
28-
]
11+
[ 0, 2, 5, 8 ],
12+
[ 1, 4, 7, 10 ],
13+
[ 3, 6, 9, 0 ]
2914
],
3015
"AB": [
3116
8,
@@ -45,30 +30,10 @@
4530
"strideAB2": -3,
4631
"offsetAB": 9,
4732
"AFB_mat": [
48-
[
49-
0,
50-
0,
51-
5,
52-
8
53-
],
54-
[
55-
0,
56-
4,
57-
7,
58-
10
59-
],
60-
[
61-
3,
62-
6,
63-
9,
64-
1.8272
65-
],
66-
[
67-
0.3333,
68-
0.1111,
69-
-0.2716,
70-
0
71-
]
33+
[ 0.0, 0.0, 5.0, 8.0 ],
34+
[ 0.0, 4.0, 7.0, 10.0 ],
35+
[ 3.0, 6.0, 9.0, 1.8272 ],
36+
[ 0.3333, 0.1111, -0.2716, 0.0 ]
7237
],
7338
"AFB": [
7439
8,

lib/node_modules/@stdlib/lapack/base/dla-gbrpvgrw/test/fixtures/mixed_strides/row_major.json

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,9 @@
88
"LDAFB": 4,
99
"rpgFactor": 1,
1010
"AB_mat": [
11-
[
12-
0,
13-
2,
14-
5,
15-
8
16-
],
17-
[
18-
1,
19-
4,
20-
7,
21-
10
22-
],
23-
[
24-
3,
25-
6,
26-
9,
27-
0
28-
]
11+
[ 0, 2, 5, 8 ],
12+
[ 1, 4, 7, 10 ],
13+
[ 3, 6, 9, 0 ]
2914
],
3015
"AB": [
3116
3,
@@ -45,30 +30,10 @@
4530
"strideAB2": 1,
4631
"offsetAB": 8,
4732
"AFB_mat": [
48-
[
49-
0,
50-
0,
51-
5,
52-
8
53-
],
54-
[
55-
0,
56-
4,
57-
7,
58-
10
59-
],
60-
[
61-
3,
62-
6,
63-
9,
64-
1.8272
65-
],
66-
[
67-
0.3333,
68-
0.1111,
69-
-0.2716,
70-
0
71-
]
33+
[ 0, 0, 5, 8 ],
34+
[ 0, 4, 7, 10 ],
35+
[ 3, 6, 9, 1.8272 ],
36+
[ 0.3333, 0.1111, -0.2716, 0 ]
7237
],
7338
"AFB": [
7439
0.3333,

lib/node_modules/@stdlib/lapack/base/dla-gbrpvgrw/test/fixtures/negative_strides/column_major.json

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,9 @@
88
"LDAFB": 4,
99
"rpgFactor": 1,
1010
"AB_mat": [
11-
[
12-
0,
13-
2,
14-
5,
15-
8
16-
],
17-
[
18-
1,
19-
4,
20-
7,
21-
10
22-
],
23-
[
24-
3,
25-
6,
26-
9,
27-
0
28-
]
11+
[ 0, 2, 5, 8 ],
12+
[ 1, 4, 7, 10 ],
13+
[ 3, 6, 9, 0 ]
2914
],
3015
"AB": [
3116
0,
@@ -45,30 +30,10 @@
4530
"strideAB2": -3,
4631
"offsetAB": 11,
4732
"AFB_mat": [
48-
[
49-
0,
50-
0,
51-
5,
52-
8
53-
],
54-
[
55-
0,
56-
4,
57-
7,
58-
10
59-
],
60-
[
61-
3,
62-
6,
63-
9,
64-
1.8272
65-
],
66-
[
67-
0.3333,
68-
0.1111,
69-
-0.2716,
70-
0
71-
]
33+
[ 0.0, 0.0, 5.0, 8.0 ],
34+
[ 0.0, 4.0, 7.0, 10.0 ],
35+
[ 3.0, 6.0, 9.0, 1.8272 ],
36+
[ 0.3333, 0.1111, -0.2716, 0.0 ]
7237
],
7338
"AFB": [
7439
0,

0 commit comments

Comments
 (0)