Assignments, Copies and Deepcop

If they are arrays of arrays then use deepcopy to be really safe

if they are just arrays of scalars (ie array of Float64), you can use copy

1 Like