Skip to content

Yet another (header-only) C++ implementation of 2D matrices. I like this one because I also have a python module for IO, so it's really easy to go from numpy to C++

Notifications You must be signed in to change notification settings

dsakagi/thinmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thinmatrix

Yet another (header-only) C++ implementation of 2D matrices. I like this one because I also have a python module for IO, so it's really easy to go from numpy to C++

To use the C++ header, just include that header. It's self contained (except for some standard headers). It works with C++03 spec (although I would love to use some C++11 tricks in the future).

You can use the save and load methods to persist to disk. If you use the python module, you can use the read_tm and write_tm for IO as well - they will write and read numpy matrices.

About

Yet another (header-only) C++ implementation of 2D matrices. I like this one because I also have a python module for IO, so it's really easy to go from numpy to C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published