1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: lbfgspp
Section: libdevel
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13), cmake, libeigen3-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/lbfgspp
Vcs-Git: https://salsa.debian.org/science-team/lbfgspp.git
Homepage: https://github.com/yixuan/LBFGSpp
Package: liblbfgspp-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, libeigen3-dev
Description: C++ library that implements the Limited-memory BFGS algorithm
LBFGS++ is a header-only C++ library that implements the Limited-memory BFGS
algorithm (L-BFGS) for unconstrained minimization problems, and a modified
version of the L-BFGS-B algorithm for box-constrained ones.
|