ceres-solver is a lightweight C++ template library for linear algebra.

It can use either openmp (which I don't think is supported?), tbb, or
c++11 threads.  I go with c++11 because it seems best supported across
all architectures, though tbb works as tested.  Only tested on amd64.
`make test` sometimes fails as noted.  Also installs docs.

This is a requirement for alicevision (upcoming).

Attachment: ceres-solver.tar.gz
Description: application/gzip

Reply via email to