psteitz     2004/04/02 19:05:33

  Modified:    math/src/java/org/apache/commons/math/analysis
                        PolynomialSplineFunction.java
  Log:
  Removed misleading javadoc comment on derivative value constraints.
  
  Revision  Changes    Path
  1.2       +2 -3      
jakarta-commons/math/src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java
  
  Index: PolynomialSplineFunction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PolynomialSplineFunction.java     2 Apr 2004 20:58:11 -0000       1.1
  +++ PolynomialSplineFunction.java     3 Apr 2004 03:05:33 -0000       1.2
  @@ -28,8 +28,7 @@
    * A <strong>polynomial spline function</strong> consists of a set of 
<i>interpolating polynomials</i> 
    * and an ascending array of  domain <i>knot points</i>, determining the intervals 
over which the 
    * spline function is defined by the constituent polynomials.  The polynomials are 
assumed to have 
  - * been computed to match the values of another function at the knot points and the 
first two 
  - * derivatives of "adjacent" polynomials are constrained to agree at the knot 
points.  The value 
  + * been computed to match the values of another function at the knot points.  The 
value 
    * consistency constraints are not currently enforced by 
<code>PolynomialSplineFunction</code> itself,
    * but are assumed to hold  among the polynomials and knot points passed to the 
constructor.
    * <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to