Skip to content
Snippets Groups Projects
Commit 4d0f7031 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

add default solver to docstring

parent 2596791f
No related branches found
No related tags found
1 merge request!6Documentation
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -57,6 +57,7 @@ def solver(
If the system is 0-dimensional (finite), this parameter is ignored.
optimizer :
The solver used to solve the fixed point iteration.
Default uses `scipy.optimize.anderson`.
optimizer_kwargs :
The keyword arguments to pass to the optimizer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment