~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to extern/libmv/third_party/ceres/include/ceres/ceres.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#ifndef CERES_PUBLIC_CERES_H_
35
35
#define CERES_PUBLIC_CERES_H_
36
36
 
 
37
#define CERES_VERSION 1.5.0
 
38
#define CERES_ABI_VERSION 1.5.0
 
39
 
37
40
#include "ceres/autodiff_cost_function.h"
 
41
#include "ceres/autodiff_local_parameterization.h"
38
42
#include "ceres/cost_function.h"
 
43
#include "ceres/cost_function_to_functor.h"
 
44
#include "ceres/crs_matrix.h"
39
45
#include "ceres/iteration_callback.h"
 
46
#include "ceres/jet.h"
40
47
#include "ceres/local_parameterization.h"
41
48
#include "ceres/loss_function.h"
42
49
#include "ceres/numeric_diff_cost_function.h"
 
50
#include "ceres/numeric_diff_functor.h"
 
51
#include "ceres/ordered_groups.h"
43
52
#include "ceres/problem.h"
44
53
#include "ceres/sized_cost_function.h"
45
54
#include "ceres/solver.h"