C++ seems have the same problem.
Fixed
@Toideng it did receive two size arguments cuz the author's solution was adapted to solve m x n And usually that is the case with matrixes.
m x n
Changed paramerer names to be clearer. Unfortunately, the outsz setting has to remain because removing it will invalidate all the solutions.
outsz
Loading collection data...
C++ seems have the same problem.
Fixed
@Toideng it did receive two size arguments cuz the author's solution was adapted to solve
m x n
And usually that is the case with matrixes.
Changed paramerer names to be clearer. Unfortunately, the
outsz
setting has to remain because removing it will invalidate all the solutions.