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

Special method for combined invert + transpose for matrices #549

Open
Panzerschrek opened this issue Jul 25, 2022 · 0 comments
Open

Special method for combined invert + transpose for matrices #549

Panzerschrek opened this issue Jul 25, 2022 · 0 comments

Comments

@Panzerschrek
Copy link

Panzerschrek commented Jul 25, 2022

Sometimes it's necessary to calculate inverse + transpose matrix, to calculate proper normals matrix, for example.
There are (of course) methods to do this. But (i presume) it is not an optimal solution, because invert methods already contain transpose operation.
I suggest to add methods like invert_and_transpose, equivalent to invert but without transpose in last step.

@Panzerschrek Panzerschrek changed the title Special method for combined inverse + transpose Special method for combined inverse + transpose for matrices Jul 25, 2022
@Panzerschrek Panzerschrek changed the title Special method for combined inverse + transpose for matrices Special method for combined invert + transpose for matrices Jul 25, 2022
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