Skip to content

Commit 2b29b8d

Browse files
committed
chore: update implementation
--- 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 c238fd5 commit 2b29b8d

File tree

7 files changed

+1193
-321
lines changed

7 files changed

+1193
-321
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"strideB1": 1,
2525
"strideB2": 3,
2626
"offsetB": 0,
27-
"B_out": [ 1.0, 2.0, -6.0, 2.0, 1.0, -3.0, 0.0, 0.0 ]
27+
"B_out": [ 1.0, 2.0, -6.0, 2.0, 1.0, -3.0, 3.0, 0.0, 0.0 ]
2828
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"M": 3,
77
"N": 3,
88
"alpha": 1.0,
9-
"A": [ 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ],
9+
"A": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
1010
"A_mat": [
1111
[ 1.0, 1.0, 1.0 ],
1212
[ 0.0, 1.0, 1.0 ],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"strideB1": 3,
2525
"strideB2": 1,
2626
"offsetB": 2,
27-
"B_out": [ 1.0, 2.0, 3.0, 0.5, 0.25, 0.0, 0.25, 0.125, 0.0 ]
27+
"B_out": [ 0.0, 0.0, 1.0, 2.0, 3.0, 0.5, 0.25, 0.0, 0.25, 0.125, 0.0 ]
2828
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"M": 3,
77
"N": 3,
88
"alpha": 1.0,
9-
"A": [ 3.0, 5.0, 6.0, 999.0, 999.0, 999.0, 2.0, 4.0, 0.0, 999.0, 999.0, 999.0, 3.0, 5.0, 6.0 ],
9+
"A": [ 3.0, 5.0, 6.0, 999.0, 999.0, 999.0, 2.0, 4.0, 0.0, 999.0, 999.0, 999.0, 1.0, 0.0, 0.0 ],
1010
"A_mat": [
1111
[ 1.0, 0.0, 0.0 ],
1212
[ 2.0, 4.0, 0.0 ],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"strideA1": 3,
1616
"strideA2": 1,
1717
"offsetA": 0,
18-
"B": [ 7.0, 8.0, 9.0, 999.0, 999.0, 999.0, 4.0, 5.0, 6.0, 999.0, 999.0, 999.0, 7.0, 8.0, 9.0 ],
18+
"B": [ 7.0, 8.0, 9.0, 999.0, 999.0, 999.0, 4.0, 5.0, 6.0, 999.0, 999.0, 999.0, 1.0, 2.0, 3.0 ],
1919
"B_mat": [
2020
[ 1.0, 2.0, 3.0 ],
2121
[ 4.0, 5.0, 6.0 ],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"M": 3,
77
"N": 3,
88
"alpha": 1.0,
9-
"A": [ 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ],
9+
"A": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
1010
"A_mat": [
1111
[ 1.0, 1.0, 1.0 ],
1212
[ 0.0, 1.0, 1.0 ],

0 commit comments

Comments
 (0)