~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to extern/libmv/third_party/ceres/internal/ceres/parameter_block_ordering.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
int ComputeSchurOrdering(const Program& program,
59
59
                         vector<ParameterBlock* >* ordering);
60
60
 
 
61
// Same as above, except that ties while computing the independent set
 
62
// ordering are resolved in favour of the order in which the parameter
 
63
// blocks occur in the program.
 
64
int ComputeStableSchurOrdering(const Program& program,
 
65
                               vector<ParameterBlock* >* ordering);
 
66
 
61
67
// Use an approximate independent set ordering to decompose the
62
68
// parameter blocks of a problem in a sequence of independent
63
69
// sets. The ordering covers all the non-constant parameter blocks in