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_html_output/Interpolation/spl_fstdrv.html

    r234 r242  
    8888 
    8989      <div id="file_comments"> 
    90  SPL_FSTDRV returns the values of the first derivative of 
     90 returns the values of the first derivative of 
    9191 the interpolating function at the points X2i. It is a double 
    9292 precision array. 
    9393 
    9494 Given the arrays X and Y, which tabulate a function (with the X[i] 
    95  AND Y[i] in ascending order), and given an input value X2, the 
    96  SPL_INCR function returns an interpolated value for the given values 
    97  of X2. The interpolation method is based on cubic spline, corrected 
    98  in a way that interpolated value are also in ascending order 
     95 and Y[i] in ascending order), and given an input value X2, the 
     96 <a href=".//spl_incr.html">spl_incr</a> function returns an interpolated value for the given 
     97 values of X2. The interpolation method is based on cubic spline, corrected 
     98 in a way that interpolated value are also in ascending order. 
    9999</div> 
    100100 
     
    140140         
    141141          <div class="comments"> 
    142  An n-element (at least 2) input vector that specifies the 
     142 An n-elements (at least 2) input vector that specifies the 
    143143 tabulate points in ascending order. 
    144144</div> 
     
    156156         
    157157          <div class="comments"> 
    158  f(x) = y. An n-element input vector that specifies the values 
     158 f(x) = y. An n-elements input vector that specifies the values 
    159159 of the tabulated function F(Xi) corresponding to Xi. 
    160160</div> 
     
    172172         
    173173          <div class="comments"> 
    174  The output from SPL_INIT for the specified X and Y. 
     174 The output from <proidl>SPL_INIT</pro> for the specified X and Y. 
    175175</div> 
    176176             
     
    181181              <span class="attr">required</span> 
    182182               
    183                
     183              <span class="attr">type:</span> <span class="value"> scalar or array</span> 
    184184               
    185185               
     
    188188          <div class="comments"> 
    189189 The input values for which the first derivative values are desired. 
    190  X can be scalar or an array of values. 
    191190</div> 
    192191             
     
    202201           
    203202          <h4>Version</h4><div class="preformat"> 
    204  $Id: spl_fstdrv.pro 231 2007-03-19 17:15:51Z pinsard $ 
     203 $Id: spl_fstdrv.pro 238 2007-03-27 13:43:18Z pinsard $ 
    205204</div> 
    206205          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.