Changeset 201 for tests/emix_test.cpp

Show
Ignore:
Timestamp:
11/10/08 15:40:25 (16 years ago)
Author:
smidl
Message:

oprava ARX a prejmenovani sampleN na sample_m

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/emix_test.cpp

    r193 r201  
    7777        vec ll ( N ); 
    7878        vec ll2 ( N ); 
    79         mat Smp=M2.sampleN ( N ); 
     79        mat Smp=M2.sample_m ( N ); 
    8080        ll = M2.evalpdflog_m(Smp); 
    8181