Questions about interfacing Mathematica and Fortran. This also includes conversion of Fortran style numbers to Mathematica style.
6
votes
2answers
249 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 ...
12
votes
1answer
276 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 ...
1
vote
0answers
77 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"
...
4
votes
1answer
231 views
16
votes
1answer
368 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, ...
