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

Method init

bayes/src/CIFlt.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43void CI_scheme::init ()
44{
45 // Postconditions
46 if (!isPSD (X))
47 error (Numeric_exception("Initial X not PSD"));
48}
49
50void CI_scheme::update ()
51{

Callers

nothing calls this directly

Calls 3

isPSDFunction · 0.85
errorFunction · 0.85
Numeric_exceptionClass · 0.85

Tested by

no test coverage detected