Пакет ceres-solver: Информация

    Исходный пакет: ceres-solver
    Версия: 2.2.0-alt1
    Последняя версия по данным Repology
    Собран:  21 мая 2024 г. 17:55 в задании #348506
    Сообщить об ошибке в пакете
    Домашняя страница: https://ceres-solver.org/

    Лицензия: BSD
    О пакете: A non-linear least squares minimizer
    Описание: 
    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

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    ceres-solver-devel (x86_64, ppc64le, i586, aarch64)
    libceres4 (x86_64, ppc64le, i586, aarch64)
    libceres4-debuginfo (x86_64, ppc64le, i586, aarch64)

    Сопровождающий: Anton Farygin

    Список участников:
    Anton Farygin
    Igor Vlasenko
    Aleksei Nikiforov

    Права:
    Igor Vlasenko
    @everybody

      1. cmake
      2. ctest
      3. eigen3 >= 3.2.1
      4. gcc-c++
      5. libflexiblas-devel
      6. libgflags-devel >= 2.2.1
      7. libglog-devel
      8. libsuitesparse-devel >= 7.7.0
      9. python3-devel
      10. rpm-build-python3
      11. rpm-macros-cmake
      12. tbb-devel

    Последнее изменение


    21 мая 2024 г. Anton Farygin 2.2.0-alt1
    - 2.1.0 -> 2.2.0
    - package with shared library was renamed according shared libs policy
    24 декабря 2022 г. Igor Vlasenko 2.1.0-alt1_4
    - update to new release by fcimport
    7 мая 2022 г. Igor Vlasenko 2.1.0-alt1_1
    - update to new release by fcimport