MCPcopy Create free account
hub / github.com/cvanaret/Uno / COOLinearSystem

Method COOLinearSystem

uno/ingredients/subproblem_solvers/COOLinearSystem.cpp:8–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace uno {
8 COOLinearSystem::COOLinearSystem(int solver_indexing): solver_indexing(solver_indexing) {
9 }
10
11 void COOLinearSystem::initialize_hessian(const Subproblem& subproblem) {
12 // Hessian

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected