And please, could you explain why this behaviour occurs for the previous function but not for the following one:
*ftest2 = function(x) * * x = x[[2,1]] * * return x* *end*
'Stéphane Laurent' via julia-users Sun, 29 Jun 2014 02:30:17 -0700
And please, could you explain why this behaviour occurs for the previous function but not for the following one:
*ftest2 = function(x) * * x = x[[2,1]] * * return x* *end*