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

Solutions generated with MINRES-QLP #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

amontoison
Copy link

No description provided.

Comment on lines +22 to +23
A = RutherfordBoeingData("../rb/$(pb).rb").data
b = HarwellBoeingMatrix("../hb/$(pb).hb").rhs[:]
Copy link
Author

Choose a reason for hiding this comment

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

HB = HarwellBoeingMatrix("../rb/$(pb).rb")
A = HB.matrix
b = HB.rhs[:,1]

is not working.

Copy link
Member

Choose a reason for hiding this comment

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

You have to read a hb file.

@dpo
Copy link
Member

dpo commented Feb 25, 2021

What is the advantage of these solutions? The first set was generated from a complete orthogonal decomposition.

@amontoison
Copy link
Author

The solution of very2 was missing. I regenerated all solutions but only very2 is relevant.

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

Successfully merging this pull request may close these issues.

2 participants