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

Long term to-do #96

Closed
3 tasks
mattsignorelli opened this issue Feb 22, 2024 · 2 comments
Closed
3 tasks

Long term to-do #96

mattsignorelli opened this issue Feb 22, 2024 · 2 comments

Comments

@mattsignorelli
Copy link
Contributor

mattsignorelli commented Feb 22, 2024

Rewrite of library entirely in Julia:

  • Should work for arbitrary number types, e.g TPS64 = TPS{Float64}, TPS{Float128}, etc (not only Float64 and ComplexF64). This also opens up allowing symbolics as TPS
  • TPSs should be immutable structs
  • Adopt Base Complex definition (so ComplexTPS64 = Complex{TPS64})
@mattsignorelli
Copy link
Contributor Author

New TPS implementation support all of this/has it already, rewrite will be much simpler

@mattsignorelli
Copy link
Contributor Author

Immutability of TPS struct could still be considered

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

No branches or pull requests

1 participant