MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / IsIterativeSolver

Function IsIterativeSolver

internal/ceres/solver.cc:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

FullReportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected