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

Method initialize_memory

uno/ingredients/subproblem_solvers/SSIDS/SSIDSSolver.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 void SSIDSSolver::initialize_memory() {
16 this->workspace.n = static_cast<int>(this->linear_system.dimension);
17 this->workspace.nnz = static_cast<int>(this->linear_system.number_nonzeros);
18 }
19
20 void SSIDSSolver::do_symbolic_analysis() {
21 assert(!this->analysis_performed);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected