gnu-octave / symbolic

A Symbolic Package for Octave using SymPy
https://octave.sourceforge.io/symbolic/
GNU General Public License v3.0
151 stars 36 forks source link

@sym/repmat: Re-implement function without using 'pycall_sympy__'. #1219

Closed alexvong243f closed 2 years ago

alexvong243f commented 2 years ago

This PR mainly re-implements @sym/repmat without using pycall_sympy__. It has the advantage of making the function compatible with non-Matrix 2D sym. It also fixes #1218 at the same time.

cbm755 commented 2 years ago

Anyway, modulo few things above, this look good to me

cbm755 commented 2 years ago

So merge when you're happy with the cellfun bikeshedding ;-)