Fortran to Maple?

sara23's picture

Is there any software for converting a Fortran program to a Maple one? Is there any way for changing Fortran codes to Maple?

edgar's picture

backward

It seems Maple only has the "Fortran" function, which translates from Maple to Fortran.

---
G A Edgar

Vague guess: intermediate step?

If there is a Fortran to MATLAB translator (I'm not aware of any, but some aspects of these languages are quite similar), you should check out the new MATLAB translator in Maple 12 to import that intermediate code. See e.g. ?FromMatlab and ?FromMFile for more details. This facility does not cover 100% of MATLAB's language features, but it's extensible by the user.

JacquesC's picture

Another possibility

Using define_external, you can call Fortran routines from Maple.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}