9 #ifndef _test_FEI_Impl_hpp_
10 #define _test_FEI_Impl_hpp_
12 #include <fei_macros.hpp>
16 #include <test_utils/tester.hpp>
18 #include <test_utils/testData.hpp>
29 static const char name[] =
"fei::FEI_Impl";
30 return((
const char*)name);
45 int compareCoefs(
int n,
46 const double*
const* coefs1,
47 const double*
const* coefs2);
51 #endif // _test_FEI_Impl_hpp_