I have a problem.
I can only a little bit fortran. So I write a program first in Java, then I try to translate it in Fortran.
First my Java-Prgram:
public static void main(String[] args)
{
int matrix_groesse=4;
double [][] array=new double[matrix_groesse][matrix_groesse]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.