FLIPACK  3.1
Fast Linear Inversion Package
 All Classes Files Functions Variables Pages
read_metadata_FLIPACK.hpp
Go to the documentation of this file.
1 
11 #ifndef __read_metadata_FLIPACK_hpp__
12 #define __read_metadata_FLIPACK_hpp__
13 
14 #include"environment.hpp"
15 
16 
17 using namespace Eigen;
18 using namespace std;
19 
20 
21 void read_Metadata (const string& filenameMetadata, unsigned long& N, unsigned short& p,unsigned& m, unsigned& nMeasurementSets);
22 
23 
24 #endif //(__read_metadata_FLIPACK_hpp__)