Skip to content

Commit

Permalink
Update docs/src/optimization_packages/manopt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Jun 3, 2024
1 parent 38d830a commit b315647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/optimization_packages/manopt.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ prob = OptimizationProblem(
sol = Optimization.solve(prob, opt)
```

<!-- The Karcher mean problem on the SPD manifold with the Frank-Wolfe algorithm can be solved as follows:
<!-- The box-constrained Karcher mean problem on the SPD manifold with the Frank-Wolfe algorithm can be solved as follows:
```@example Manopt2
M = SymmetricPositiveDefinite(5)
Expand Down

0 comments on commit b315647

Please sign in to comment.