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_fstdrv.html

    r234 r242  
    6262 
    6363     
    64  SPL_FSTDRV returns the values of the first derivative of 
     64 returns the values of the first derivative of 
    6565 the interpolating function at the points X2i. It is a double 
    6666 precision array. 
    6767 
    6868 Given the arrays X and Y, which tabulate a function (with the X[i] 
    69  AND Y[i] in ascending order), and given an input value X2, the 
    70  SPL_INCR function returns an interpolated value for the given values 
    71  of X2. The interpolation method is based on cubic spline, corrected 
    72  in a way that interpolated value are also in ascending order 
     69 and Y[i] in ascending order), and given an input value X2, the 
     70 <a href=".//spl_incr.html">spl_incr</a> function returns an interpolated value for the given 
     71 values of X2. The interpolation method is based on cubic spline, corrected 
     72 in a way that interpolated value are also in ascending order. 
    7373 
    7474 
     
    106106 
    107107     
    108  An n-element (at least 2) input vector that specifies the 
     108 An n-elements (at least 2) input vector that specifies the 
    109109 tabulate points in ascending order. 
    110110 
     
    124124 
    125125     
    126  f(x) = y. An n-element input vector that specifies the values 
     126 f(x) = y. An n-elements input vector that specifies the values 
    127127 of the tabulated function F(Xi) corresponding to Xi. 
    128128 
     
    142142 
    143143     
    144  The output from SPL_INIT for the specified X and Y. 
     144 The output from <proidl>SPL_INIT</pro> for the specified X and Y. 
    145145 
    146146     
     
    153153      <font size="-1" color="#006633">required</font> 
    154154       
    155        
     155      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i> scalar or array</i></font> 
    156156       
    157157       
     
    160160     
    161161 The input values for which the first derivative values are desired. 
    162  X can be scalar or an array of values. 
    163162 
    164163     
     
    173172     
    174173    <h4>Version</h4> 
    175  $Id: spl_fstdrv.pro 231 2007-03-19 17:15:51Z pinsard $ 
     174 $Id: spl_fstdrv.pro 238 2007-03-27 13:43:18Z pinsard $ 
    176175 
    177176    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.