Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 770 Bytes

File metadata and controls

15 lines (7 loc) · 770 Bytes

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.