ADBench icon indicating copy to clipboard operation
ADBench copied to clipboard

Make Zygote more Julian

Open awf opened this issue 5 years ago • 2 comments

  1. make cam in project a
struct Camera{T}
   rot :: SVector{3,T}
   centre :: SVector{2,T}
   radial :: SVector{2,T}
   focal :: T
   X0 : SVector{2,T}

awf avatar Oct 08 '19 13:10 awf

  1. replace pack() unpack() with struct as above

awf avatar Oct 08 '19 14:10 awf

  1. Replace parents integer indices with a tree data structure. This will allow for less mutative updating in relatives_to_absolutes and cleaner, hopefully faster, code.

awf avatar Oct 08 '19 14:10 awf