HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_NOTNULL (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/ceres-solver/internal/ceres/
levenberg_marquardt_strategy.cc 56 CHECK_NOTNULL(linear_solver_);
70 CHECK_NOTNULL(jacobian);
71 CHECK_NOTNULL(residuals);
72 CHECK_NOTNULL(step);
preconditioner.cc 52 : matrix_(CHECK_NOTNULL(matrix)) {
block_sparse_matrix.cc 54 CHECK_NOTNULL(block_structure_.get());
81 CHECK_NOTNULL(values_.get());
89 CHECK_NOTNULL(x);
90 CHECK_NOTNULL(y);
109 CHECK_NOTNULL(x);
110 CHECK_NOTNULL(y);
129 CHECK_NOTNULL(x);
146 CHECK_NOTNULL(scale);
163 CHECK_NOTNULL(dense_matrix);
186 CHECK_NOTNULL(matrix)
    [all...]
parameter_block_ordering.cc 47 CHECK_NOTNULL(ordering)->clear();
73 CHECK_NOTNULL(ordering)->clear();
92 CHECK_NOTNULL(ordering)->Clear();
114 Graph<ParameterBlock*>* graph = CHECK_NOTNULL(new Graph<ParameterBlock*>);
149 CHECK_NOTNULL(group_sizes)->clear();
linear_solver.h 326 CHECK_NOTNULL(A);
327 CHECK_NOTNULL(b);
328 CHECK_NOTNULL(x);
visibility_based_preconditioner.cc 113 tmp_rhs_ = CHECK_NOTNULL(ss_.CreateDenseVector(NULL,
171 CHECK_NOTNULL(CreateClusterGraph(cluster_visibility)));
173 CHECK_NOTNULL(Degree2MaximumSpanningForest(*cluster_graph)));
193 CHECK_NOTNULL(CreateSchurComplementGraph(visibility)));
460 CHECK_NOTNULL(x);
461 CHECK_NOTNULL(y);
465 memcpy(CHECK_NOTNULL(tmp_rhs_)->x, x, m_->num_rows() * sizeof(*x));
469 CHECK_NOTNULL(ss->Solve(factor_, tmp_rhs_, &status));
503 CHECK_NOTNULL(cluster_pairs)->clear();
532 CHECK_NOTNULL(cluster_visibility)->resize(0)
    [all...]
compressed_col_sparse_matrix_utils.cc 47 CHECK_NOTNULL(block_rows)->clear();
48 CHECK_NOTNULL(block_cols)->clear();
residual_block_utils.cc 69 CHECK_NOTNULL(cost);
70 CHECK_NOTNULL(residuals);
canonical_views_clustering.cc 105 CHECK_NOTNULL(centers)->clear();
106 CHECK_NOTNULL(membership)->clear();
217 CHECK_NOTNULL(membership)->clear();
conjugate_gradients_solver.cc 71 CHECK_NOTNULL(A);
72 CHECK_NOTNULL(x);
73 CHECK_NOTNULL(b);
block_sparse_matrix_test.cc 50 CHECK_NOTNULL(problem.get());
54 CHECK_NOTNULL(problem.get());
program.cc 176 CHECK_NOTNULL(message);
215 CHECK_NOTNULL(message);
267 CHECK_NOTNULL(removed_parameter_blocks);
268 CHECK_NOTNULL(fixed_cost);
269 CHECK_NOTNULL(error);
285 CHECK_NOTNULL(removed_parameter_blocks);
286 CHECK_NOTNULL(fixed_cost);
287 CHECK_NOTNULL(error);
schur_jacobi_preconditioner.cc 107 CHECK_NOTNULL(x);
108 CHECK_NOTNULL(y);
compressed_row_sparse_matrix.cc 136 CHECK_NOTNULL(diagonal);
163 CHECK_NOTNULL(x);
164 CHECK_NOTNULL(y);
174 CHECK_NOTNULL(x);
175 CHECK_NOTNULL(y);
185 CHECK_NOTNULL(x);
194 CHECK_NOTNULL(scale);
202 CHECK_NOTNULL(dense_matrix);
264 CHECK_NOTNULL(file);
441 CHECK_NOTNULL(program)->clear()
    [all...]
single_linkage_clustering.cc 49 CHECK_NOTNULL(membership)->clear();
suitesparse.cc 148 return CHECK_NOTNULL(factor);
183 return CHECK_NOTNULL(factor);
203 return CHECK_NOTNULL(factor);
251 CHECK_NOTNULL(A);
252 CHECK_NOTNULL(L);
program_test.cc 95 CHECK_NOTNULL(problem
119 CHECK_NOTNULL(problem
146 CHECK_NOTNULL(problem
175 CHECK_NOTNULL(problem
202 CHECK_NOTNULL(problem
240 CHECK_NOTNULL(problem
implicit_schur_complement_test.cc 61 CHECK_NOTNULL(problem.get());
91 CHECK_NOTNULL(eliminator.get());
loss_function.cc 118 : f_(CHECK_NOTNULL(f)),
119 g_(CHECK_NOTNULL(g)),
iterative_schur_complement_solver_test.cc 65 CHECK_NOTNULL(problem.get());
coordinate_descent_minimizer.cc 215 CHECK_NOTNULL(evaluator.get());
218 CHECK_NOTNULL(jacobian.get());
224 CHECK_NOTNULL(TrustRegionStrategy::Create(trs_options)));
triplet_sparse_matrix.cc 168 CHECK_NOTNULL(x);
176 CHECK_NOTNULL(scale);
257 CHECK_NOTNULL(file);
dogleg_strategy.cc 67 CHECK_NOTNULL(linear_solver_);
82 CHECK_NOTNULL(jacobian);
83 CHECK_NOTNULL(residuals);
84 CHECK_NOTNULL(step);
471 CHECK_NOTNULL(minimum);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
logging.h 36 template <typename T> T* CHECK_NOTNULL(T* ptr) {
  /external/ceres-solver/include/ceres/
gradient_checker.h 108 CHECK_NOTNULL(probe_point);
109 CHECK_NOTNULL(term);

Completed in 396 milliseconds

1 2 3