Changeset 6169 in ntrip for trunk/BNC/src
- Timestamp:
- Sep 14, 2014, 1:17:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r6164 r6169 612 612 } 613 613 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; 621 615 kalman(AA, ll, PP, _QQ, dx); 622 616 623 cout << "after Kalman" << endl;624 625 617 ColumnVector vv = ll - AA * dx; 626 627 cout << vv.t() << endl;628 618 629 619 int maxResIndex;
Note:
See TracChangeset
for help on using the changeset viewer.