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 8740a48 commit 6401a2dCopy full SHA for 6401a2d
src/ParametricManoptDev.jl
@@ -193,8 +193,7 @@ function solve_RLM(
193
# varIntLabel_frontals = filter(p->first(p) in frontals, varIntLabel)
194
# varIntLabel_separators = filter(p->first(p) in separators, varIntLabel)
195
196
- calcfacs = CalcFactorManopt.(facs, Ref(varIntLabel))
197
-
+ calcfacs = map(f->CalcFactorManopt(f, varIntLabel), facs)
198
199
# get the manifold and variable types
200
frontal_vars = getVariable.(fg, frontals)
0 commit comments