| 32 | namespace g2o { |
| 33 | |
| 34 | Solver::Solver() : |
| 35 | _optimizer(0), _x(0), _b(0), _xSize(0), _maxXSize(0), |
| 36 | _isLevenberg(false), _additionalVectorSpace(0) |
| 37 | { |
| 38 | } |
| 39 | |
| 40 | Solver::~Solver() |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected