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

make scalar type a generic parameter #32

Open
4 tasks
martinjrobins opened this issue Dec 13, 2024 · 0 comments
Open
4 tasks

make scalar type a generic parameter #32

martinjrobins opened this issue Dec 13, 2024 · 0 comments

Comments

@martinjrobins
Copy link
Owner

different applications require different scalar types (more/less precision, complex numbers etc). Currently diffsl only supports f64, need to also support:

  • a generic scalar type T

then some concrete types:

  • f32
  • c32
  • c64
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