MCPcopy Create free account
hub / github.com/VladyslavUsenko/basalt / log_problem_stats

Method log_problem_stats

src/linearization/linearization_abs_sc.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91template <typename Scalar_, int POSE_SIZE_>
92void LinearizationAbsSC<Scalar_, POSE_SIZE_>::log_problem_stats(
93 ExecutionStats& stats) const {
94 UNUSED(stats);
95}
96
97template <typename Scalar, int POSE_SIZE>
98Scalar LinearizationAbsSC<Scalar, POSE_SIZE>::linearizeProblem(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected