Thanks for your great support so far! I have been able to generate a managed LAPACK from the (slightly altered) official sources at netlib.org.
Now, I am stuck with an interfacing issue: in a FORTRAN function, a parameter of
CHARACTER*( * ) NAME
is translated to
Salford.Fortran.Character*
in the .NET assembly. This is an .NET enum type, declared in ftn95lib.dll. Could you point me to a documentation on how to use this type in lets say, C# to call any generated function using that type as parameter? Thanks again!