MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mp.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef MNEMATH_H
37 #define MNEMATH_H
38 
39 //ToDo move this to the new MNE math library
40 
41 //*************************************************************************************************************
42 //=============================================================================================================
43 // MNE INCLUDES
44 //=============================================================================================================
45 
46 #include "../utils_global.h"
47 
48 #include <iostream>
49 
50 
51 //*************************************************************************************************************
52 //=============================================================================================================
53 // Eigen INCLUDES
54 //=============================================================================================================
55 
56 #include <Eigen/Core>
57 #include <Eigen/SparseCore>
58 #include <Eigen/Eigen>
59 #include <Eigen/SVD>
60 
61 
62 //*************************************************************************************************************
63 //=============================================================================================================
64 // QT INCLUDES
65 //=============================================================================================================
66 
67 #include <QStringList>
68 #include <QVariant>
69 #include <QDebug>
70 
71 
72 //*************************************************************************************************************
73 //=============================================================================================================
74 // DEFINE NAMESPACE UTILSLIB
75 //=============================================================================================================
76 
77 namespace UTILSLIB
78 {
79 
80 //*************************************************************************************************************
81 //=============================================================================================================
82 // USED NAMESPACES
83 //=============================================================================================================
84 
85 using namespace Eigen;
86 
87 
88 //*************************************************************************************************************
89 //=============================================================================================================
90 // FORWARD DECLARATIONS
91 //=============================================================================================================
92 
93 
94 //=============================================================================================================
101 {
102 public:
103  //=========================================================================================================
107  MP();
108 
109 };
110 
111 //*************************************************************************************************************
112 //=============================================================================================================
113 // INLINE & TEMPLATE DEFINITIONS
114 //=============================================================================================================
115 
116 
117 } // NAMESPACE
118 
119 #endif // MP_H
#define UTILSSHARED_EXPORT
Definition: utils_global.h:55
ToDo.
Definition: mp.h:100