techoe / ceres-solver

Automatically exported from code.google.com/p/ceres-solver
Other
0 stars 0 forks source link

Add a way to query what backends are compiled into Ceres #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As an application developer depending on Ceres, it is important to run with 
various backends. If an application uses a SPARSE_SCHUR backend but then the 
Ceres binary does not support that, the application will crash. Instead 
applications should have a way to query Ceres to see what backends are 
supported in the particular binary.

Original issue reported on code.google.com by k...@google.com on 27 Aug 2012 at 9:05

GoogleCodeExporter commented 9 years ago
https://ceres-solver-review.googlesource.com/#/c/1726/

Original comment by sameerag...@google.com on 6 Sep 2012 at 6:06