MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / InitializeSGSolver

Function InitializeSGSolver

BakingLab/SG.cpp:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void InitializeSGSolver(uint64 numSGs)
68{
69 if(eigenInitialized == false)
70 {
71 Eigen::initParallel();
72 eigenInitialized = true;
73 }
74
75 GenerateUniformSGs(defaultInitialGuess, numSGs);
76}
77
78const SG* InitialGuess()
79{

Callers 1

UpdateMethod · 0.85

Calls 2

initParallelFunction · 0.85
GenerateUniformSGsFunction · 0.85

Tested by

no test coverage detected