Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add complex number support to Vector type #4

Closed
chrissimpkins opened this issue Dec 8, 2021 · 0 comments · Fixed by #14
Closed

Add complex number support to Vector type #4

chrissimpkins opened this issue Dec 8, 2021 · 0 comments · Fixed by #14

Comments

@chrissimpkins
Copy link
Owner

chrissimpkins commented Dec 8, 2021

Complex numbers can currently be expressed as 2-Vectors of real and imaginary parts. It might be useful to support Vector collections of complex numbers as defined by the num crate Complex type. This should be partially implemented already with our generic approach. Requires additional research and tests. Focus on the areas of the source with Float rather than Num trait bounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant