Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void CI_scheme::init ()
44
{
45
// Postconditions
46
if (!isPSD (X))
47
error (Numeric_exception(
"Initial X not PSD"
));
48
}
49
50
void CI_scheme::update ()
51
{
Callers
nothing calls this directly
Calls
3
isPSD
Function · 0.85
error
Function · 0.85
Numeric_exception
Class · 0.85
Tested by
no test coverage detected