We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39a1dd4 + c3734bb commit 3218786Copy full SHA for 3218786
src/entities/DFGFactor.jl
@@ -13,6 +13,7 @@ abstract type AbstractPrior <: AbstractFactor end
13
abstract type AbstractRelative <: AbstractFactor end
14
abstract type AbstractRelativeRoots <: AbstractRelative end
15
abstract type AbstractRelativeMinimize <: AbstractRelative end
16
+abstract type AbstractManifoldMinimize <: AbstractRelative end # FIXME move here from IIF
17
18
# NOTE DF, Convolution is IIF idea, but DFG should know about "FactorOperationalMemory"
19
# DF, IIF.CommonConvWrapper <: FactorOperationalMemory #
0 commit comments