Fix links to SuiteSparse & CXSparse.

- Thanks to Henrique Mendonça for reporting this.

Change-Id: I590f6138177b2e608eca9726f556d2f92d00d4d7
This commit is contained in:
Alex Stewart
2015-06-28 14:02:10 +01:00
parent b7e9a5762b
commit bae78c88c7
+2 -2
View File
@@ -64,11 +64,11 @@ optional. For details on customizing the build process, see
examples and tests.
- `SuiteSparse
<http://www.cise.ufl.edu/research/sparse/SuiteSparse/>`_. Needed for
<http://faculty.cse.tamu.edu/davis/suitesparse.html>`_. Needed for
solving large sparse linear systems. **Optional; strongly recomended
for large scale bundle adjustment**
- `CXSparse <http://www.cise.ufl.edu/research/sparse/CXSparse/>`_.
- `CXSparse <http://faculty.cse.tamu.edu/davis/suitesparse.html>`_.
Similar to ``SuiteSparse`` but simpler and slower. CXSparse has
no dependencies on ``LAPACK`` and ``BLAS``. This makes for a simpler
build process and a smaller binary. **Optional**