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

Sparse Matrices #87

Merged
merged 34 commits into from
Oct 4, 2023
Merged

Sparse Matrices #87

merged 34 commits into from
Oct 4, 2023

Conversation

jacobdwatters
Copy link
Owner

Implemented real and complex sparse matrices.

- 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.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 4, 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 155 Code Smells

55.6% 55.6% Coverage
7.6% 7.6% 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

@jacobdwatters jacobdwatters merged commit b4f65ea into develop Oct 4, 2023
2 of 3 checks passed
@jacobdwatters jacobdwatters deleted the sparse-matricies branch October 4, 2023 20:01
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