SG++-Doxygen-Documentation
|
This example shows how to initialize a DataMatrix object, store it to a file and then to restore it back.
We create a 2-by-2 matrix and fill it with values using the set() function.
Now we store the matrix to a file
We load a DataMatrix from a file and store it again (for no particular reason).