Registered Member
|
Hi everybody
I use Fortran (95/2003) and the library "eigen" could be useful for me to reduce the computational time in some subroutine. I tried a little to include the eigen libraries in a Fortran code but I didn't success. Does someone have an idea how to make work the eigen libraries in fortran code? Thanks |
Moderator
|
Eigen is a C++ template library so there is no easy way to write wrappers for Fortran. To exploit the power of Eigen, there is no alternative than using C++.
Note that we also provide a BLAS interface which is by definition compatible with Fortran, but then you are limited to what BLAS has to offer. |
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft