Replies: 1 comment
-
When dealing with complex data, you can convert it into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, is it possible to use the Levenberg Marquadt Minimizer with complex numbers? In the documentation it says that a
Vector<T>
can be used but when I use aVector<Complex>
I get an error that no conversion toVector<double>
is possible. So it seems like it is only implemented fordouble
or am I wrong? Or does anyone have a way to use the algorithm with complex numbers?Regards and thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions