Files
ceres-solver/examples
Sergey Sharybin 2a3827e13d Compilation error fixes
- In C you're not allowed to define variables in the middle
  of the block. This was violated in curve_fitting.c by
  calling ceres_init() in the beginning of main() and declaring
  variables later.

- Also ifdef-ed suitesparse stuff in covariance estimation module.
  This solves compilation error when you don't have suitesparse
  compiled/installed.

Change-Id: I22b543c09ea01f55e127079daade99a0b781f789
2013-05-31 20:33:42 +00:00
..
2013-05-31 20:33:42 +00:00
2013-05-09 10:09:38 -07:00
2013-02-11 13:37:43 -08:00
2013-02-11 13:37:43 -08:00
2013-05-09 10:09:38 -07:00