You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Installing ``PARDISO`` Solver
32
32
33
33
The default sparse solver used in ``scipy`` is ``SuperLU``.
34
34
It performs okay for small matrices but appears to be very slow for larger matrices.
35
-
The ``PARDISO`` solver is a much faster alternative, but it requires the installation of the ``MKL`` library, which takes a lot of disk space.
35
+
The ``PARDISO`` solver is a much faster alternative (see `pypadiso <https://github.com/haasad/PyPardisoProject>`_), but it requires the installation of the ``MKL`` library, which takes a lot of disk space.
36
36
37
37
If you do not have a disk space constraint, you can use the ``PARDISO`` solver by:
0 commit comments