Jafar
|
Class matrix_file loads/saves data into/from a matrix from/to a file. More...
Class matrix_file loads/saves data into/from a matrix from/to a file.
see a demo in jmath/demo_suite/mat_file.cpp
Definition at line 19 of file ublas_data_file.hpp.
#include <ublas_data_file.hpp>
Public Member Functions | |
matrix_file () | |
default constructor | |
matrix_file (const boost::numeric::ublas::matrix< T > &_data) | |
constructor which initializes data content to | |
Public Attributes | |
boost::numeric::ublas::matrix< T > | data |
Protected Member Functions | |
void | loadCSVFile (jafar::kernel::CSVFile &csvFile) |
Implement this method calling repeatedly CSVFile::getItem() method. | |
void | saveCSVFile (jafar::kernel::CSVFile &csvFile) |
Implement this method calling repeatedly CSVFile::setItem() method. |
jafar::jmath::matrix_file< T >::matrix_file | ( | const boost::numeric::ublas::matrix< T > & | _data | ) | [inline] |
constructor which initializes data content to
_data |
Definition at line 25 of file ublas_data_file.hpp.
Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |