File: control

package info (click to toggle)
lbfgspp 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: cpp: 2,225; sh: 19; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 785 bytes parent folder | download
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.