Changes between Version 1 and Version 2 of PDAF_put_state_seik
- Timestamp:
- Jan 16, 2015, 9:44:14 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_seik
v1 v2 21 21 * `U_prodRinvA`: The name of the user-supplied routine that computes the product of the inverse of the observation error covariance matrix with some matrix provided to the routine by PDAF. This operation occurs during the analysis step of the SEIK filter. 22 22 * `U_init_obsvar`: The name of the user-supplied routine that provides a mean observation error variance to PDAF (This routine will only be executed, if an adaptive forgetting factor is used) 23 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_put_state_seik ` is exited without errors.23 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_put_state_seik_si` is exited without errors. 24 24 25 25