I've implemented `System` trait for my System, but I want to use `DVector<Complex<f64>>` as my `y` value. As i can see, `DVector` support in this crate is WIP, but nothing is said about `Complex` types. Would you manage to add support for it?
I've implemented
Systemtrait for my System, but I want to useDVector<Complex<f64>>as myyvalue.As i can see,
DVectorsupport in this crate is WIP, but nothing is said aboutComplextypes. Would you manage to add support for it?