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 to C code to allow composition of single TPS function instead of vector #125

Closed
mattsignorelli opened this issue Jul 17, 2024 · 1 comment

Comments

@mattsignorelli
Copy link
Contributor

This can be useful to avoid allocations in Julia, instead of having an allocated Vector I could go elementwise in a static vector or struct

@mattsignorelli
Copy link
Contributor Author

Allocationless operator using Ref (no modifications to C code) added in b5d2e65

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