FLIPACK  3.1
Fast Linear Inversion Package
 All Classes Files Functions Variables Pages
read_X_R_Measurements.hpp
Go to the documentation of this file.
1 
11 #ifndef __read_X_R_Measurements_hpp__
12 #define __read_X_R_Measurements_hpp__
13 
14 #include"environment.hpp"
15 
16 
17 using namespace Eigen;
18 using namespace std;
19 
20 
21 void read_X_R_Measurements (const string& filename, unsigned long &N, unsigned short& p, unsigned& m, unsigned& nMeasurementSets, MatrixXd& X, MatrixXd& R, MatrixXd& measurements);
22 
23 void read_Matrix_By_Line(const string& s, unsigned long row, MatrixXd& M, unsigned m);
24 
25 #endif //(__read_X_R_Measurements_hpp__)