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

    Исходный пакет: ceres-solver
    Версия: 2.0.0-alt1_4
    Собран:  18 июня 2022 г. 4:05
    Сообщить об ошибке в пакете
    Домашняя страница: http://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 (e2kv6, e2kv5, e2kv4, e2k)
    ceres-solver-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    ceres-solver-devel (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

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

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


    27 февраля 2021 г. Igor Vlasenko 2.0.0-alt1_4
    - update to new release by fcimport
    26 декабря 2020 г. Igor Vlasenko 2.0.0-alt1_2
    - update to new release by fcimport
    18 ноября 2020 г. Igor Vlasenko 2.0.0-alt1_1
    - update to new release by fcimport