--
You received this message because you are subscribed to the Google Groups "Ceres Solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceres-solver...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAKfKJYsAidnhLeQx_qicD_CfvMeqZcTD74ryLhLuL%2BE2b9T3PA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CADpYijHJnE1NAHCByrxJerVxQ4CTx6YC%3D7jz152PQ2hZxoA%2Btg%40mail.gmail.com.
Taylor,
I'd love to know if you get it working with either weave or pyinline. A section in the documentation and some example code would be perfect.
Sameer
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAKfKJYuQUmJw%3D3gPZtT-T%3DGvCH7cdgpFkU8HqdVNFpYpy2z8UQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAK0oyEqtxLOf%3DTrcmjUx6nFc62Q9WUnwvR%3DmwQCafPs4eZonvg%40mail.gmail.com.
We've had plans for Python bindings for some time but they haven't materialized. We've had a couple of requests but not major engagement. Another issue is autodiff: there isn't a reasonable way to reuse the autodiff code in Ceres in Python. It makes more sense to use a separate autodiff mechanism.