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

linalg/ldlt : mark p() and pt() permutation matrix getters const #180

Merged
merged 2 commits into from Feb 20, 2023

Conversation

ManifoldFR
Copy link
Member

In order to interface with the backend's Lldt class we need to be able to grab the permutation matrices on a const Ldlt pointer or reference. This PR fixes constness on the getters.

@CLAassistant
Copy link

CLAassistant commented Feb 20, 2023

CLA assistant check
All committers have signed the CLA.

@jcarpent jcarpent enabled auto-merge (squash) February 20, 2023 19:49
@jcarpent jcarpent merged commit eeb4888 into devel Feb 20, 2023
@jcarpent jcarpent deleted the manifold/ldlt-const-perm branch February 21, 2023 08:15
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.

None yet

4 participants