kalman/ekfilter_impl.hpp, line 650-651:
K_UINT_32 i, j, k, N = P_.nrow();
for (i = N - 2 + BEG; i >= BEG; --i) {
if BEG is 0 (the arrays/matrices are 0 indexed), then the loop would stop
when i=-1, but i can not be -1, because it is unsigned.
Nobody/Anonymous
None
None
Public
|
Date: 2008-01-28 04:51
|
|
Date: 2008-01-18 02:13
|
| Field | Old Value | Date | By |
|---|---|---|---|
| close_date | - | 2008-01-28 04:51 | vincent_zalzal |
| status_id | Open | 2008-01-28 04:51 | vincent_zalzal |
| resolution_id | None | 2008-01-28 04:51 | vincent_zalzal |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use