---------------------------------------------------------------------------------------- Constructor
| 40 | //---------------------------------------------------------------------------------------- |
| 41 | // Constructor |
| 42 | CCglsAlgorithm::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++ |
nothing calls this directly
no outgoing calls
no test coverage detected