gtsam
Loading...
Searching...
No Matches
SfmEliminationMode.h
Go to the documentation of this file.
1/* ----------------------------------------------------------------------------
2
3 * GTSAM Copyright 2010-2026, Georgia Tech Research Corporation,
4 * Atlanta, Georgia 30332-0415
5 * All Rights Reserved
6 * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7
8 * See LICENSE for the license information
9
10 * -------------------------------------------------------------------------- */
11
16
17#pragma once
18
19namespace gtsam {
20
26
27} // namespace gtsam
Global functions in a separate testing namespace.
Definition chartTesting.h:28
SfmEliminationMode
Determines whether an SFM optimizer solves the joint or reduced system.
Definition SfmEliminationMode.h:22
@ Schur
Eliminate landmark variables before solving the reduced system.
Definition SfmEliminationMode.h:24
@ Full
Send the complete system to the selected solver.
Definition SfmEliminationMode.h:23