| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected