Changeset 162 for tests/testKF.cpp

Show
Ignore:
Timestamp:
09/04/08 20:27:01 (16 years ago)
Author:
smidl
Message:

opravy a dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/testKF.cpp

    r100 r162  
    4141         
    4242        // Prepare for Kalman filters in BDM: 
    43         ivec tmpsize(1); 
    44         tmpsize(0) = A.cols(); 
    45         RV rx("1","{x }",tmpsize,"0"); 
    46         tmpsize(0) = B.cols(); 
    47         RV ru("2","{u }",tmpsize,"0"); 
    48         tmpsize(0) = C.rows(); 
    49         RV ry("3","{y }",tmpsize,"0"); 
     43        RV rx("{x }",vec_1(A.cols())); 
     44        RV ru("{u }",vec_1(B.cols())); 
     45        RV ry("{y }",vec_1(C.rows())); 
    5046         
    5147//      // LDMAT