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

Consolidating qn solver #697

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Consolidating qn solver #697

wants to merge 7 commits into from

Conversation

cnpetra
Copy link
Collaborator

@cnpetra cnpetra commented Oct 3, 2024

mostly improving documentation and codestyle for the linear algebra of the quasi-Newton solver.

@cnpetra cnpetra marked this pull request as draft October 3, 2024 22:49
@cnpetra
Copy link
Collaborator Author

cnpetra commented Oct 3, 2024

@nychiang this would be a good moment to look into using CI to enforce coding style guidelines. For example, see @tepperly remark here #693 (comment)

@cnpetra cnpetra marked this pull request as ready for review October 28, 2024 17:07
@cnpetra cnpetra requested a review from nychiang October 28, 2024 17:07
@nychiang
Copy link
Collaborator

nychiang commented Nov 6, 2024

@cameronrutherford would you mind checking the failed spack build? maybe we can setup a meeting and I can learn how to fix it from you.

Copy link
Collaborator

@nychiang nychiang left a comment

Choose a reason for hiding this comment

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

LGTM. Will update BLT and check all the white spaces in another PR.

// product endorsement purposes.

/**
* @file KktLinSysLowRank.cpp
Copy link
Collaborator

Choose a reason for hiding this comment

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

cpp --> hpp

@@ -165,10 +172,9 @@ class hiopIterate
friend class hiopKKTLinSysCompressedXDYcYd;
friend class hiopKKTLinSysDenseXYcYd;
friend class hiopKKTLinSysDenseXDYcYd;
friend class hiopKKTLinSysLowRank;
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we have plan to drop the term 'hiop' from other classes/file names?

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