1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: ddogleg
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 12),
gradle-debian-helper,
libejml-java (>= 0.38),
maven-repo-helper,
junit5 <!nocheck>,
Standards-Version: 4.4.1
Homepage: http://ddogleg.org
Vcs-Browser: https://salsa.debian.org/java-team/ddogleg
Vcs-Git: https://salsa.debian.org/java-team/ddogleg.git
Package: libddogleg-java
Architecture: all
Depends:
${misc:Depends},
Description: library for non-linear optimization, clustering, robust model fitting and more
DDogleg Numerics is a high performance Java library for non-linear
optimization, clustering, robust model fitting, polynomial root finding,
sorting, and more. The API is designed to be user to use, without excessive
abstraction often found in other libraries. The user is provided with the
capability to have tight control over memory and CPU usage.
|