-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
feat: move gram_schmidt
to numerical_methods
#1940
Conversation
Numerical methods already contains and uses linear algebra methods. Graham Schmidt doesn't need its own folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for your pull request!🤩
Does this break any other code in this repo? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! nicee
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Panquesito7 your review, please. |
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 Thank you for your contribution! 😄👍
Very sorry for the delay! Been busy lately. 😅
gram_schmidt
to numerical_methods
Description of Change
Numerical methods already contains and uses linear algebra methods. Graham Schmidt doesn't need its own folder. I moved graham_schmidt.cpp to numerical_methods and deleted linear_algebra. An alternate option would be further compartmentalization of numerical methods into it's subjects: linear algebra, PDEs, etc.
Checklist
Notes:
This file was authored by @Akanksha-Gupta920 so I would prefer his input.