Lines Matching refs:SuiteSparse
58 - `SuiteSparse
59 <http://www.cise.ufl.edu/research/sparse/SuiteSparse/>`_. Needed for
64 Similar to ``SuiteSparse`` but simpler and slower. CXSparse has
70 ``SuiteSparse``, and optionally used by Ceres directly for some
89 **Optional but required for** ``SuiteSparse``.
101 Up to at least Ubuntu 13.10, the SuiteSparse package in the official
102 package repository (built from SuiteSparse v3.4.0) **cannot** be used
104 Ceres as a shared library using SuiteSparse, you must perform a
105 source install of SuiteSparse. It is recommended that you use the
106 current version of SuiteSparse (4.2.1 at the time of writing).
131 # SuiteSparse and CXSparse (optional)
133 # you can use the SuiteSparse package in the main Ubuntu package
137 # perform a source install of SuiteSparse (and uninstall the Ubuntu
258 # SuiteSparse and CXSparse
284 way of building SuiteSparse and CXSparse. There are however a number
317 #. (Experimental) ``SuiteSparse`` Previously SuiteSparse was not available
320 project. If you wish to use ``SuiteSparse``, follow their instructions
383 #. We're looking for someone to work with upstream ``SuiteSparse`` to
472 ``SuiteSparse`` if it and all of its dependencies are present. Turn
473 this ``OFF`` to build Ceres without ``SuiteSparse``. Note that
474 ``LAPACK`` must be ``ON`` in order to build with ``SuiteSparse``.
578 building Ceres with ``SuiteSparse``, the versions of ``BLAS`` & ``LAPACK``
579 used by ``SuiteSparse`` and Ceres should be the same.