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

elementwise_op: use 2d loop for Array #1223

Closed cbm755 closed 2 years ago

cbm755 commented 2 years ago

Array linear indexing is not the same as Matrix linear indexing. Fixes #1222.

cbm755 commented 2 years ago

@alexvong1995 OK to merge this and #1224 and #1227?