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 getindex also for CachedBases on PowerManifolds #208

Open
kellertuer opened this issue Oct 21, 2024 · 0 comments
Open

Add getindex also for CachedBases on PowerManifolds #208

kellertuer opened this issue Oct 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kellertuer
Copy link
Member

we have p[M,i] and X[M,i] for element access on power and product manifolds.

It would be nice to have the same for a cached basis B[M,i] which would boil down to calling get_vectors on that sub component.
Similarly one could also maybe

  • introduce get_vectors to allow so access a range
  • introduce B[M, i,j]for the jth basis vector of the component above
  • maybe even B[M,i] as a shortcut for any basis (basically get_vector ?
@kellertuer kellertuer added the enhancement New feature or request label Oct 21, 2024
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