fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
210 stars 56 forks source link

[Feature Request] Get rid of the Complex and use System.Numerics.Complex instead #165

Closed Happypig375 closed 2 years ago

Happypig375 commented 2 years ago

Is your feature request related to a problem? Please describe. Defining a separate complex is not necessary.

Describe the solution you'd like Get rid of it and use System.Numerics.Complex.

Describe alternatives you've considered Keeping the legacy duplicate Complex.