MATH-797
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:
parent
d8f4cbb539
commit
6953c29492
|
@ -63,6 +63,11 @@ source copyright:
|
||||||
Copyright 2010-2012 CS Systèmes d'Information
|
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
|
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
|
sources enumerated above at the time of code translation are in the LICENSE.txt
|
||||||
file.
|
file.
|
||||||
|
|
|
@ -52,6 +52,12 @@ If the output is not quite correct, check for invisible trailing spaces!
|
||||||
<body>
|
<body>
|
||||||
<release version="3.1" date="TBD" description="
|
<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">
|
<action dev="erans" type="add" issue="MATH-764,MATH-823">
|
||||||
For all distibution classes (in package "o.a.c.m.distribution"), a new
|
For all distibution classes (in package "o.a.c.m.distribution"), a new
|
||||||
constructor takes a "RandomGenerator" parameter.
|
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.
|
number of iteration is reached.
|
||||||
</action>
|
</action>
|
||||||
<action dev="luc" type="add">
|
<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
|
functions using both values and derivatives of the function at sample
|
||||||
points.
|
points.
|
||||||
</action>
|
</action>
|
||||||
|
|
Loading…
Reference in New Issue