mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
fac46d50eb
This CL modernizes ProductParameterization in the following ways: - It uses std::unique_ptr for memory handling instead of using raw pointers and handmade memory management. - Replaces the constructors with a variadic template. Change-Id: I5c9fe42ac935b6c26e867dbd3369a4c766623047