-
Notifications
You must be signed in to change notification settings - Fork 56
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
Provide default basis for local_metric
functions and make the basis parameter hence optional
#424
Comments
I am not 100% sure why I proposed this, since the other functions, like So maybe it is not reasonable to have a default? Otherwise, we should maybe introduce a function similar to |
Things like
|
ok, so we can go for `DefaultBasis, sure. But should this issue wait for the base one to be finished? |
I personally wouldn't do any restructuring around bases without solving that ManifoldsBase issue first, at least the part relevant to bases. |
ok, then lets wait with this one until the other is finished. |
Currently
local_metric(M, p, B)
requires a basis (similarlydet_local_metric
,inverse_local_metric
andjacobian_local_metric
). It would be nice (and not too difficult) to provide a reasonable default for this last parameter, e.g. theDefaultOrthogonalBasis()
.The only thing one has to take into account is that this has to respect the transparency (similar to
retract
orvector_transport_to
).The text was updated successfully, but these errors were encountered: