Changeset 22 for tests/testSmp.cpp

Show
Ignore:
Timestamp:
02/18/08 17:50:37 (17 years ago)
Author:
smidl
Message:

upravy Kalmana

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/testSmp.cpp

    r14 r22  
    11#include <itpp/itbase.h> 
    2 #include "libEF.h" 
     2#include <stat/libEF.h> 
    33 
    44using namespace itpp; 
     
    1515        int N = 10000; //number of samples 
    1616        vec mu0 = "1.5 1.7"; 
    17         ldmat R = ldmat("1.2 0.3; 0.3 5"); 
     17        mat V0("1.2 0.3; 0.3 5"); 
     18        ldmat R = ldmat(V0); 
    1819        enorm<ldmat> eN(rv,mu0,R); 
    1920