Skip to content

Commit b20d000

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into refactor/plot
2 parents b3ec351 + 62d7a2f commit b20d000

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/node_modules/@stdlib/_tools/lint/filenames/lib/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
".mjs",
2929
".mk",
3030
".ndjson",
31+
".pem",
3132
".png",
3233
".py",
3334
".R",

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)