Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
Currently, the candidate exploration algorithm of our code generation is not creating outer candidates for sum( (X != 0) * (U %*% t(V) - X) ^ 2) due to the sparse-unsafe minus X. This task aims to change that.