Closed norabarlow closed 2 years ago
Is GESVJ designed to work with rectangular matrices?
The test works for 4x3 matrices (the default size in the testbench) but fails for other matrices, like 7x9.
Thanks!
I forgot to change MAXM and MAXN in kernel_gesvj.cpp for larger matrices. It works after making this change.
kernel_gesvj
Is GESVJ designed to work with rectangular matrices?
The test works for 4x3 matrices (the default size in the testbench) but fails for other matrices, like 7x9.
Thanks!