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

Gradient descent #3410

Merged
merged 20 commits into from
Aug 6, 2022
Merged

Gradient descent #3410

merged 20 commits into from
Aug 6, 2022

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Jul 29, 2022

For #3358.

@@ -64,6 +64,10 @@ class SymmetricBilinearForm {
typename = std::enable_if_t<base::is_same_template_v<M, Bivector>>>
SymmetricBilinearForm<Scalar, Frame, Vector> AnticommutatorInverse() const;

template<typename S = Scalar,
typename = std::enable_if_t<std::is_same_v<S, double>>>
static SymmetricBilinearForm<S, Frame, Multivector> Identity();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is InnerProductForm; remove this misnomer (this is not an endomorphism) and use InnerProductForm.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@eggrobin eggrobin added the LGTM label Aug 5, 2022
@pleroy pleroy merged commit 679a142 into mockingbirdnest:master Aug 6, 2022
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.

None yet

2 participants