This website requires JavaScript.
Explore
Help
Register
Sign In
TREX
/
Sherman-Morrison
Watch
1
Star
0
Fork
0
You've already forked Sherman-Morrison
mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced
2024-11-03 20:54:08 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
2d2085f739
Sherman-Morrison
/
mwe
History
François Coppens
3f6bca2b04
The Fortran interface to C++ fuction MaponiA3() works but the mechanism of passing the 2D arrays from Fortran to C++ must be improved. Now the passed 'linear' 2D arrays are copied and reshaped into usable 2D arrays. This needs to be replaced with some suitable casting mechanism.
2021-02-06 18:59:07 +01:00
..
compile.sh
Solved linking problem by including C++ standard library '-lstdc++'. Also added a minimal working example of Fortran-C++ interfacing in dir 'mwe'.
2021-02-04 17:05:55 +01:00
main.cpp
The Fortran interface to C++ fuction MaponiA3() works but the mechanism of passing the 2D arrays from Fortran to C++ must be improved. Now the passed 'linear' 2D arrays are copied and reshaped into usable 2D arrays. This needs to be replaced with some suitable casting mechanism.
2021-02-06 18:59:07 +01:00
main.f90
Solved linking problem by including C++ standard library '-lstdc++'. Also added a minimal working example of Fortran-C++ interfacing in dir 'mwe'.
2021-02-04 17:05:55 +01:00
worker.cpp
Solved linking problem by including C++ standard library '-lstdc++'. Also added a minimal working example of Fortran-C++ interfacing in dir 'mwe'.
2021-02-04 17:05:55 +01:00
worker.h
Solved linking problem by including C++ standard library '-lstdc++'. Also added a minimal working example of Fortran-C++ interfacing in dir 'mwe'.
2021-02-04 17:05:55 +01:00