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 0c0ab2a commit 5d8a05bCopy full SHA for 5d8a05b
ext/LogExpFunctionsInverseFunctionsExt.jl
@@ -22,7 +22,7 @@ InverseFunctions.inverse(::typeof(logitexp)) = loglogistic
22
InverseFunctions.inverse(::typeof(log1mlogistic)) = logit1mexp
23
InverseFunctions.inverse(::typeof(logit1mexp)) = log1mlogistic
24
25
-InverseFunctions.inverse(::typeof(softplus)) = invsofplus
26
-InverseFunctions.inverse(::typeof(invsofplus)) = softplus
+InverseFunctions.inverse(::typeof(softplus)) = invsoftplus
+InverseFunctions.inverse(::typeof(invsoftplus)) = softplus
27
28
end # module
0 commit comments