1 #ifndef _test_Factory_helper_h_
2 #define _test_Factory_helper_h_
12 #include <fei_macros.hpp>
14 #include <fei_Factory.hpp>
16 class test_Factory_helper {
18 test_Factory_helper(){}
19 virtual ~test_Factory_helper(){}
21 int dyncastMatrix(
fei::Matrix* matrix,
const char* libname);
23 int dyncastVector(
fei::Vector* vector,
const char* libname);