From 581097202937421a6a68c1729187d50f47ff2b48 Mon Sep 17 00:00:00 2001 From: Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com> Date: Sat, 16 Aug 2025 14:10:20 +0530 Subject: [PATCH] test: add user reference matrix Signed-off-by: Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com> --- .../blas/base/ggemm/test/fixtures/column_major_nta_tb.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/base/ggemm/test/fixtures/column_major_nta_tb.json b/lib/node_modules/@stdlib/blas/base/ggemm/test/fixtures/column_major_nta_tb.json index f2e20c58ac76..ba39e408718c 100644 --- a/lib/node_modules/@stdlib/blas/base/ggemm/test/fixtures/column_major_nta_tb.json +++ b/lib/node_modules/@stdlib/blas/base/ggemm/test/fixtures/column_major_nta_tb.json @@ -27,6 +27,10 @@ "offsetB": 0, "beta": 1.0, "C": [ 1.0, 5.0, 2.0, 6.0, 3.0, 7.0, 4.0, 8.0 ], + "C_mat": [ + [ 1.0, 2.0, 3.0, 4.0 ], + [ 5.0, 6.0, 7.0, 8.0 ] + ], "ldc": 2, "strideC1": 1, "strideC2": 2,