Package ceres-solver: Information

  • Default inline alert: Version in the repository: 2.1.0-alt1_4

Source package: ceres-solver
Version: 2.0.0-alt2_6
Latest version according to Repology
Build time:  Feb 2, 2022, 05:49 PM in the task #294292
Report package bug
License: BSD
Summary: A non-linear least squares minimizer
Description: 
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. Notable use of Ceres Solver is for the image alignment in
Google Maps and for vehicle pose in Google Street View. Ceres Solver
can solve two kinds of problems.

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

Features include:

  - A friendly API: build your objective function one term at a time
  - Automatic and numeric differentiation
  - Robust loss functions
  - Local parameterizations
  - Threaded Jacobian evaluators and linear solvers
  - Trust region solvers with non-monotonic steps (Levenberg-Marquardt and
    Dogleg (Powell & Subspace))
  - Line search solvers (L-BFGS and Nonlinear CG)
  - Dense QR and Cholesky factorization (using Eigen) for small problems
  - Sparse Cholesky factorization (using SuiteSparse) for large sparse problems
  - Specialized solvers for bundle adjustment problems in computer vision
  - Iterative linear solvers for general sparse and bundle adjustment problems
  - Runs on Linux, Windows, Mac OS X, Android, and iOS

List of rpms provided by this srpm:
ceres-solver (x86_64, ppc64le, i586, armh, aarch64)
ceres-solver-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
ceres-solver-devel (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Aleksei Nikiforov

List of contributors:
Aleksei Nikiforov
Igor Vlasenko

ACL:
Igor Vlasenko
@everybody

    1. cmake
    2. libgflags-devel >= 2.2.1
    3. ctest
    4. libopenblas-devel
    5. libglog-devel >= 0.3.1
    6. tbb-devel
    7. eigen3 >= 3.2.1
    8. libsuitesparse-devel >= 3.4.0
    9. rpm-macros-cmake
    10. rpm-macros-fedora-compat
    11. gcc-c++

Last changed


Jan. 28, 2022 Aleksei Nikiforov 2.0.0-alt2_6
- Rebuilt with new TBB.
Sept. 21, 2021 Igor Vlasenko 2.0.0-alt1_6
- update to new release by fcimport
Feb. 27, 2021 Igor Vlasenko 2.0.0-alt1_4
- update to new release by fcimport