-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to new tensor inheritance. (#116)
* 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.
- Loading branch information
1 parent
bf30ecc
commit 12e4bc3
Showing
1,151 changed files
with
193,701 additions
and
44,975 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.