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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to