vgvassilev / clad

clad -- automatic differentiation for C/C++
GNU Lesser General Public License v3.0
282 stars 122 forks source link

Add multi dimensional array support to clad::array and clad::array_ref #357

Open sudo-panda opened 2 years ago

sudo-panda commented 2 years ago

Currently clad::array and clad::array_ref only supports single dimensional arrays. If this feature is added clad will be able to differentiate multidimensional arrays. Possible design decisions include:

vgvassilev commented 7 months ago

@vaithak, now that we added clad::matrix would that be sufficient to move forward with this issue?