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

Method init

bayes/src/unsFlt.cpp:85–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void Unscented_scheme::init ()
86/* Initialise state
87 * Pre : x,X
88 * Post: x,X is PSD
89 */
90{
91 // Postconditions
92 if (!isPSD (X))
93 error (Numeric_exception("Initial X not PSD"));
94}
95
96void Unscented_scheme::init_XX ()
97/* Initialise from Unscented state

Callers

nothing calls this directly

Calls 3

isPSDFunction · 0.85
errorFunction · 0.85
Numeric_exceptionClass · 0.85

Tested by

no test coverage detected