Пакет liblevmar: Информация
Исходный пакет: liblevmar
Версия: 2.6-alt2
Собран: 21 июня 2025 г. 13:12 в задании #387870
Категория: Система/Библиотеки
Сообщить об ошибке в пакетеДомашняя страница: https://users.ics.forth.gr/~lourakis/levmar/
Лицензия: GPL-2.0-or-later
О пакете: Levenberg-Marquardt nonlinear least squares algorithm
Описание:
levmar is a native ANSI C implementation of the Levenberg-Marquardt optimization algorithm. Both unconstrained and constrained (under linear equations, inequality and box constraints) Levenberg-Marquardt variants are included. The LM algorithm is an iterative technique that finds a local minimum of a function that is expressed as the sum of squares of nonlinear functions. It has become a standard technique for nonlinear least-squares problems and can be thought of as a combination of steepest descent and the Gauss-Newton method. When the current solution is far from the correct on, the algorithm behaves like a steepest descent method: slow, but guaranteed to converge. When the current solution is close to the correct solution, it becomes a Gauss-Newton method.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
liblevmar (x86_64, i586, aarch64)
liblevmar-debuginfo (x86_64, i586, aarch64)
liblevmar-devel (x86_64, i586, aarch64)
liblevmar-devel-debuginfo (x86_64, i586, aarch64)
liblevmar (x86_64, i586, aarch64)
liblevmar-debuginfo (x86_64, i586, aarch64)
liblevmar-devel (x86_64, i586, aarch64)
liblevmar-devel-debuginfo (x86_64, i586, aarch64)
Сопровождающий: Anton Midyukov
Последнее изменение
21 июня 2025 г. Anton Midyukov 2.6-alt2
- use %cmake macros (fix FTBFS) - cleanup spec - update URL - convert License to SPDX format
25 февраля 2023 г. Igor Vlasenko 2.6-alt1_12
- update to new release by fcimport
16 марта 2017 г. Igor Vlasenko 2.5-alt1_14
- update to new release by fcimport