Ignore:
Timestamp:
Sep 14, 2014, 1:17:00 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r6164 r6169  
    612612    }
    613613
    614     cout << "AA:  " << AA.Nrows() << ' ' << AA.Ncols() << endl;
    615     cout << "ll:  " << ll.Nrows() << endl;
    616     cout << "PP:  " << PP.Nrows() << ' ' << PP.Ncols() << endl;
    617     cout << "_QQ: " << _QQ.Nrows() << ' ' << _QQ.Ncols() << endl;
    618     cout << "dx: "  << dx.Nrows() << endl;
    619 
    620     dx = 0.0;
     614    dx.ReSize(nPar); dx = 0.0;
    621615    kalman(AA, ll, PP, _QQ, dx);
    622616
    623     cout << "after Kalman" << endl;
    624 
    625617    ColumnVector vv = ll - AA * dx;
    626 
    627     cout << vv.t() << endl;
    628618
    629619    int     maxResIndex;
Note: See TracChangeset for help on using the changeset viewer.