Orel Ben Neriah 5c121f58de
fix: #3406 infer the correct type for D > 1 arrays in multiply function (#3408)
* fix: infer the correct type from two arrays defined as 2D

* chore: add check that 1D * 1D (number[]) arrays result in scalar

* chore: remove commented out line

* fix: update test so that 2D arrays can be multiplied correctly

---------

Co-authored-by: Jos de Jong <wjosdejong@gmail.com>
2025-02-27 12:34:47 +01:00
..