OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_postordering
(Results
1 - 8
of
8
) sorted by null
/external/ceres-solver/internal/ceres/
unsymmetric_linear_solver_test.cc
169
options.
use_postordering
= false;
178
options.
use_postordering
= true;
198
options.
use_postordering
= false;
207
options.
use_postordering
= true;
227
options.
use_postordering
= false;
236
options.
use_postordering
= true;
schur_complement_solver_test.cc
92
bool
use_postordering
) {
103
options.
use_postordering
=
use_postordering
;
linear_solver.h
100
use_postordering
(false),
118
bool
use_postordering
;
member in struct:ceres::internal::LinearSolver::Options
sparse_normal_cholesky_solver.cc
276
if (options_.
use_postordering
) {
335
if (options_.
use_postordering
) {
solver_impl.cc
[
all
...]
schur_complement_solver.cc
303
if (options().
use_postordering
) {
/external/ceres-solver/include/ceres/
solver.h
121
use_postordering
= false;
517
// matrix. Setting
use_postordering
to true enables this tradeoff.
518
bool
use_postordering
;
member in struct:ceres::Solver::Options
[
all
...]
/external/ceres-solver/docs/source/
solving.rst
[
all
...]
Completed in 1964 milliseconds