OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuiteSparse
(Results
1 - 9
of
9
) sorted by null
/external/ceres-solver/internal/ceres/
suitesparse.cc
35
#include "ceres/
suitesparse
.h"
47
SuiteSparse
::
SuiteSparse
() {
51
SuiteSparse
::~
SuiteSparse
() {
55
cholmod_sparse*
SuiteSparse
::CreateSparseMatrix(TripletSparseMatrix* A) {
74
cholmod_sparse*
SuiteSparse
::CreateSparseMatrixTranspose(
95
cholmod_sparse
SuiteSparse
::CreateSparseMatrixTransposeView(
116
cholmod_dense*
SuiteSparse
::CreateDenseVector(const double* x,
127
cholmod_factor*
SuiteSparse
::AnalyzeCholesky(cholmod_sparse* A
[
all
...]
suitesparse.h
31
// A simple C++ interface to the
SuiteSparse
and CHOLMOD libraries.
51
// Before
SuiteSparse
version 4.2.0, cholmod_camd was only enabled
52
// if
SuiteSparse
was compiled with Metis support. This makes
66
// newer versions of
SuiteSparse
. So for older versions of
67
//
SuiteSparse
, we define SuiteSparse_long to be the same as UF_long,
68
// which is what recent versions of
SuiteSparse
do anyways.
84
class
SuiteSparse
{
86
SuiteSparse
();
87
~
SuiteSparse
();
100
// use the
SuiteSparse
machinery to allocate memory
[
all
...]
sparse_normal_cholesky_solver.h
42
#include "ceres/
suitesparse
.h"
87
SuiteSparse
ss_;
reorder_program.cc
47
#include "ceres/
suitesparse
.h"
84
SuiteSparse
ss;
92
!
SuiteSparse
::IsConstrainedApproximateMinimumDegreeOrderingAvailable()) {
266
SuiteSparse
ss;
267
if (!
SuiteSparse
::IsConstrainedApproximateMinimumDegreeOrderingAvailable()) {
schur_complement_solver.h
46
#include "ceres/
suitesparse
.h"
92
// matrix is small and dense, or if CHOLMOD/
SuiteSparse
is not
98
// CHOLMOD/
SuiteSparse
be installed, as it uses CHOLMOD to find a
182
SuiteSparse
ss_;
visibility_based_preconditioner.h
60
#include "ceres/
suitesparse
.h"
194
//
SuiteSparse
context object, even though it does not result in any
196
SuiteSparse
ss_;
205
#else //
SuiteSparse
206
// If
SuiteSparse
is not compiled in, the preconditioner is not
213
"build Ceres with
SuiteSparse
.";
visibility_based_preconditioner.cc
462
SuiteSparse
* ss = const_cast<
SuiteSparse
*>(&ss_);
compressed_col_sparse_matrix_utils_test.cc
34
#include "ceres/
suitesparse
.h"
154
SuiteSparse
ss;
/external/ceres-solver/scripts/
ceres-solver.spec
21
#
suitesparse
<= 3.4.0-7 ships without *.hpp C++ headers
23
BuildRequires:
suitesparse
-devel > 3.4.0-7
24
# If the
suitesparse
package was built with TBB then we need TBB too
45
- Sparse Cholesky factorization (using
SuiteSparse
) for large sparse problems
Completed in 123 milliseconds