New Julia
- in-place style of functions modifying inputs (no return)
eachrow()
: “Create a RowSlices object that is a vector of rows of matrix or vector A”
diff*()
: functions for difference matrices
collect()
: turns a generator (like range) into an array