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

Extend Inverse for more situations #313

Open
dannys4 opened this issue Feb 10, 2023 · 0 comments
Open

Extend Inverse for more situations #313

dannys4 opened this issue Feb 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dannys4
Copy link
Contributor

dannys4 commented Feb 10, 2023

This has been talked about, but I can't find where, so I'm opening a new issue. I'd like a few extra features for Inverse that would be nice--

  • Inverse(StridedMatrix pts): when the map is square, why bother with the fixed part of the matrix. This can be implemented simply as just calling the normal Inverse function with an empty view as the prefix, and we can always make this more efficient when we get to it
  • Inverse(StridedVector x1, StridedMatrix pts): When the map is rectangular and we want the conditional inverse of a bunch of points with respect to the same prefix. This would make implementing a FixedMap (See FixedMap and InverseMap #245 ) a little easier.
@dannys4 dannys4 added the enhancement New feature or request label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant