Show
Ignore:
Timestamp:
07/27/09 22:42:24 (15 years ago)
Author:
smidl
Message:

bug in chmat.opupdt resolved

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/math/chmat.cpp

    r279 r434  
    1010        mat R; 
    1111        mat V(1,v.length()); 
    12         V.set_row(0,v*w); 
     12        V.set_row(0,v*sqrt(w)); 
    1313        Z = concat_vertical ( Ch,V ); 
    1414        qr ( Z,R );