41 #ifndef __EST_KALMAN_H__
42 #define __EST_KALMAN_H__
53 EST_FMatrix &Pinv_estimate_error_covariance_inverse,
55 EST_FMatrix &Rinv_measurement_noise_covariance_inverse,
A vector class for floating point numbers. EST_FVector x should be used instead of float *x wherever ...