chrissimpkins/vectora

Add complex number support to Vector type

Closed this issue · 0 comments

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.