Skip to content

Commit

Permalink
Merge pull request #1 from wuhaochen/doc_linalg.spilu
Browse files Browse the repository at this point in the history
DOC: Remove outdated param milu
  • Loading branch information
wuhaochen committed Apr 7, 2015
2 parents b809f84 + 3b5349e commit 0275fc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scipy/sparse/linalg/dsolve/linsolve.py
Expand Up @@ -273,9 +273,6 @@ def spilu(A, drop_tol=None, fill_factor=None, drop_rule=None, permc_spec=None,
``secondary``, ``dynamic``, ``interp``. (Default: ``basic,area``)
See SuperLU documentation for details.
milu : str, optional
Which version of modified ILU to use. (Choices: ``silu``,
``smilu_1``, ``smilu_2`` (default), ``smilu_3``.)
Remaining other options
Same as for `splu`
Expand Down

0 comments on commit 0275fc0

Please sign in to comment.