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

Method init_yY

bayes/src/infFlt.cpp:70–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void Information_scheme::init_yY ()
71/* Initialisation directly from Information
72 * Precondition:
73 * y, Y
74 * Postcondition:
75 * y, Y is PSD
76 */
77{
78 // Postconditions
79 if (!isPSD (Y))
80 error (Numeric_exception("Initial Y not PSD"));
81 update_required = true;
82}
83
84void Information_scheme::update_yY ()
85/* Postcondition:

Callers

nothing calls this directly

Calls 3

isPSDFunction · 0.85
errorFunction · 0.85
Numeric_exceptionClass · 0.85

Tested by

no test coverage detected