MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / init_kalman

Method init_kalman

bayes/src/bayesFlt.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103{}
104
105void Kalman_state_filter::init_kalman (const FM::Vec& x, const FM::SymMatrix& X)
106/* Initialise from a state and state covariance
107 * Parameters that reference the instance's x and X members are valid
108 */
109{
110 Kalman_state_filter::x = x;
111 Kalman_state_filter::X = X;
112 init ();
113}
114
115
116Bayes_base::Float

Callers 3

observeMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected