remove extra docstring

release/4.3a0
Varun Agrawal 2025-01-24 19:56:32 -05:00
parent fe38776dc4
commit 938ae06031
1 changed files with 0 additions and 11 deletions

View File

@ -69,17 +69,6 @@ class GTSAM_EXPORT HybridSmoother {
std::optional<size_t> maxNrLeaves = {},
const std::optional<Ordering> given_ordering = {});
/**
* @brief Get an elimination ordering which eliminates continuous and then
* discrete.
*
* Expects `newFactors` to already have the necessary conditionals connected
* to the
*
* @param factors
* @return Ordering
*/
/**
* @brief Get an elimination ordering which eliminates continuous
* and then discrete.