File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ algorithms and would take years to debug them. SciPy uses a variety of
36
36
methods to generate \" wrappers\" around these algorithms so that they
37
37
can be used in Python. Some wrappers were generated by hand coding them
38
38
in C. The rest were generated using either SWIG or
39
- [ f2py] ( https://www. f2py.com ) . Some of the newer contributions to SciPy
39
+ [ f2py] ( https://numpy.org/doc/stable/ f2py/index.html ) . Some of the newer contributions to SciPy
40
40
are either written entirely or wrapped with
41
41
[ Cython] ( https://cython.org/ ) or [ Pythran] ( https://pythran.readthedocs.io ) .
42
42
@@ -104,7 +104,7 @@ range of high-quality 3D visualization features, utilizing the powerful
104
104
105
105
` scipy.linalg ` is a more complete wrapping
106
106
of Fortran [ LAPACK] ( https://www.netlib.org/lapack/ ) using
107
- [ f2py] ( https://www. f2py.com ) .
107
+ [ f2py] ( https://numpy.org/doc/stable/ f2py/index.html ) .
108
108
109
109
One of the design goals of NumPy was to make it buildable without a
110
110
Fortran compiler, and if you don\' t have LAPACK available, NumPy will
You can’t perform that action at this time.
0 commit comments