#include "itbase.h" using std::cout; using std::endl; using namespace itpp; int main() { int N=pow2i(16), NN=1000, i; vec a(N), b(N); double *p1=a._data(),*p2=b._data(); //Remove comments below to measure execution times. //Real_Timer time; //time.tic(); for (i=0; i