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/Interpolation/spl_incr.pro

    r238 r242  
    22; 
    33; @file_comments 
    4 ; 
    54; Given the arrays X and Y, which tabulate a function (with the X[i] 
    65; AND Y[i] in ascending order), and given an input value X2, the 
     
    109; 
    1110; @param x1 {in}{required} 
    12 ; An n-element (at least 2) input vector that specifies the tabulate points in 
     11; An n-elements (at least 2) input vector that specifies the tabulate points in 
    1312; a strict ascending order. 
    1413; 
    1514; @param y1 {in}{required} 
    16 ; f(x) = y. An n-element input vector that specifies the values 
     15; f(x) = y. An n-elements input vector that specifies the values 
    1716; of the tabulated function F(Xi) corresponding to Xi. As f is 
    1817; supposed to be monotonically increasing, y values must be 
     
    2827; 
    2928; @returns 
    30 ; 
    31 ;    y2: f(x2) = y2. Double precision array 
     29; y2: f(x2) = y2. Double precision array 
    3230; 
    3331; @restrictions 
     
    3634; 
    3735; @examples 
    38 ; 
    3936; IDL> n = 100L 
    4037; IDL> x = (dindgen(n))^2 
     
    8784; 
    8885; @param x1 {in}{required} 
    89 ; An n-element (at least 2) input vector that specifies the tabulate points in 
     86; An n-elements (at least 2) input vector that specifies the tabulate points in 
    9087; a strict ascending order. 
    9188; 
    9289; @param y1 {in}{required} 
    93 ; f(x) = y. An n-element input vector that specifies the values 
     90; f(x) = y. An n-elements input vector that specifies the values 
    9491;    of the tabulated function F(Xi) corresponding to Xi. As f is 
    9592;    supposed to be monotonically increasing, y values must be 
     
    10198; 
    10299; @param der2 
     100; 
    103101; @param x 
    104102; 
     
    135133;    point X0. If YP0 is omitted, the second derivative at the 
    136134;    boundary is set to zero, resulting in a "natural spline." 
     135; 
    137136; @keyword YPN_1 
    138137; The first derivative of the interpolating function at the 
Note: See TracChangeset for help on using the changeset viewer.