Dear all,
I have a very simple question. If I have two vector, let's say AA(:) and BB(:), what is between the following options the faster one?
DO i=1,SIZE(AA) AA(i)=BB(i) ENDDO
or
AA(:) = BB(:)
thanks a lot
Dear all,
I have a very simple question. If I have two vector, let's say AA(:) and BB(:), what is between the following options the faster one?
DO i=1,SIZE(AA) AA(i)=BB(i) ENDDO
or
AA(:) = BB(:)
thanks a lot