Skip to content

Commit

Permalink
Update docs/src/extensions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ronny Bergmann <[email protected]>
  • Loading branch information
blegat and kellertuer authored Oct 17, 2023
1 parent 7a3d7ef commit 64af2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Manopt.max_stepsize(::FixedRankMatrices, ::Any)
## JuMP.jl

Manopt can be used using the [JuMP.jl](https://github.com/jump-dev/JuMP.jl) interface.
The manifold is provided in the `@variable` macro (note that only array manifolds are supported).
The manifold is provided in the `@variable` macro. Note that until now, only variables (points on manifolds) are supported, that are arrays, i.e. especially structs do not yet work.
The algebraic expression of the objective function is specified in the `@objective` macro.
The `descent_state_type` attribute specifies the solver.

Expand Down

0 comments on commit 64af2fc

Please sign in to comment.