-
Notifications
You must be signed in to change notification settings - Fork 43
Changes in Gram-Schmidt functions #239
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
Conversation
d97827b to
c421495
Compare
|
The style script needs to be run. |
|
@dylan-copeland |
|
The tests I added in the @dylan-copeland EDIT: The issue has been resolved by the changes made after review number 1. |
|
@dylan-copeland Thank you for the review comments; the testing issue has been resolved. @dylan-copeland @chldkdtn Please review the code once more so that we can merge it. |
|
|
3083bea to
419ba38
Compare
* fix issues in Matrix::orthogonalize * add Matrix::orthogonalize_last method * run astyle * add another test for Matrix::orthogonalize_last * rerun astyle properly * review n.1 changes * review n.2
This PR includes two main changes.
orthogonalizemethod of theMatrixclass.orthogonalize_last, where only the last column of the input matrix is orthonormalized, assuming the previous columns are already orthonormal.The above changes are motivated by applications in the Laghos hydrodynamics code.