Questions about interfacing Mathematica and Fortran. This also includes conversion of Fortran style numbers to Mathematica style.

learn more… | top users | synonyms

16
votes
1answer
370 views

Linking FORTRAN with Librarylink

FORTRAN code can be called using MathLink or .NET/Link (see the link for a worked examples). But as mentioned in a talk by T.Gayley and J.Klein in Wolfram Technology Conference 2011, LibraryLink, ...
6
votes
2answers
251 views

How to change an expression to Fortran90 form?

I have a large expression produced by Mathematica. To use this expression in my Fortran program I need to change it to a Fortran90 form. I am not satisfied with the ...