MCPcopy Create free account
hub / github.com/astra-toolbox/astra-toolbox / CCglsAlgorithm

Method CCglsAlgorithm

src/CglsAlgorithm.cpp:42–53  ·  view source on GitHub ↗

---------------------------------------------------------------------------------------- Constructor

Source from the content-addressed store, hash-verified

40//----------------------------------------------------------------------------------------
41// Constructor
42CCglsAlgorithm::CCglsAlgorithm()
43 : r(nullptr),
44 w(nullptr),
45 z(nullptr),
46 p(nullptr),
47 alpha(0.0f),
48 beta(0.0f),
49 gamma(0.0f),
50 m_iIteration(0)
51{
52
53}
54
55//---------------------------------------------------------------------------------------
56// Initialize - C++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected