From bae78c88c7c6793733cbcdfda384ad276ddcef57 Mon Sep 17 00:00:00 2001 From: Alex Stewart Date: Sun, 28 Jun 2015 14:02:10 +0100 Subject: [PATCH] Fix links to SuiteSparse & CXSparse. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Thanks to Henrique Mendonça for reporting this. Change-Id: I590f6138177b2e608eca9726f556d2f92d00d4d7 --- docs/source/building.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/building.rst b/docs/source/building.rst index 9d6ab821f..9b85a78b4 100644 --- a/docs/source/building.rst +++ b/docs/source/building.rst @@ -64,11 +64,11 @@ optional. For details on customizing the build process, see examples and tests. - `SuiteSparse - `_. Needed for + `_. Needed for solving large sparse linear systems. **Optional; strongly recomended for large scale bundle adjustment** -- `CXSparse `_. +- `CXSparse `_. 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**