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

« back to all changes in this revision

Viewing changes to extern/libmv/third_party/ceres/internal/ceres/gradient_checking_cost_function.cc

  • 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:
154
154
                    "Jacobian for " "block %d: (%ld by %ld)) "
155
155
                    "==========\n",
156
156
                    k,
157
 
                    term_jacobians[k].rows(),
158
 
                    term_jacobians[k].cols());
 
157
                    static_cast<long>(term_jacobians[k].rows()),
 
158
                    static_cast<long>(term_jacobians[k].cols()));
159
159
      // The funny spacing creates appropriately aligned column headers.
160
160
      m += " block  row  col        user dx/dy    num diff dx/dy         "
161
161
           "abs error    relative error         parameter          residual\n";