https://bugs.documentfoundation.org/show_bug.cgi?id=89387
--- Comment #51 from Mohamed Amr <[email protected]> --- For operations that require traversing two matrices (slope/correlation), is there a preferred internal way (such as ApplyBinaryOperation) that guarantees aligned traversal over both matrices using the internal mdds storage? The goal is to avoid element-wise GetDouble(i,j) access while still preserving X/Y positional matching and avoiding the complexity O(n*m). I searched through past commits but didn’t find any patch that does this. I would like to work on the remaining functions. -- You are receiving this mail because: You are the assignee for the bug.
