00001 00013 #ifndef TEST_UTIL_H 00014 #define TEST_UTIL_H 00015 00016 #include <string> 00017 #include "itpp_ext.h" 00018 00019 namespace bdm { 00020 00021 class epdf; 00022 00028 std::string load_test_file ( const char *fname ); 00029 00030 double normcoef ( const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 00031 int xn = 100, int yn = 100 ); 00032 00033 itpp::vec num_mean2 ( const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 00034 int xn = 100, int yn = 100 ); 00035 00036 } 00037 00038 #endif