Go to file
Pablo Oliveira 6f34f485d3 C++ redesign of data-structures
- Use flat arrays
- Use real type for all matrices
- Merge _f MaponiA3 files
2021-02-09 14:34:39 +01:00
mwe 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
Octave-tests Put helper functions in separate header file from the Sherman-Morrison algo. 2021-02-03 12:13:09 +01:00
.gitignore Prepared the main Fortran infrastructure for the C++ calls. Updated the makefile. 2021-02-04 11:39:00 +01:00
cppmain.cpp C++ redesign of data-structures 2021-02-09 14:34:39 +01:00
fmain.f90 C++ redesign of data-structures 2021-02-09 14:34:39 +01:00
Helpers.hpp C++ redesign of data-structures 2021-02-09 14:34:39 +01:00
Makefile C++ redesign of data-structures 2021-02-09 14:34:39 +01:00
SM_MaponiA3_mod.f90 C++ redesign of data-structures 2021-02-09 14:34:39 +01:00
SM_MaponiA3.cpp C++ redesign of data-structures 2021-02-09 14:34:39 +01:00
SM_MaponiA3.hpp C++ redesign of data-structures 2021-02-09 14:34:39 +01:00