matrix differential equation support
ArnoStrouwen opened this issue · 0 comments
ArnoStrouwen commented
The documentation says CuArray
u0
are supported.
But only one dimensional arrays are supported because of lines like:
Line 345 in 8489a3e
To generalize this to N dimensions the u0
should concatenate across an additional dimension.
And the kernels should then index over this last dimension, instead of assuming there are only 2:
Line 24 in 8489a3e