OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLUSTER_JACOBI
(Results
1 - 8
of
8
) sorted by null
/external/ceres-solver/include/ceres/
types.h
116
CLUSTER_JACOBI
,
/external/ceres-solver/internal/ceres/
iterative_schur_complement_solver.cc
134
case
CLUSTER_JACOBI
:
types.cc
77
CASESTR(
CLUSTER_JACOBI
);
89
STRENUM(
CLUSTER_JACOBI
);
system_test.cc
516
CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering,
CLUSTER_JACOBI
);
525
CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering,
CLUSTER_JACOBI
);
visibility_based_preconditioner.cc
76
CHECK(options_.type ==
CLUSTER_JACOBI
||
92
case
CLUSTER_JACOBI
:
131
// Determine the sparsity structure of the
CLUSTER_JACOBI
347
// Try factorizing the matrix. For
CLUSTER_JACOBI
, this should
363
// belong to the edges of the degree-2 forest. In the
CLUSTER_JACOBI
solver.cc
208
(preconditioner_type ==
CLUSTER_JACOBI
||
solver_impl.cc
[
all
...]
solver_impl_test.cc
838
options.preconditioner_type =
CLUSTER_JACOBI
;
[
all
...]
Completed in 58 milliseconds