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

123

/external/ceres-solver/internal/ceres/
H A Dpreconditioner.cc42 : matrix_(CHECK_NOTNULL(matrix)) {
H A Dlevenberg_marquardt_strategy.cc56 CHECK_NOTNULL(linear_solver_);
70 CHECK_NOTNULL(jacobian);
71 CHECK_NOTNULL(residuals);
72 CHECK_NOTNULL(step);
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*>);
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 Dschur_ordering.cc47 CHECK_NOTNULL(ordering)->clear();
50 CHECK_NOTNULL(CreateHessianGraph(program)));
H A Dsuitesparse.cc135 CHECK_NOTNULL(factor);
167 CHECK_NOTNULL(factor);
185 CHECK_NOTNULL(factor);
237 CHECK_NOTNULL(A);
238 CHECK_NOTNULL(L);
310 CHECK_NOTNULL(A);
311 CHECK_NOTNULL(L);
312 CHECK_NOTNULL(b);
H A Dcompressed_row_sparse_matrix.cc135 CHECK_NOTNULL(diagonal);
162 CHECK_NOTNULL(x);
163 CHECK_NOTNULL(y);
173 CHECK_NOTNULL(x);
174 CHECK_NOTNULL(y);
184 CHECK_NOTNULL(x);
193 CHECK_NOTNULL(scale);
201 CHECK_NOTNULL(dense_matrix);
245 CHECK_NOTNULL(file);
H A Dlinear_solver.h295 CHECK_NOTNULL(A);
296 CHECK_NOTNULL(b);
297 CHECK_NOTNULL(x);
H A Dvisibility_based_preconditioner.cc109 tmp_rhs_ = CHECK_NOTNULL(ss_.CreateDenseVector(NULL,
167 CHECK_NOTNULL(CreateClusterGraph(cluster_visibility)));
169 CHECK_NOTNULL(Degree2MaximumSpanningForest(*cluster_graph)));
189 CHECK_NOTNULL(CreateSchurComplementGraph(visibility)));
434 CHECK_NOTNULL(x);
435 CHECK_NOTNULL(y);
439 memcpy(CHECK_NOTNULL(tmp_rhs_)->x, x, m_->num_rows() * sizeof(*x));
440 cholmod_dense* solution = CHECK_NOTNULL(ss->Solve(factor_, tmp_rhs_));
474 CHECK_NOTNULL(cluster_pairs)->clear();
503 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 Dcanonical_views_clustering.cc102 CHECK_NOTNULL(centers)->clear();
103 CHECK_NOTNULL(membership)->clear();
214 CHECK_NOTNULL(membership)->clear();
H A Dconjugate_gradients_solver.cc73 CHECK_NOTNULL(A);
74 CHECK_NOTNULL(x);
75 CHECK_NOTNULL(b);
H A Dblock_sparse_matrix_test.cc50 CHECK_NOTNULL(problem.get());
54 CHECK_NOTNULL(problem.get());
H A Dloss_function.cc118 : f_(CHECK_NOTNULL(f)),
119 g_(CHECK_NOTNULL(g)),
H A Dresidual_block_utils.cc87 CHECK_NOTNULL(cost);
88 CHECK_NOTNULL(residuals);
H A Dschur_jacobi_preconditioner.cc117 CHECK_NOTNULL(x);
118 CHECK_NOTNULL(y);
H A Dsparse_normal_cholesky_solver.cc141 CHECK_NOTNULL(cxsparse_.BlockAnalyzeCholesky(AtA,
146 CHECK_NOTNULL(cxsparse_.AnalyzeCholeskyWithNaturalOrdering(AtA));
204 CHECK_NOTNULL(ss_.BlockAnalyzeCholesky(&lhs,
209 CHECK_NOTNULL(ss_.AnalyzeCholeskyWithNaturalOrdering(&lhs));
H A Dimplicit_schur_complement_test.cc61 CHECK_NOTNULL(problem.get());
91 CHECK_NOTNULL(eliminator.get());
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);
467 CHECK_NOTNULL(minimum);
H A Dlinear_least_squares_problems.cc512 CHECK_NOTNULL(A);
535 CHECK_NOTNULL(x);
538 CHECK_NOTNULL(fptr);
551 CHECK_NOTNULL(A);
565 CHECK_NOTNULL(fptr);
/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 224 milliseconds

123