commons-math3 3.2-4 source package in Ubuntu

Changelog

commons-math3 (3.2-4) unstable; urgency=medium


  * Build with maven-debian-helper
  * Standards-Version updated to 3.9.5 (no changes)
  * Switch to debhelper level 9
  * Ignore the unstable BOBYQAOptimizer tests (Closes: #735792)

 -- Emmanuel Bourg <email address hidden>  Sat, 18 Jan 2014 09:55:20 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
commons-math3_3.2-4.dsc 2.1 KiB 4799ef66dcb49d09c8f926cddecf2b53ac8c56605800a0852bf0718bc6036dbf
commons-math3_3.2.orig.tar.gz 2.5 MiB 07992f0630aea0e973c41a34330fe8109b867fc30507b566142a62ec2e483310
commons-math3_3.2-4.debian.tar.gz 7.4 KiB 5af24f411562ef888fb2e28c8ff637d95a1e6134456ce5279f6e7777b2580112

Available diffs

No changes file available.

Binary packages built by this source

libcommons-math3-java: Java lightweight mathematics and statistics components

 Commons Math is a Java library of lightweight, self-contained mathematics
 and statistics components.
 .
 Commons Math is made up of a small set of math/stat utilities addressing
 programming problems like the ones in the list below:
  - Computing means, variances and other summary statistics for a list of
  numbers
  - Fitting a line to a set of data points using linear regression
  - Finding a smooth curve that passes through a collection of points
  (interpolation)
  - Fitting a parametric model to a set of measurements using least-squares
  methods
  - Solving equations involving real-valued functions (i.e. root-finding)
  - Solving systems of linear equations
  - Solving Ordinary Differential Equations
  - Minimizing multi-dimensional functions
  - Generating random numbers with more restrictions (e.g distribution, range)
  than what is possible using the JDK
  - Generating random samples and/or datasets that are "like" the data in an
  input file
  - Performing statistical significance tests
  - Miscellaneous mathematical functions such as factorials, binomial
  coefficients and "special functions" (e.g. gamma, beta functions)
 .
 This is a part of the Apache Commons Project.

libcommons-math3-java-doc: Java lightweight mathematics and statistics components - documentation

 Commons Math is a Java library of lightweight, self-contained mathematics
 and statistics components.
 .
 Commons Math is made up of a small set of math/stat utilities addressing
 programming problems like the ones in the list below:
  - Computing means, variances and other summary statistics for a list of
  numbers
  - Fitting a line to a set of data points using linear regression
  - Finding a smooth curve that passes through a collection of points
  (interpolation)
  - Fitting a parametric model to a set of measurements using least-squares
  methods
  - Solving equations involving real-valued functions (i.e. root-finding)
  - Solving systems of linear equations
  - Solving Ordinary Differential Equations
  - Minimizing multi-dimensional functions
  - Generating random numbers with more restrictions (e.g distribution, range)
  than what is possible using the JDK
  - Generating random samples and/or datasets that are "like" the data in an
  input file
  - Performing statistical significance tests
  - Miscellaneous mathematical functions such as factorials, binomial
  coefficients and "special functions" (e.g. gamma, beta functions)
 .
 This is a part of the Apache Commons Project.
 .
 This package provides the API documentation for Commons Math.