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
2025-04-28 11:24:45 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Sherman-Morrison
/
tests
History
François Coppens
3df8d33bfa
Problems with MaponiA3 when calling from C++ with HDF5 datasets is fixed. Bug was caused by uninitialised values of NEWed variables at several places. There are still a few remaining memory leaks. Explore with:
...
valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all
2021-02-25 12:17:45 +01:00
..
convert-to-h5.py
* Fixed the 3x3 MaponiA3 C++ example. Update_index vector cannot have values that are smaller than 1 because the first colums in Fortran is stored at 1 and not 0.
2021-02-24 18:41:48 +01:00
test.cpp
Problems with MaponiA3 when calling from C++ with HDF5 datasets is fixed. Bug was caused by uninitialised values of NEWed variables at several places. There are still a few remaining memory leaks. Explore with:
2021-02-25 12:17:45 +01:00