Questions about interfacing Mathematica and Fortran. This also includes conversion of Fortran style numbers to Mathematica style.
17
votes
1answer
401 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, ...
12
votes
1answer
303 views
How can I get Mathematica to produce better Fortran code?
I am new to Mathematica and I am trying to get to it to produce some expressions in Fortran code. However, it seems that Mathematica will output duplicated expressions, that is, expressions the need ...
6
votes
2answers
271 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 ...
4
votes
1answer
240 views
1
vote
0answers
83 views
How to fix a “NET::methodargs: Improper arguments supplied” error?
I am trying to call the fortran program: Phaml.f90, which is supposed to generate an array of size "num"
...
