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 transform function #159

Merged
merged 2 commits into from
Sep 10, 2021
Merged

add transform function #159

merged 2 commits into from
Sep 10, 2021

Conversation

simonbyrne
Copy link
Member

Transforms the first axis of vectors and 2-tensors to a different basis

@jakebolewski
Copy link
Contributor

jakebolewski commented Sep 9, 2021

LGTM, our vectors / tensors will be <= 9 in length in practice so it shouldn't bog down the compiler too bad :) we might want to have an assertion before the generated functions to bail on malformed inputs over a certain size.

@simonbyrne
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Sep 9, 2021
159: add transform function r=simonbyrne a=simonbyrne

Transforms the first axis of vectors and 2-tensors to a different basis

Co-authored-by: Simon Byrne <[email protected]>
@bors
Copy link
Contributor

bors bot commented Sep 9, 2021

Build failed:

@simonbyrne
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 10, 2021

@bors bors bot merged commit a3cb1be into main Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants