How to apply arithmetic with shifted/rolled indices

17 views
Skip to first unread message

David Hummel

unread,
Sep 19, 2021, 9:23:33 AM9/19/21
to efficient-java-matrix-library-discuss
Hi - I am new to EJML and am trying to efficiently apply operations on two dense matrices where the indices of operation might be like f(A(i,j),B(i+1,j)).  Either through rolling the i index back to 0 or using a second operation on the two side columns, I would need to complete the operation.

How would one recommend doing this performantly?

Thanks!
Reply all
Reply to author
Forward
0 new messages