missing getindex for Colon arguments
Opened this issue · 0 comments
stevengj commented
Mat(rand(3,3))[1,:]
gives a MethodError
.
Mat(rand(3,3))[1,1:3]
is defined, though, so it seems like a one-liner to define Colon
methods
Opened this issue · 0 comments
Mat(rand(3,3))[1,:]
gives a MethodError
.
Mat(rand(3,3))[1,1:3]
is defined, though, so it seems like a one-liner to define Colon
methods