Support for VPA, gpuArray, and other special data types #31
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
high priority
octave
Bug or unsupported feature in Octave
For most problems (especially
vanderpol
) it would be nice to support arbitrary data types. Here are some of the issues and things to considerY0
,TimeSpan
, and other parameters be cast to the same data type? Sometimes this cannot be deduced or there are multiple parameters with different types.cast
is the most reasonable function to do this but functionality is limited in Octave. Critically,cast(x, 'sym')
does not work.Octave does not support thelike
name value pair used in functions likezeros
andcast
.solveExactly
may be fragile with arbitrary data types.The text was updated successfully, but these errors were encountered: