From 2fea1a77459d7519989c40491115af05b5d43fb4 Mon Sep 17 00:00:00 2001 From: David Cattermole Date: Sat, 1 Feb 2025 16:39:43 +1100 Subject: [PATCH] Add ceres library solver implementation to README.md --- src/mmSolver/adjust/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mmSolver/adjust/README.md b/src/mmSolver/adjust/README.md index cb62da867..6ad3aaf73 100644 --- a/src/mmSolver/adjust/README.md +++ b/src/mmSolver/adjust/README.md @@ -6,6 +6,8 @@ solver. - `adjust_solveFunc.h/cpp` controls the inner solving evaluation loop. - `adjust_base.h/cpp` contains the 'solve' function, and interaction with Maya. +- `adjust_ceres_*.h/cpp` contains the solver loop implementation + when using the Ceres library. - `adjust_cminpack_*.h/cpp` contains the solver loop implementation when using the CMinpack library. - `adjust_levmar_*.h/cpp` contains the solver loop implementation when