43 #define MALLOC_42(x,t) (t *)malloc((x)*sizeof(t))
45 #define FREE_42(x) if ((char *)(x) != NULL) free((char *)(x))
47 #define FREE_CMATRIX_42(m) mne_free_cmatrix_42((m))
49 void mne_free_cmatrix_42(
float **m)
61 using namespace Eigen;
62 using namespace FWDLIB;
68 FwdBemSolution::FwdBemSolution()
79 FREE_CMATRIX_42(solution);
84 void FwdBemSolution::fwd_bem_free_coil_solution(
void *user)