Searched refs:CHECK_NOTNULL (Results 1 - 25 of 54) sorted by relevance

123

/external/ceres-solver/internal/ceres/
H A Dlevenberg_marquardt_strategy.cc56 CHECK_NOTNULL(linear_solver_);
70 CHECK_NOTNULL(jacobian);
71 CHECK_NOTNULL(residuals);
72 CHECK_NOTNULL(step);
H A Dpreconditioner.cc52 : matrix_(CHECK_NOTNULL(matrix)) {
H A Dblock_sparse_matrix.cc54 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(matri
[all...]
H A Dparameter_block_ordering.cc47 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();
H A Dlinear_solver.h326 CHECK_NOTNULL(A);
327 CHECK_NOTNULL(b);
328 CHECK_NOTNULL(x);
H A Dvisibility_based_preconditioner.cc113 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_visibilit
[all...]
H A Dcompressed_col_sparse_matrix_utils.cc47 CHECK_NOTNULL(block_rows)->clear();
48 CHECK_NOTNULL(block_cols)->clear();
H A Dresidual_block_utils.cc69 CHECK_NOTNULL(cost);
70 CHECK_NOTNULL(residuals);
H A Dsuitesparse.cc148 return CHECK_NOTNULL(factor);
183 return CHECK_NOTNULL(factor);
203 return CHECK_NOTNULL(factor);
251 CHECK_NOTNULL(A);
252 CHECK_NOTNULL(L);
H A Dcanonical_views_clustering.cc105 CHECK_NOTNULL(centers)->clear();
106 CHECK_NOTNULL(membership)->clear();
217 CHECK_NOTNULL(membership)->clear();
H A Dconjugate_gradients_solver.cc71 CHECK_NOTNULL(A);
72 CHECK_NOTNULL(x);
73 CHECK_NOTNULL(b);
H A Dblock_sparse_matrix_test.cc50 CHECK_NOTNULL(problem.get());
54 CHECK_NOTNULL(problem.get());
H A Dprogram.cc176 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);
H A Dschur_jacobi_preconditioner.cc107 CHECK_NOTNULL(x);
108 CHECK_NOTNULL(y);
H A Dcompressed_row_sparse_matrix.cc136 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(progra
[all...]
H A Dsingle_linkage_clustering.cc49 CHECK_NOTNULL(membership)->clear();
H A Dprogram_test.cc95 CHECK_NOTNULL(problem
119 CHECK_NOTNULL(problem
146 CHECK_NOTNULL(problem
175 CHECK_NOTNULL(problem
202 CHECK_NOTNULL(problem
240 CHECK_NOTNULL(problem
H A Dimplicit_schur_complement_test.cc61 CHECK_NOTNULL(problem.get());
91 CHECK_NOTNULL(eliminator.get());
H A Dloss_function.cc118 : f_(CHECK_NOTNULL(f)),
119 g_(CHECK_NOTNULL(g)),
H A Diterative_schur_complement_solver_test.cc65 CHECK_NOTNULL(problem.get());
H A Dcoordinate_descent_minimizer.cc215 CHECK_NOTNULL(evaluator.get());
218 CHECK_NOTNULL(jacobian.get());
224 CHECK_NOTNULL(TrustRegionStrategy::Create(trs_options)));
H A Dtriplet_sparse_matrix.cc168 CHECK_NOTNULL(x);
176 CHECK_NOTNULL(scale);
257 CHECK_NOTNULL(file);
H A Ddogleg_strategy.cc67 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/
H A Dlogging.h36 template <typename T> T* CHECK_NOTNULL(T* ptr) { function
/external/ceres-solver/include/ceres/
H A Dgradient_checker.h108 CHECK_NOTNULL(probe_point);
109 CHECK_NOTNULL(term);

Completed in 2391 milliseconds

123