ThoughtWorksInc / Compute.scala

Scientific computing with N-dimensional arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse the transform matrix

Atry opened this issue · comments

All operations are performed on n-dimensional arrays, while the transformation matrix is performed on n-dimensional indices, thus, all transformation should be the inverse matrix of the operations.

Fixed in #25