36 #ifndef IINVERSEALGORITHM_H
37 #define IINVERSEALGORITHM_H
60 class MNESourceEstimate;
78 using namespace Eigen;
124 virtual MNESourceEstimate calculateInverse(
const MatrixXd &data,
float tmin,
float tstep)
const = 0;
132 virtual const char* getName()
const = 0;
146 #endif // IINVERSEALGORITHM_H
Source Space descritpion.
Inverse algorithm interface.
virtual ~IInverseAlgorithm()