MATRIX: Fix multiplication of empty matrices.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Mar 2023 19:22:42 +0000 (12:22 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Mar 2023 19:25:32 +0000 (12:25 -0700)
commitc67cea6fc7f9b928ea297e8e784a0306c7f287b3
treea38354e8b5576c906cd7a2fb6900a7b92086dbfe
parentc791390fd343d1094798ce5657ba50c18e3b18fc
MATRIX: Fix multiplication of empty matrices.

This crashed due to an assertion failure in blas before.
Thanks to Youngseok Choi for reporting the bug.
src/language/commands/matrix.c
tests/language/commands/matrix.at