Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shtadinada committed Sep 28, 2024
1 parent 6649366 commit 7c8c688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions docs/src/references.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
```@docs
AbsSmoothFrankWolfe.as_frank_wolfe
AbsSmoothFrankWolfe.abs_linear
AbsSmoothFrankWolfe.signature_vec
AbsSmoothFrankWolfe.AbsSmoothLMO
```

3 changes: 1 addition & 2 deletions src/abs_linear.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""
One can get the abs-linearization of given f by abs_linear(x,f)
One can get the abs-linearization of given f by abs_linear(x,f)
x: base point
f: abs-smooth func
"""

function abs_linear(x,f)
n = length(x)

Expand Down

0 comments on commit 7c8c688

Please sign in to comment.