HomeSort by relevance Sort by last modified time
    Searched refs:sparse_linear_algebra_library_type (Results 1 - 15 of 15) sorted by null

  /external/ceres-solver/internal/ceres/
reorder_program.h 76 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type,
93 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type,
unsymmetric_linear_solver_test.cc 167 options.sparse_linear_algebra_library_type = SUITE_SPARSE;
176 options.sparse_linear_algebra_library_type = SUITE_SPARSE;
185 options.sparse_linear_algebra_library_type = SUITE_SPARSE;
196 options.sparse_linear_algebra_library_type = CX_SPARSE;
205 options.sparse_linear_algebra_library_type = CX_SPARSE;
214 options.sparse_linear_algebra_library_type = CX_SPARSE;
225 options.sparse_linear_algebra_library_type = EIGEN_SPARSE;
234 options.sparse_linear_algebra_library_type = EIGEN_SPARSE;
243 options.sparse_linear_algebra_library_type = EIGEN_SPARSE;
preconditioner.h 53 sparse_linear_algebra_library_type(SUITE_SPARSE),
62 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type; member in struct:ceres::internal::Preconditioner::Options
system_test.cc 70 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type,
73 sparse_linear_algebra_library_type(sparse_linear_algebra_library_type),
81 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type,
85 sparse_linear_algebra_library_type(sparse_linear_algebra_library_type),
96 sparse_linear_algebra_library_type),
103 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type; member in struct:ceres::internal::SolverConfig
138 options.sparse_linear_algebra_library_type =
139 config.sparse_linear_algebra_library_type;
    [all...]
reorder_program.cc 311 const SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type,
353 sparse_linear_algebra_library_type == SUITE_SPARSE) {
375 const SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type,
380 if (sparse_linear_algebra_library_type != SUITE_SPARSE &&
381 sparse_linear_algebra_library_type != CX_SPARSE &&
382 sparse_linear_algebra_library_type != EIGEN_SPARSE) {
396 if (sparse_linear_algebra_library_type == EIGEN_SPARSE) {
411 if (sparse_linear_algebra_library_type == SUITE_SPARSE) {
417 } else if (sparse_linear_algebra_library_type == CX_SPARSE){
iterative_schur_complement_solver.cc 115 preconditioner_options.sparse_linear_algebra_library_type =
116 options_.sparse_linear_algebra_library_type;
linear_solver.h 99 sparse_linear_algebra_library_type(SUITE_SPARSE),
115 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type; member in struct:ceres::internal::LinearSolver::Options
solver.cc 122 options.sparse_linear_algebra_library_type != SUITE_SPARSE) {
124 "Solver::Options::sparse_linear_algebra_library_type to be "
130 options.sparse_linear_algebra_library_type != SUITE_SPARSE) {
132 "Solver::Options::sparse_linear_algebra_library_type to be "
160 if (options.sparse_linear_algebra_library_type == SUITE_SPARSE) {
188 if (options.sparse_linear_algebra_library_type == CX_SPARSE) {
380 sparse_linear_algebra_library_type(SUITE_SPARSE),
443 sparse_linear_algebra_library_type));
schur_complement_solver_test.cc 91 ceres::SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type,
101 options.sparse_linear_algebra_library_type =
102 sparse_linear_algebra_library_type;
solver_impl.cc 361 summary->sparse_linear_algebra_library_type =
362 options.sparse_linear_algebra_library_type;
733 options->sparse_linear_algebra_library_type,
746 options->sparse_linear_algebra_library_type,
801 options->sparse_linear_algebra_library_type == SUITE_SPARSE) {
822 options->sparse_linear_algebra_library_type == CX_SPARSE) {
853 linear_solver_options.sparse_linear_algebra_library_type
    [all...]
solver_test.cc 245 options.sparse_linear_algebra_library_type = SUITE_SPARSE;
255 options.sparse_linear_algebra_library_type = CX_SPARSE;
sparse_normal_cholesky_solver.cc 103 switch (options_.sparse_linear_algebra_library_type) {
115 << options_.sparse_linear_algebra_library_type;
schur_complement_solver.cc 253 switch (options().sparse_linear_algebra_library_type) {
262 << options().sparse_linear_algebra_library_type;
  /external/ceres-solver/include/ceres/
solver.h 109 sparse_linear_algebra_library_type = SUITE_SPARSE;
112 sparse_linear_algebra_library_type = CX_SPARSE;
115 sparse_linear_algebra_library_type = EIGEN_SPARSE;
424 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type; member in struct:ceres::Solver::Options
933 SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type; member in struct:ceres::Solver::Summary
    [all...]
  /external/ceres-solver/examples/
bundle_adjuster.cc 134 &options->sparse_linear_algebra_library_type));

Completed in 901 milliseconds