forked from yixuan/spectra
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Orthogonalisation #11
Comments
felipeZ
added a commit
that referenced
this issue
Jun 29, 2020
felipeZ
added a commit
that referenced
this issue
Jun 29, 2020
felipeZ
added a commit
that referenced
this issue
Jun 29, 2020
felipeZ
added a commit
that referenced
this issue
Jun 30, 2020
felipeZ
added a commit
that referenced
this issue
Jun 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be in
https://github.com/NLESC-JCER/spectra/tree/master/include/Spectra/LinAlg
The search space has to be orthogonalized using GS with twice is enough.
Depending on the datastructures of the search space and new testvectors.
It should be able to do two things:
a) Normailize the columns of a matrix with respect to each other
b) Normalize the columns of a matrix with respect to each other and the columns of another matrix, or a block of the same matrix.
The function should live in the Specta::Linalg directory
Needs to include tests
The text was updated successfully, but these errors were encountered: