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

Make complex numbers immutable. #104

Merged
merged 8 commits into from
Aug 9, 2024
Merged

Make complex numbers immutable. #104

merged 8 commits into from
Aug 9, 2024

Conversation

jacobdwatters
Copy link
Owner

No description provided.

- Fixed for CooMatrix, CooCMatrix, CsrMatrix, and CsrCMatrix.
…cation.

- Replaced ThreadManager.concurrentLoop methods with ThreadManager.concurrentOperation and ThreadManager.concurrentBlockedOperation. These methods offer a slight performance enhancement over the old methods as they have remove some overhead related to IntStream's.

- The way some values are indexed in matrix multiplication methods has been updated to reduce the total number of array axes and the number of index computations. This will should result in a slight performance improvement for large matrices.
Copy link

sonarqubecloud bot commented Aug 9, 2024

@jacobdwatters jacobdwatters merged commit 8124b29 into master Aug 9, 2024
2 checks passed
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.

1 participant