From 64af2fcfa6604c3fd7706893fc5711f2cd5bd4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 17 Oct 2023 09:08:29 +0200 Subject: [PATCH] Update docs/src/extensions.md Co-authored-by: Ronny Bergmann --- docs/src/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index b2378b034c..e8c18c3f7d 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -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.