Searched refs:CHECK_NOTNULL (Results 26 - 50 of 54) sorted by relevance

123

/external/ceres-solver/internal/ceres/
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);
H A Diterative_schur_complement_solver.cc72 CHECK_NOTNULL(A->block_structure());
H A Dlevenberg_marquardt_strategy_test.cc69 CHECK_NOTNULL(per_solve_options.D);
H A Dvisibility.cc55 CHECK_NOTNULL(visibility);
H A Dproblem_impl.cc154 CHECK_NOTNULL(residual_block);
242 CHECK_NOTNULL(cost_function);
501 CHECK_NOTNULL(residual_block);
800 CHECK_NOTNULL(parameter_blocks);
811 CHECK_NOTNULL(residual_blocks);
819 CHECK_NOTNULL(parameter_blocks)->resize(num_parameter_blocks);
836 CHECK_NOTNULL(residual_blocks)->resize(
845 CHECK_NOTNULL(residual_blocks)->clear();
H A Dblock_jacobian_writer.cc207 CHECK_NOTNULL(jacobian);
H A Ddense_sparse_matrix.cc169 CHECK_NOTNULL(file);
H A Ddense_sparse_matrix_test.cc75 CHECK_NOTNULL(problem.get());
H A Dtrust_region_minimizer.cc89 line_search(CHECK_NOTNULL(
131 Evaluator* evaluator = CHECK_NOTNULL(options_.evaluator);
132 SparseMatrix* jacobian = CHECK_NOTNULL(options_.jacobian);
133 TrustRegionStrategy* strategy = CHECK_NOTNULL(options_.trust_region_strategy);
H A Dgradient_checking_cost_function_test.cc331 CHECK_NOTNULL(left);
332 CHECK_NOTNULL(right);
H A Dgraph_algorithms.h101 CHECK_NOTNULL(ordering);
174 CHECK_NOTNULL(ordering);
H A Dpolynomial.cc52 CHECK_NOTNULL(companion_matrix_ptr);
104 CHECK_NOTNULL(companion_matrix_ptr);
H A Dschur_complement_solver.cc74 eliminator_.reset(CHECK_NOTNULL(SchurEliminatorBase::Create(options_)));
409 cs_di* lhs = CHECK_NOTNULL(cxsparse_.CreateSparseMatrix(tsm));
H A Dsolver.cc316 CHECK_NOTNULL(problem);
317 CHECK_NOTNULL(summary);
H A Dpartitioned_matrix_view_test.cc55 CHECK_NOTNULL(problem.get());
H A Dschur_complement_solver_test.cc53 CHECK_NOTNULL(problem.get());
H A Dschur_eliminator_test.cc58 CHECK_NOTNULL(problem.get());
H A Dsolver_impl.cc666 CHECK_NOTNULL(options->linear_solver_ordering.get());
762 CHECK_NOTNULL(options);
763 CHECK_NOTNULL(options->linear_solver_ordering.get());
764 CHECK_NOTNULL(error);
H A Dunsymmetric_linear_solver_test.cc51 CHECK_NOTNULL(problem.get());
H A Dcovariance_impl.cc491 CHECK_NOTNULL(permutation);
492 CHECK_NOTNULL(R);
H A Dline_search.cc226 *CHECK_NOTNULL(summary) = LineSearch::Summary();
327 *CHECK_NOTNULL(summary) = LineSearch::Summary();
H A Dline_search_minimizer.cc106 Evaluator* evaluator = CHECK_NOTNULL(options.evaluator);
H A Dpartitioned_matrix_view_impl.h53 CHECK_NOTNULL(bs);
/external/ceres-solver/include/ceres/
H A Dloss_function.h379 CHECK_NOTNULL(rho_.get());
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h72 // CHECK_NOTNULL(variable) - fails if the variable is NULL.
388 // ---------------------------CHECK_NOTNULL macros ---------------------------
390 // Helpers for CHECK_NOTNULL(). Two are necessary to support both raw pointers
411 #define CHECK_NOTNULL(val) \ macro
415 // Debug only version of CHECK_NOTNULL

Completed in 205 milliseconds

123