Groups 81 of 99+ julia-users › Parallel coputing for vector? 1 post by 1 author AStupidbear Jan 21 I want to parallelly compute v+=g(v) while v is a large-dimentional vector. But I'd like to stick to the vector formalism so I don't want to change to for-loop and use @parallel. How could I do this?