-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tensor inheritance #115
Merged
Merged
Tensor inheritance #115
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- All ring tensors now inherit from their equivalent semiring tensors. - All field tensors now inherit from their equivalent ring tensors. - Added tests for Complex64 numbers.
- Removed redundant transpose classes.
- Fixed bugs that caused failing tests.
- Fixed bugs that caused failing tests.
- Fixed bugs which failing tests.
- Updated and fixed matrix and vector norms - Changes to norms are reflected in the Condition.java for computing condition numbers.
Quality Gate passedIssues Measures |
jacobdwatters
added a commit
that referenced
this pull request
Jan 26, 2025
* Update workflows (#109) * Delete target directory * Update build.yml * Update JavaDoc. * Added coalesce and dropZero methods to all sparse COO tensor objects. * Updated toString methods for all tensor arrays types. Sparse arrays now use abbreviated arrays when printing indices/pointers. All arrays now only call method from PrintOptions once to ensure no unexpected issues can arise from PrintOptions being updated asynchronously. * Simplified naming conventions for operations. * Updated javadoc for dense matrices. * Fixed issue with matrix market write for coordinate matrices. Updated sparse toString methods for all sparse arrays. Added tests. * Added generic ring/semiring tensors. Added dense and sparse vector, matrix, and tensors which use a generic ring or semiring as the elements. * Tensor inheritance (#115) * Updated inheritance of tensors. - All ring tensors now inherit from their equivalent semiring tensors. - All field tensors now inherit from their equivalent ring tensors. - Added tests for Complex64 numbers. * Added Tests - Removed redundant transpose classes. * Fixed Javadoc. * Remove duplicated code. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs which failing tests. * Fix for norms. - Updated and fixed matrix and vector norms - Changes to norms are reflected in the Condition.java for computing condition numbers. * Added balancing decomposition * Small fixes. * Remove debug main method. * Update Javadoc. * All matrix object now use PrettyPrint * Refactor ArrayUtils.java - Unneeded methods removed. - Many methods moved to ArrayBuilder, ArrayConversions or ArrayJoiner utility classes. - Consolidated/Generified methods where it made sense. * Refactor of random array/tensor generation. - Added distributions which can be randomly sampled for improved random array creation.
jacobdwatters
added a commit
that referenced
this pull request
Jan 26, 2025
* Update workflows (#109) * Delete target directory * Update build.yml * Update JavaDoc. * Added coalesce and dropZero methods to all sparse COO tensor objects. * Updated toString methods for all tensor arrays types. Sparse arrays now use abbreviated arrays when printing indices/pointers. All arrays now only call method from PrintOptions once to ensure no unexpected issues can arise from PrintOptions being updated asynchronously. * Simplified naming conventions for operations. * Updated javadoc for dense matrices. * Fixed issue with matrix market write for coordinate matrices. Updated sparse toString methods for all sparse arrays. Added tests. * Added generic ring/semiring tensors. Added dense and sparse vector, matrix, and tensors which use a generic ring or semiring as the elements. * Tensor inheritance (#115) * Updated inheritance of tensors. - All ring tensors now inherit from their equivalent semiring tensors. - All field tensors now inherit from their equivalent ring tensors. - Added tests for Complex64 numbers. * Added Tests - Removed redundant transpose classes. * Fixed Javadoc. * Remove duplicated code. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs which failing tests. * Fix for norms. - Updated and fixed matrix and vector norms - Changes to norms are reflected in the Condition.java for computing condition numbers. * Added balancing decomposition * Small fixes. * Remove debug main method. * Update Javadoc. * All matrix object now use PrettyPrint * Refactor ArrayUtils.java - Unneeded methods removed. - Many methods moved to ArrayBuilder, ArrayConversions or ArrayJoiner utility classes. - Consolidated/Generified methods where it made sense. * Refactor of random array/tensor generation. - Added distributions which can be randomly sampled for improved random array creation. * Update README.md
jacobdwatters
added a commit
that referenced
this pull request
Jan 27, 2025
* Updated inheritance of tensors. - All ring tensors now inherit from their equivalent semiring tensors. - All field tensors now inherit from their equivalent ring tensors. - Added tests for Complex64 numbers. * Added Tests - Removed redundant transpose classes. * Fixed Javadoc. * Remove duplicated code. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs which failing tests. * Fix for norms. - Updated and fixed matrix and vector norms - Changes to norms are reflected in the Condition.java for computing condition numbers. * Added balancing decomposition * Small fixes.
jacobdwatters
added a commit
that referenced
this pull request
Jan 27, 2025
* Update workflows (#109) * Delete target directory * Update build.yml * Update JavaDoc. * Added coalesce and dropZero methods to all sparse COO tensor objects. * Updated toString methods for all tensor arrays types. Sparse arrays now use abbreviated arrays when printing indices/pointers. All arrays now only call method from PrintOptions once to ensure no unexpected issues can arise from PrintOptions being updated asynchronously. * Simplified naming conventions for operations. * Updated javadoc for dense matrices. * Fixed issue with matrix market write for coordinate matrices. Updated sparse toString methods for all sparse arrays. Added tests. * Added generic ring/semiring tensors. Added dense and sparse vector, matrix, and tensors which use a generic ring or semiring as the elements. * Tensor inheritance (#115) * Updated inheritance of tensors. - All ring tensors now inherit from their equivalent semiring tensors. - All field tensors now inherit from their equivalent ring tensors. - Added tests for Complex64 numbers. * Added Tests - Removed redundant transpose classes. * Fixed Javadoc. * Remove duplicated code. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs which failing tests. * Fix for norms. - Updated and fixed matrix and vector norms - Changes to norms are reflected in the Condition.java for computing condition numbers. * Added balancing decomposition * Small fixes. * Remove debug main method. * Update Javadoc. * All matrix object now use PrettyPrint * Refactor ArrayUtils.java - Unneeded methods removed. - Many methods moved to ArrayBuilder, ArrayConversions or ArrayJoiner utility classes. - Consolidated/Generified methods where it made sense. * Refactor of random array/tensor generation. - Added distributions which can be randomly sampled for improved random array creation. * Update README.md * Add rotation transformations * Add rotation transformations * Add rotation transformations * Add rotation transformations * Update JavaDoc. * Added coalesce and dropZero methods to all sparse COO tensor objects. * Updated toString methods for all tensor arrays types. Sparse arrays now use abbreviated arrays when printing indices/pointers. All arrays now only call method from PrintOptions once to ensure no unexpected issues can arise from PrintOptions being updated asynchronously. * Simplified naming conventions for operations. * Updated javadoc for dense matrices. * Fixed issue with matrix market write for coordinate matrices. Updated sparse toString methods for all sparse arrays. Added tests. * Added generic ring/semiring tensors. Added dense and sparse vector, matrix, and tensors which use a generic ring or semiring as the elements. * Tensor inheritance (#115) * Updated inheritance of tensors. - All ring tensors now inherit from their equivalent semiring tensors. - All field tensors now inherit from their equivalent ring tensors. - Added tests for Complex64 numbers. * Added Tests - Removed redundant transpose classes. * Fixed Javadoc. * Remove duplicated code. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs that caused failing tests. * Added tests. - Fixed bugs which failing tests. * Fix for norms. - Updated and fixed matrix and vector norms - Changes to norms are reflected in the Condition.java for computing condition numbers. * Added balancing decomposition * Small fixes. * Remove debug main method. * Update Javadoc. * All matrix object now use PrettyPrint * Refactor ArrayUtils.java - Unneeded methods removed. - Many methods moved to ArrayBuilder, ArrayConversions or ArrayJoiner utility classes. - Consolidated/Generified methods where it made sense. * Refactor of random array/tensor generation. - Added distributions which can be randomly sampled for improved random array creation. * Add rotation transformations * Add rotation transformations * Add rotation transformations * Add rotation transformations * Fixed un-capitalized Hermitian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Full rework of tensor inheritance structure.