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

Method init

bayes/src/itrFlt.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Iterated_covariance_scheme::init ()
54{
55 // Postconditions
56 if (!isPSD (X))
57 error (Numeric_exception("Initial X not PSD"));
58}
59
60void Iterated_covariance_scheme::update ()
61{

Callers

nothing calls this directly

Calls 3

isPSDFunction · 0.85
errorFunction · 0.85
Numeric_exceptionClass · 0.85

Tested by

no test coverage detected