Skip to content

Commit e38f6c6

Browse files
authored
test: add user reference matrix
PR-URL: #7895 Reviewed-by: Athan Reines <[email protected]>
1 parent ca26c53 commit e38f6c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/node_modules/@stdlib/blas/base/ggemm/test/fixtures/column_major_nta_tb.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"offsetB": 0,
2828
"beta": 1.0,
2929
"C": [ 1.0, 5.0, 2.0, 6.0, 3.0, 7.0, 4.0, 8.0 ],
30+
"C_mat": [
31+
[ 1.0, 2.0, 3.0, 4.0 ],
32+
[ 5.0, 6.0, 7.0, 8.0 ]
33+
],
3034
"ldc": 2,
3135
"strideC1": 1,
3236
"strideC2": 2,

0 commit comments

Comments
 (0)