#libmatiocpp Working but it's really rough and nothing to trust.
The makefile will build the wrapper lib and a test binary.
cmake .
make
sudo make install
Download libmatio and unpack. You may need to install additional libs and compile hdf for mat73 support.
./configure --libdir=/usr/lib64 --includedir=/usr/include/libmatio
make
sudo make install
- Better input structures. Using standard C types right now. Maybe use the new array type?
- Operator overloading of [] or (), the problem with this is whom is responsible for the memory
- Figure out a way to better keep track of the memory. (The wrapped matio pointers)