| 6 | |
| 7 | namespace uno { |
| 8 | COOLinearSystem::COOLinearSystem(int solver_indexing): solver_indexing(solver_indexing) { |
| 9 | } |
| 10 | |
| 11 | void COOLinearSystem::initialize_hessian(const Subproblem& subproblem) { |
| 12 | // Hessian |
nothing calls this directly
no outgoing calls
no test coverage detected