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

  /external/ceres-solver/internal/ceres/
schur_eliminator.cc 54 (options.e_block_size == 2) &&
59 (options.e_block_size == 2) &&
64 (options.e_block_size == 2) &&
69 (options.e_block_size == 2) &&
74 (options.e_block_size == 3) &&
79 (options.e_block_size == 3) &&
84 (options.e_block_size == 3) &&
89 (options.e_block_size == 3) &&
94 (options.e_block_size == 4) &&
99 (options.e_block_size == 4) &
    [all...]
detect_structure.h 57 int* e_block_size,
detect_structure.cc 41 int* e_block_size,
45 *e_block_size = 0;
70 if (*e_block_size == 0) {
71 *e_block_size = bs.cols[e_block_id].size;
72 } else if (*e_block_size != Eigen::Dynamic &&
73 *e_block_size != bs.cols[e_block_id].size) {
75 << *e_block_size << " to "
77 *e_block_size = Eigen::Dynamic;
98 *e_block_size == Eigen::Dynamic &&
106 CHECK_NE(*e_block_size, 0) << "No e type blocks found"
    [all...]
generate_eliminator_specialization.py 162 (options.e_block_size == %s) &&
172 << options.e_block_size << ","
188 def SpecializationFilename(prefix, row_block_size, e_block_size, f_block_size):
190 e_block_size,
202 for row_block_size, e_block_size, f_block_size in SPECIALIZATIONS:
205 e_block_size,
212 e_block_size == "Eigen::Dynamic" and
216 fptr.write(template % (row_block_size, e_block_size, f_block_size))
220 e_block_size,
223 e_block_size,
    [all...]
generate_partitioned_matrix_view_specializations.py 161 (options.e_block_size == %s) &&
172 << options.e_block_size << ","
189 def SpecializationFilename(prefix, row_block_size, e_block_size, f_block_size):
191 e_block_size,
203 for row_block_size, e_block_size, f_block_size in SPECIALIZATIONS:
206 e_block_size,
213 e_block_size == "Eigen::Dynamic" and
217 fptr.write(template % (row_block_size, e_block_size, f_block_size))
221 e_block_size,
224 e_block_size,
    [all...]
partitioned_matrix_view.cc 55 (options.e_block_size == 2) &&
61 (options.e_block_size == 2) &&
67 (options.e_block_size == 2) &&
73 (options.e_block_size == 2) &&
79 (options.e_block_size == 3) &&
85 (options.e_block_size == 3) &&
91 (options.e_block_size == 3) &&
97 (options.e_block_size == 3) &&
103 (options.e_block_size == 4) &&
109 (options.e_block_size == 4) &
    [all...]
schur_eliminator_impl.h 122 const int e_block_size = bs->cols[chunk_block_id].size; local
138 buffer_size += e_block_size * bs->cols[cell.block_id].size;
158 // chunk_outer_product_buffer_ only needs to store e_block_size *
232 const int e_block_size = bs->cols[e_block_id].size; local
237 ete(e_block_size, e_block_size);
241 diag(D + bs->cols[e_block_id].position, e_block_size);
247 FixedArray<double, 8> g(e_block_size);
248 typename EigenTypes<kEBlockSize>::VectorRef gref(g.get(), e_block_size);
267 // e_block_size will typically be a small number like 3, i
314 const int e_block_size = bs->cols[e_block_id].size; local
382 const int e_block_size = bs->cols[e_block_id].size; local
446 const int e_block_size = ete->rows(); local
508 const int e_block_size = inverse_ete.rows(); local
    [all...]
preconditioner.h 56 e_block_size(Eigen::Dynamic),
95 int e_block_size; member in struct:ceres::internal::Preconditioner::Options
iterative_schur_complement_solver.cc 79 &options_.e_block_size,
119 preconditioner_options.e_block_size = options_.e_block_size;
linear_solver.h 107 e_block_size(Eigen::Dynamic),
164 int e_block_size; member in struct:ceres::internal::LinearSolver::Options
schur_jacobi_preconditioner.cc 76 eliminator_options.e_block_size = options_.e_block_size;
visibility_based_preconditioner.cc 334 eliminator_options.e_block_size = options_.e_block_size;
schur_eliminator_test.cc 150 &options.e_block_size,
schur_complement_solver.cc 72 &options_.e_block_size,

Completed in 534 milliseconds