Show
Ignore:
Timestamp:
07/28/09 15:07:47 (15 years ago)
Author:
vbarta
Message:

moved egiw_test to testsuite (partially converted to a configurable test); added public method clearing RVs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/test_util.h

    r425 r436  
    1515 
    1616#include <string> 
     17#include "itpp_ext.h" 
    1718 
    1819namespace bdm { 
     20 
     21class epdf; 
    1922 
    2023/*! \brief Non-general but simple file load. 
     
    3437bool remove_all(const char *path); 
    3538 
     39double normcoef(const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 
     40                int xn = 100, int yn = 100); 
     41 
     42itpp::vec num_mean2(const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 
     43                    int xn = 100, int yn = 100); 
     44 
    3645} 
    3746