| 90 | |
| 91 | template <typename Scalar_, int POSE_SIZE_> |
| 92 | void LinearizationAbsSC<Scalar_, POSE_SIZE_>::log_problem_stats( |
| 93 | ExecutionStats& stats) const { |
| 94 | UNUSED(stats); |
| 95 | } |
| 96 | |
| 97 | template <typename Scalar, int POSE_SIZE> |
| 98 | Scalar LinearizationAbsSC<Scalar, POSE_SIZE>::linearizeProblem( |
nothing calls this directly
no outgoing calls
no test coverage detected