Skip to content

pretty printing and read/write to hdf5 of eigen matrices in gdb

Notifications You must be signed in to change notification settings

tomhaber/gdb_eigen.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdb_eigen.py

pretty printing and read/write to hdf5 of eigen matrices in gdb

Installation

Place the files in some directory, for example ~/.gdb/eigen, and put the following code snippet in your ~/.gdbinit file:

python
import sys
sys.path.insert(0, '<folder containing 'eigen'>')
import eigen
end

About

pretty printing and read/write to hdf5 of eigen matrices in gdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages