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

Missing complex conjugation #141

Closed
fandreuz opened this issue Mar 29, 2021 · 0 comments
Closed

Missing complex conjugation #141

fandreuz opened this issue Mar 29, 2021 · 0 comments

Comments

@fandreuz
Copy link
Member

fandreuz commented Mar 29, 2021

The method reduce in pod.py multiplies the given high-dimensional snapshot by the transpose (i.e. inverse) of the matrix of left singular vectors.

However for a complex matrix we also need to take the complex conjugate, since self.modes @ self.modes.T is not the identity matrix.

fandreuz added a commit to fandreuz/EZyRB that referenced this issue Mar 29, 2021
@ndem0 ndem0 closed this as completed Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants