Attribution.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1364200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-07-22 00:57:41 +00:00
parent d8f4cbb539
commit 6953c29492
2 changed files with 12 additions and 1 deletions

View File

@ -63,6 +63,11 @@ source copyright:
Copyright 2010-2012 CS Systèmes d'Information
===============================================================================
The creation of the package "o.a.c.m.analysis.integration.gauss" was inspired
by an original code donated by Sébastien Brisard.
===============================================================================
The complete text of licenses and disclaimers associated with the the original
sources enumerated above at the time of code translation are in the LICENSE.txt
file.

View File

@ -52,6 +52,12 @@ If the output is not quite correct, check for invisible trailing spaces!
<body>
<release version="3.1" date="TBD" description="
">
<action dev="erans" type="add" issue="MATH-797">
New framework for Gauss integration schemes (in package
"o.a.c.m.analysis.integration.gauss").
Gauss-Legendre quadrature rules (of unlimited order) implemented in
double precision, and high precision (using "BigDecimal").
</action>
<action dev="erans" type="add" issue="MATH-764,MATH-823">
For all distibution classes (in package "o.a.c.m.distribution"), a new
constructor takes a "RandomGenerator" parameter.
@ -83,7 +89,7 @@ If the output is not quite correct, check for invisible trailing spaces!
number of iteration is reached.
</action>
<action dev="luc" type="add">
A new HermiteInterpolator class allow interpolation of vector-valued
A new HermiteInterpolator class allows interpolation of vector-valued
functions using both values and derivatives of the function at sample
points.
</action>