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 8026e7c commit fb650bfCopy full SHA for fb650bf
src/variable_template.jl
@@ -88,7 +88,7 @@ end
88
89
Return the conic form for `a`. If it as already been created, it is directly
90
accessed in `context[a]`, otherwise, it is created by calling
91
-[`Convex.new_conic_form`](@ref) and then cached in `context` so that the next call
+[`Convex.new_conic_form!`](@ref) and then cached in `context` so that the next call
92
with the same expression does not create a duplicate one.
93
"""
94
function conic_form!(context::Context, a::AbstractExpr)
0 commit comments