You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2022/10/26 12:13:47 UTC

[GitHub] [systemds] Baunsgaard opened a new pull request, #1712: [SYSTEMDS-3456] MatrixBlock Equals

Baunsgaard opened a new pull request, #1712:
URL: https://github.com/apache/systemds/pull/1712

   This PR contains code for adding a new lib function to allow comparing matrices for equivalence.
   The functionality is going to be used in compression to compare dictionaries, but i thought the best way forward was to add it as a proper structure.
   
   The basic idea is to compare matrices and return false if any cells in the "semantic" version of the matrix block differ, meaning that for instance a sparse matrix can be compared to a dense and return true if the "semantic" of the matrices are the same, otherwise false.
   
   The PR is not containing code to cover Compressed Matrices, and with the initial commit only contain code for the interface and throws a NotImplementedException.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [systemds] Baunsgaard closed pull request #1712: [SYSTEMDS-3456] MatrixBlock Equals

Posted by GitBox <gi...@apache.org>.
Baunsgaard closed pull request #1712: [SYSTEMDS-3456] MatrixBlock Equals
URL: https://github.com/apache/systemds/pull/1712


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org