tornavis/extern/ceres
Campbell Barton 49594c37ae License headers: use SPDX-FileCopyrightText for CMake files 2023-06-14 23:36:23 +10:00
..
config/ceres/internal Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
include/ceres Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
internal/ceres Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
CMakeLists.txt License headers: use SPDX-FileCopyrightText for CMake files 2023-06-14 23:36:23 +10:00
LICENSE Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
README.blender Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
README.md Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00

README.md

Android Linux macOS Windows

Ceres Solver

Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.

  1. Non-linear Least Squares problems with bounds constraints.
  2. General unconstrained optimization problems.

Please see ceres-solver.org for more information.