Show
Ignore:
Timestamp:
09/03/09 00:27:23 (15 years ago)
Author:
smidl
Message:

new buffered datalink ( #32 ) and new datasources - all with minor trivial tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/design/ctrlbase.h

    r586 r598  
    9696                        pre_qr.set_submatrix(0,0,s*pr); 
    9797                        pre_qr.set_submatrix(dimx+dimu+dimy, dimu+dimx, -Qy*y_req); 
    98                         if (!qr(pre_qr,post_qr)) bdm_warning("QR in LQG unstable"); 
     98                        if (!qr(pre_qr,post_qr)){ bdm_warning("QR in LQG unstable");} 
    9999                        triu(post_qr); 
    100100        // hn(m+1:2*m+n+r,m+1:2*m+n+r);