| 117 | } |
| 118 | |
| 119 | bool IsIterativeSolver(LinearSolverType type) { |
| 120 | return (type == CGNR || type == ITERATIVE_SCHUR); |
| 121 | } |
| 122 | |
| 123 | bool OptionsAreValidForDenseSolver(const Solver::Options& options, |
| 124 | std::string* error) { |
no outgoing calls
no test coverage detected