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

Implement Default trait for sparse matrix types #1312

Merged
merged 3 commits into from
Nov 12, 2023

Conversation

arscisca
Copy link
Contributor

This solves #1204 and implements the Default trait for CsMatrix, CscMatrix, CsrMatrix, SparsityPattern, and VecStorage, applying the changes proposed by @Andlon in #1206.

I added some unit tests where applicable as well.

@sebcrozet sebcrozet merged commit 83eccc6 into dimforge:dev Nov 12, 2023
10 of 12 checks passed
@sebcrozet
Copy link
Member

Thanks!

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

2 participants