Home
last modified time | relevance | path

Searched refs:SuiteSparse (Results 1 – 25 of 25) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsuitesparse.cc47 SuiteSparse::SuiteSparse() { in SuiteSparse() function in ceres::internal::SuiteSparse
51 SuiteSparse::~SuiteSparse() { in ~SuiteSparse()
55 cholmod_sparse* SuiteSparse::CreateSparseMatrix(TripletSparseMatrix* A) { in CreateSparseMatrix()
74 cholmod_sparse* SuiteSparse::CreateSparseMatrixTranspose( in CreateSparseMatrixTranspose()
95 cholmod_sparse SuiteSparse::CreateSparseMatrixTransposeView( in CreateSparseMatrixTransposeView()
116 cholmod_dense* SuiteSparse::CreateDenseVector(const double* x, in CreateDenseVector()
127 cholmod_factor* SuiteSparse::AnalyzeCholesky(cholmod_sparse* A, in AnalyzeCholesky()
151 cholmod_factor* SuiteSparse::BlockAnalyzeCholesky( in BlockAnalyzeCholesky()
163 cholmod_factor* SuiteSparse::AnalyzeCholeskyWithUserOrdering( in AnalyzeCholeskyWithUserOrdering()
186 cholmod_factor* SuiteSparse::AnalyzeCholeskyWithNaturalOrdering( in AnalyzeCholeskyWithNaturalOrdering()
[all …]
Dsuitesparse.h84 class SuiteSparse {
86 SuiteSparse();
87 ~SuiteSparse();
288 class SuiteSparse {
Dreorder_program.cc84 SuiteSparse ss; in OrderingForSparseNormalCholeskyUsingSuiteSparse()
92 !SuiteSparse::IsConstrainedApproximateMinimumDegreeOrderingAvailable()) { in OrderingForSparseNormalCholeskyUsingSuiteSparse()
266 SuiteSparse ss; in MaybeReorderSchurComplementColumnsUsingSuiteSparse()
267 if (!SuiteSparse::IsConstrainedApproximateMinimumDegreeOrderingAvailable()) { in MaybeReorderSchurComplementColumnsUsingSuiteSparse()
Dsparse_normal_cholesky_solver.h87 SuiteSparse ss_;
Dvisibility_based_preconditioner.h196 SuiteSparse ss_;
Dschur_complement_solver.h182 SuiteSparse ss_;
Dvisibility_based_preconditioner.cc462 SuiteSparse* ss = const_cast<SuiteSparse*>(&ss_); in RightMultiply()
Dcompressed_col_sparse_matrix_utils_test.cc154 SuiteSparse ss; in TEST()
DCMakeLists.txt284 # independent of SuiteSparse.
/external/ceres-solver/cmake/
DFindSuiteSparse.cmake32 # FindSuiteSparse.cmake - Find SuiteSparse libraries & dependencies.
36 # SUITESPARSE_FOUND: TRUE iff SuiteSparse and all dependencies have been found.
37 # SUITESPARSE_INCLUDE_DIRS: Include directories for all SuiteSparse components.
38 # SUITESPARSE_LIBRARIES: Libraries for all SuiteSparse component libraries and
47 # on Ubuntu, SUITESPARSE_VERSION is 3.4.0 and found SuiteSparse is a system
48 # install, in which case found version of SuiteSparse cannot be used to link
54 # search for SuiteSparse includes,
57 # search for SuiteSparse libraries,
61 # SuiteSparse components searched for, the SUITESPARSE_XX variables are the
94 # == Common configuration for all but CSparse (SuiteSparse version >= 4).
[all …]
Dconfig.h.in50 // If defined, Ceres was compiled without SuiteSparse.
/external/ceres-solver/docs/source/
Dbuilding.rst58 - `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).
[all …]
Dfaqs.rst138 ``SuiteSparse`` or ``CXSparse`` installed.
145 requires that you have ``SuiteSparse`` or ``CXSparse``
153 which ``DENSE_SCHUR`` is too slow but ``SuiteSparse`` is not
158 order. They require that you have ``SuiteSparse``
Dfeatures.rst52 factorization (`SuiteSparse`_ or `CXSparse`_) for large sparse
87 .. _SuiteSparse: http://www.cise.ufl.edu/research/sparse/SuiteSparse/ target
Dversion_history.rst142 #. SuiteSparse errors do not cause a fatal crash anymore.
147 #. Fix build breakage on old versions of SuiteSparse.
268 #. Fix breakage on old versions of SuiteSparse. (Fisher Yu)
298 #. Fix configuration error on systems without SuiteSparse installed
462 #. ``SCHUR_JACOBI`` can now be used without ``SuiteSparse``.
784 #. Changed the semantics of how ``SuiteSparse`` dependencies are
785 checked and used. Now ``SuiteSparse`` is built by default, only if
Dsolving.rst493 Professor Tim Davis' ``SuiteSparse`` or ``CXSparse`` packages [Chen]_
1161 algorithm. If Ceres is built with support for ``SuiteSparse`` or
1219 ``SuiteSparse``, which is enabled by setting this parameter to
1224 ``SuiteSparse`` is a sophisticated and complex sparse linear
1227 If your needs/platforms prevent you from using ``SuiteSparse``,
1230 problems is not comparable to that of ``SuiteSparse``.
2316 in ``SuiteSparse``. It uses dense linear algebra and is multi
/external/ceres-solver/
DCMakeLists.txt98 OPTION(SUITESPARSE "Enable SuiteSparse." ON)
169 MESSAGE(STATUS "Building for iOS: SuiteSparse, CXSparse, gflags and OpenMP are not available.")
289 # SuiteSparse.
293 # via SuiteSparse to LAPACK.
294 MESSAGE("-- Disabling SuiteSparse as use of LAPACK has been disabled, "
295 "turn ON LAPACK to enable (optional) building with SuiteSparse.")
299 # By default, if SuiteSparse and all dependencies are found, Ceres is
300 # built with SuiteSparse support.
302 # Check for SuiteSparse and dependencies.
303 FIND_PACKAGE(SuiteSparse)
[all …]
/external/eigen/cmake/
DFindSPQR.cmake26 find_library(SUITESPARSE_LIBRARY SuiteSparse PATHS $ENV{SPQRDIR} ${LIB_INSTALL_DIR})
DFindUmfpack.cmake37 …find_library(SUITESPARSE_LIBRARY SuiteSparse PATHS ${UMFPACK_LIBDIR} $ENV{UMFPACKDIR} ${LIB_INSTAL…
DFindCholmod.cmake78 …find_library(SUITESPARSE_LIBRARY SuiteSparse PATHS ${CHOLMOD_LIBDIR} $ENV{CHOLMODDIR} ${LIB_INSTAL…
/external/eigen/Eigen/
DSPQRSupport13 … which is part of the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">suitesparse</…
DUmfPackSupport15 … which is part of the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">suitesparse</…
DCholmodSupport15 … which is part of the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">suitesparse</…
/external/eigen/doc/
DSparseLinearSystems.dox38 …<td>Requires the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">SuiteSparse</a> pa…
41 …<td>Requires the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">SuiteSparse</a> pa…
48 …<td> requires the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">SuiteSparse</a> p…
/external/ceres-solver/scripts/
Dceres-solver.spec45 - Sparse Cholesky factorization (using SuiteSparse) for large sparse problems