Skip to content

Commit 212a37e

Browse files
authored
DOC add solvers to api (#79)
1 parent 19a5a6f commit 212a37e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/api.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,17 @@ Datafits
5858
QuadraticSVC
5959

6060

61+
Solvers
62+
=======
6163

64+
.. currentmodule:: skglm.solvers
65+
66+
.. autosummary::
67+
:toctree: generated/
68+
69+
AndersonCD
70+
GramCD
71+
GroupBCD
72+
MultiTaskBCD
73+
ProxNewton
74+

0 commit comments

Comments
 (0)