~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

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

  • Committer: Reinhard Tartler
  • Date: 2014-05-31 01:50:05 UTC
  • mfrom: (14.2.27 sid)
  • Revision ID: siretart@tauware.de-20140531015005-ml6druahuj82nsav
mergeĀ fromĀ debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        gradient(0.0),
96
96
        gradient_is_valid(false) {
97
97
  }
 
98
  string ToDebugString() const;
98
99
 
99
100
  double x;
100
101
  double value;      // value = f(x)