Skip to content

Commit 8298e70

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: passed - 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 987cc80 commit 8298e70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+283
-283
lines changed

lib/node_modules/@stdlib/blas/base/strmm/lib/base.js

Lines changed: 187 additions & 187 deletions
Large diffs are not rendered by default.

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_cb_l_l_nta_nu_complex_access_pattern.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"strideA1": 2,
1616
"strideA2": 6,
1717
"offsetA": 1,
18-
"B": [ 999.0, 1.0, 999.0, 4.0, 999.0, 7.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 2.0, 999.0, 5.0, 999.0, 8.0, 999.0, 3.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 6.0, 999.0, 9.0 ],
18+
"B": [ 999.0, 1.0, 999.0, 999.0, 4.0, 999.0, 999.0, 7.0, 999.0, 999.0, 2.0, 999.0, 999.0, 5.0, 999.0, 999.0, 8.0, 999.0, 999.0, 3.0, 999.0, 999.0, 6.0, 999.0, 999.0, 9.0 ],
1919
"B_mat": [
2020
[ 1.0, 2.0, 3.0 ],
2121
[ 4.0, 5.0, 6.0 ],
2222
[ 7.0, 8.0, 9.0 ]
2323
],
24-
"strideB1": 2,
25-
"strideB2": 16,
24+
"strideB1": 3,
25+
"strideB2": 9,
2626
"offsetB": 1,
27-
"B_out": [ 1.0, 12.0, 38.0, 4.0, 33.0, 86.0, 7.0, 54.0, 134.0 ]
27+
"B_out": [ 999.0, 1.0, 999.0, 999.0, 24.0, 999.0, 999.0, 102.0, 999.0, 999.0, 2.0, 999.0, 999.0, 33.0, 999.0, 999.0, 126.0, 999.0, 999.0, 3.0, 999.0, 999.0, 42.0, 999.0, 999.0, 150.0 ]
2828
}

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_rb_l_l_nta_nu.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": 0,
27-
"B_out": [ 1.0, 2.0, 3.0, 24.0, 33.0, 42.0, 102.0, 126.0, 150.0 ]
27+
"B_out": [ 1.0, 2.0, 3.0, 22.0, 29.0, 36.0, 90.0, 108.0, 126.0 ]
2828
}

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_rb_l_l_nta_nu_complex_access_pattern.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"strideA1": 2,
1616
"strideA2": 6,
1717
"offsetA": 1,
18-
"B": [ 999.0, 1.0, 999.0, 2.0, 999.0, 3.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 4.0, 999.0, 5.0, 999.0, 6.0, 999.0, 7.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 8.0, 999.0, 9.0 ],
18+
"B": [ 999.0, 1.0, 999.0, 999.0, 2.0, 999.0, 999.0, 3.0, 999.0, 999.0, 4.0, 999.0, 999.0, 5.0, 999.0, 999.0, 6.0, 999.0, 999.0, 7.0, 999.0, 999.0, 8.0, 999.0, 999.0, 9.0 ],
1919
"B_mat": [
2020
[ 1.0, 2.0, 3.0 ],
2121
[ 4.0, 5.0, 6.0 ],
2222
[ 7.0, 8.0, 9.0 ]
2323
],
24-
"strideB1": 16,
25-
"strideB2": 2,
24+
"strideB1": 9,
25+
"strideB2": 3,
2626
"offsetB": 1,
27-
"B_out": [ 999.0, 1.0, 999.0, 2.0, 999.0, 3.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 24.0, 999.0, 33.0, 999.0, 42.0, 999.0, 102.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 126.0, 999.0, 150.0 ]
27+
"B_out": [ 999.0, 1.0, 999.0, 999.0, 2.0, 999.0, 999.0, 3.0, 999.0, 999.0, 22.0, 999.0, 999.0, 29.0, 999.0, 999.0, 36.0, 999.0, 999.0, 90.0, 999.0, 999.0, 108.0, 999.0, 999.0, 126.0 ]
2828
}

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_rb_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": 3,
2525
"strideB2": 1,
2626
"offsetB": 0,
27-
"B_out": [ 1.0, 2.0, 3.0, 8.0, 13.0, 18.0, 46.0, 62.0, 78.0 ]
27+
"B_out": [ 1.0, 2.0, 3.0, 6.0, 9.0, 12.0, 34.0, 44.0, 54.0 ]
2828
}

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_rb_l_l_ta_nu.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": 0,
27-
"B_out": [ 66.0, 78.0, 90.0, 76.0, 89.0, 102.0, 63.0, 72.0, 81.0 ]
27+
"B_out": [ 30.0, 36.0, 42.0, 62.0, 73.0, 84.0, 63.0, 72.0, 81.0 ]
2828
}

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_rb_l_l_ta_u.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": 0,
27-
"B_out": [ 66.0, 78.0, 90.0, 60.0, 69.0, 78.0, 7.0, 8.0, 9.0 ]
27+
"B_out": [ 30.0, 36.0, 42.0, 46.0, 53.0, 60.0, 7.0, 8.0, 9.0 ]
2828
}

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_rb_l_u_nta_nu.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": 0,
27-
"B_out": [ 30.0, 36.0, 42.0, 62.0, 73.0, 84.0, 63.0, 72.0, 81.0 ]
27+
"B_out": [ 66.0, 78.0, 90.0, 76.0, 89.0, 102.0, 63.0, 72.0, 81.0 ]
2828
}

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_rb_l_u_nta_u.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": 0,
27-
"B_out": [ 30.0, 36.0, 42.0, 46.0, 53.0, 60.0, 7.0, 8.0, 9.0 ]
27+
"B_out": [ 66.0, 78.0, 90.0, 60.0, 69.0, 78.0, 7.0, 8.0, 9.0 ]
2828
}

lib/node_modules/@stdlib/blas/base/strmm/test/fixtures/ca_rb_l_u_ta_nu.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": 0,
27-
"B_out": [ 1.0, 2.0, 3.0, 22.0, 29.0, 36.0, 90.0, 108.0, 126.0 ]
27+
"B_out": [ 1.0, 2.0, 3.0, 24.0, 33.0, 42.0, 102.0, 126.0, 150.0 ]
2828
}

0 commit comments

Comments
 (0)