mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Reduce memory footprint of SubsetParameterization
Change-Id: If113cb4696d5aef3e50eed01fba7a3d4143b7ec8
This commit is contained in:
@@ -192,7 +192,7 @@ class CERES_EXPORT SubsetParameterization : public LocalParameterization {
|
||||
|
||||
private:
|
||||
const int local_size_;
|
||||
std::vector<int> constancy_mask_;
|
||||
std::vector<char> constancy_mask_;
|
||||
};
|
||||
|
||||
// Plus(x, delta) = [cos(|delta|), sin(|delta|) delta / |delta|] * x
|
||||
|
||||
Reference in New Issue
Block a user