Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_keep_mean.html

    r234 r242  
    6262 
    6363     
    64  
    6564 Given the arrays X and Y, which tabulate a function (with the X[i] 
    6665 AND Y[i] in ascending order), and given an input value X2, the 
    67  SPL_INCR function returns an interpolated value for the given values 
     66 <a href=".//spl_incr.html">spl_incr</a> function returns an interpolated value for the given values 
    6867 of X2. The interpolation method is based on cubic spline, corrected 
    6968 in a way that integral of the interpolated values is the same as the 
     
    107106 
    108107     
    109  An n-element (at least 2) input vector that specifies the tabulate points in 
     108 An n-elements (at least 2) input vector that specifies the tabulate points in 
    110109 a strict ascending order. 
    111110 
     
    233232     
    234233    <h4>Version</h4> 
    235  $Id: spl_keep_mean.pro 232 2007-03-20 16:59:36Z pinsard $ 
     234 $Id: spl_keep_mean.pro 238 2007-03-27 13:43:18Z pinsard $ 
    236235 
    237236    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.