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.
1 parent e602da9 commit c3734bbCopy full SHA for c3734bb
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