remove extra docstring
parent
fe38776dc4
commit
938ae06031
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue