Hi,
I'm trying to convert some Fortran Code into Java.
Unfortunately the following Loop kind of blows my mind.
Could someone please explain in simple terms what is going on in this code?
DO 110 I=1,IWINDO
DO 111 J=1,IWINDO
A(J)=H(I0+I,J0+J)
111 CONTINUE
CALL...