Lines Matching refs:CERES_EXPORT
49 CERES_EXPORT void ceres_init();
94 CERES_EXPORT void* ceres_create_huber_loss_function_data(double a);
95 CERES_EXPORT void* ceres_create_softl1_loss_function_data(double a);
96 CERES_EXPORT void* ceres_create_cauchy_loss_function_data(double a);
97 CERES_EXPORT void* ceres_create_arctan_loss_function_data(double a);
98 CERES_EXPORT void* ceres_create_tolerant_loss_function_data(double a, double b);
101 CERES_EXPORT void ceres_free_stock_loss_function_data(void* loss_function_data);
108 CERES_EXPORT void ceres_stock_loss_function(void* user_data,
121 CERES_EXPORT ceres_problem_t* ceres_create_problem();
122 CERES_EXPORT void ceres_free_problem(ceres_problem_t* problem);
125 CERES_EXPORT ceres_residual_block_id_t* ceres_problem_add_residual_block(
136 CERES_EXPORT void ceres_solve(ceres_problem_t* problem);