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

Develop #90

Closed
wants to merge 49 commits into from
Closed

Develop #90

wants to merge 49 commits into from

Conversation

jacobdwatters
Copy link
Owner

No description provided.

jacobdwatters and others added 30 commits July 10, 2023 16:21
- Also pulled up some methods from the sparse vector class into the RealSparseTensorBase class.
jacobdwatters and others added 19 commits August 6, 2023 20:48
- Fixed issues for sparse and complex sparse matrices discovered by tests.
- Refactoring of ArrayUtils class.
  - Changed some names and moved methods out of class.
  - Improved efficiency of some methods.
 - Constants in the CNumber class are now private and copies can be generated from methods.
 - Constants in the CNumber class are now private and copies can be generated from methods.
 - Constants in the CNumber class are now private and copies can be generated from methods.
 - Some small fixes and performance enhancements.
 - Some small fixes and performance enhancements.
- Added random complex sparse matrix methods to the RandomTensor class.
- Added new array utilities.
…ltiplications concurrent implementations.

A synchronized block has been added to fix the correctness issue but this has degraded the performance of the concurrent implementations significantly. As such, Sparse/Sparse and Sparse/Dense matrix multiplication now defaults to an iterative implementation.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 8, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 216 Code Smells

57.4% 57.4% Coverage
9.2% 9.2% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

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