Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Save-and-Load-Eigen-Cpp-Matrices-Arrays-to-and-from-CSV-files

IMPORTANT NOTE: First, thoroughly read the license in the file called LICENSE.md!

The functions provided in this C++ source file are used to save and load Eigen C++ matrices/arrays to and from CSV values. The post accompanying these codes is provided here:

https://aleksandarhaber.com/eigen-matrix-library-c-tutorial-saving-and-loading-data-in-from-a-csv-file/

and the accompanying video is given here:

https://www.youtube.com/watch?v=K9QB1LbemnY

The motivation for developing these function stems from the fact that the Eigen C++ matrix library does not contain functions for saving and loading objects to and from files. These functions are a part of a more complex project I am working on.

About

The functions provided in this C++ source files are used to save and load Eigen C++ matrices/arrays to and from CSV values.

Topics

Resources

Stars

11 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages