Skip to content

Commit 8ff64f4

Browse files
committed
chore: update test cases
--- 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 0c1360f commit 8ff64f4

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

lib/node_modules/@stdlib/blas/base/dtrsm/test/fixtures/row_major_l_l_nta_nu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"diag": "non-unit",
77
"M": 3,
88
"N": 3,
9-
"alpha": 1.0,
9+
"alpha": 2.0,
1010
"A": [ 1.0, 0.0, 0.0, 2.0, 4.0, 0.0, 3.0, 5.0, 6.0 ],
1111
"A_mat": [
1212
[ 1.0, 0.0, 0.0 ],
@@ -21,5 +21,5 @@
2121
[ 7.0, 8.0, 9.0 ]
2222
],
2323
"ldb": 3,
24-
"B_out": [ 1.0, 2.0, 3.0, 0.5, 0.25, 0.0, 0.25, 0.125, 0.0 ]
24+
"B_out": [ 2.0, 4.0, 6.0, 1.0, 0.5, 0.0, 0.5, 0.25, 0.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dtrsm/test/fixtures/row_major_l_l_ta_nu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"diag": "non-unit",
77
"M": 3,
88
"N": 3,
9-
"alpha": 1.0,
9+
"alpha": 2.0,
1010
"A": [ 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0 ],
1111
"A_mat": [
1212
[ 1.0, 0.0, 0.0 ],
@@ -21,5 +21,5 @@
2121
[ 1.0, 1.0, 3.0 ]
2222
],
2323
"ldb": 3,
24-
"B_out": [ 0.0, -1.0, 0.0, 0.0, 1.0, -2.0, 1.0, 1.0, 3.0 ]
24+
"B_out": [ 0.0, -2.0, 0.0, 0.0, 2.0, -4.0, 2.0, 2.0, 6.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dtrsm/test/fixtures/row_major_l_u_nta_nu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"diag": "non-unit",
77
"M": 3,
88
"N": 3,
9-
"alpha": 1.0,
9+
"alpha": 2.0,
1010
"A": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
1111
"A_mat": [
1212
[ 1.0, 1.0, 1.0 ],
@@ -21,5 +21,5 @@
2121
[ 1.0, 1.0, 3.0 ]
2222
],
2323
"ldb": 3,
24-
"B_out": [ 0.0, -1.0, 0.0, 0.0, 1.0, -2.0, 1.0, 1.0, 3.0 ]
24+
"B_out": [ 0.0, -2.0, 0.0, 0.0, 2.0, -4.0, 2.0, 2.0, 6.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dtrsm/test/fixtures/row_major_l_u_ta_nu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"diag": "non-unit",
77
"M": 3,
88
"N": 3,
9-
"alpha": 1.0,
9+
"alpha": 2.0,
1010
"A": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
1111
"A_mat": [
1212
[ 1.0, 1.0, 1.0 ],
@@ -21,5 +21,5 @@
2121
[ 1.0, 1.0, 3.0 ]
2222
],
2323
"ldb": 3,
24-
"B_out": [ 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, -1.0, 2.0 ]
24+
"B_out": [ 2.0, 2.0, 2.0, 0.0, 2.0, 0.0, 0.0, -2.0, 4.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dtrsm/test/fixtures/row_major_r_l_nta_nu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"diag": "non-unit",
77
"M": 3,
88
"N": 3,
9-
"alpha": 1.0,
9+
"alpha": 2.0,
1010
"A": [ 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0 ],
1111
"A_mat": [
1212
[ 1.0, 0.0, 0.0 ],
@@ -21,5 +21,5 @@
2121
[ 1.0, 1.0, 3.0 ]
2222
],
2323
"ldb": 3,
24-
"B_out": [ 0.0, 0.0, 1.0, -1.0, 1.0, 1.0, 0.0, -2.0, 3.0 ]
24+
"B_out": [ 0.0, 0.0, 2.0, -2.0, 2.0, 2.0, 0.0, -4.0, 6.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dtrsm/test/fixtures/row_major_r_l_ta_nu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"diag": "non-unit",
77
"M": 3,
88
"N": 3,
9-
"alpha": 1.0,
9+
"alpha": 2.0,
1010
"A": [ 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0 ],
1111
"A_mat": [
1212
[ 1.0, 0.0, 0.0 ],
@@ -21,5 +21,5 @@
2121
[ 1.0, 1.0, 3.0 ]
2222
],
2323
"ldb": 3,
24-
"B_out": [ 1.0, 0.0, 0.0, 1.0, 1.0, -1.0, 1.0, 0.0, 2.0 ]
24+
"B_out": [ 2.0, 0.0, 0.0, 2.0, 2.0, -2.0, 2.0, 0.0, 4.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dtrsm/test/fixtures/row_major_r_u_nta_nu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"diag": "non-unit",
77
"M": 3,
88
"N": 3,
9-
"alpha": 1.0,
9+
"alpha": 2.0,
1010
"A": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
1111
"A_mat": [
1212
[ 1.0, 1.0, 1.0 ],
@@ -21,5 +21,5 @@
2121
[ 1.0, 1.0, 3.0 ]
2222
],
2323
"ldb": 3,
24-
"B_out": [ 1.0, 0.0, 0.0, 1.0, 1.0, -1.0, 1.0, 0.0, 2.0 ]
24+
"B_out": [ 2.0, 0.0, 0.0, 2.0, 2.0, -2.0, 2.0, 0.0, 4.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dtrsm/test/fixtures/row_major_r_u_ta_nu.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"diag": "non-unit",
77
"M": 3,
88
"N": 3,
9-
"alpha": 1.0,
9+
"alpha": 2.0,
1010
"A": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
1111
"A_mat": [
1212
[ 1.0, 1.0, 1.0 ],
@@ -21,5 +21,5 @@
2121
[ 1.0, 1.0, 3.0 ]
2222
],
2323
"ldb": 3,
24-
"B_out": [ 0.0, 0.0, 1.0, -1.0, 1.0, 1.0, 0.0, -2.0, 3.0 ]
24+
"B_out": [ 0.0, 0.0, 2.0, -2.0, 2.0, 2.0, 0.0, -4.0, 6.0 ]
2525
}

0 commit comments

Comments
 (0)