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/Matrix/cmapply.html

    r234 r242  
    110110 
    111111   It's worth noting however, that the implementation of user-defined 
    112    functions is not particularly optimized for speed.  Users are 
     112   functions is not particularly optimized for speed. Users are 
    113113   encouraged to implement their own array if the number of output 
    114114   elements is large. 
     
    124124       
    125125      <dt><a href="#_cmapply_redim">cmapply_redim<i>, newarr, dimapply, dimkeep, nkeep, totcol, totkeep</i></a><dt> 
    126       <dd><font size="-1"></font></dd> 
     126      <dd><font size="-1"> </font></dd> 
    127127       
    128128      <dt><a href="#_cmapply"><i>result = </i>cmapply(<i>op, array[, dimapply]</i>, double=<i>double</i>, type=<i>type</i>, functargs=<i>functargs</i>, nocatch=<i>nocatch</i>)</a><dt> 
     
    164164     
    165165 
    166  
    167166     
    168167     
     
    173172    </pre><h3>Version history</h3> 
    174173     
    175     <h4>Version</h4> $Id: cmapply.pro 232 2007-03-20 16:59:36Z pinsard $ 
     174    <h4>Version</h4> 
     175 $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
    176176 
    177177     
     
    203203     
    204204 
     205 
    205206     
    206207 
     
    223224     
    224225 
    225  
    226226     
    227227 
     
    240240     
    241241 
    242  
    243242     
    244243 
     
    257256     
    258257 
    259  
    260258     
    261259 
     
    274272     
    275273 
    276  
    277274     
    278275 
     
    291288     
    292289 
    293  
    294290     
    295291 
     
    308304     
    309305 
    310  
    311306     
    312307     
     
    325320     
    326321    <h4>Todo items</h4> seb 
     322 
    327323     
    328324 
     
    340336      <a name="#_cmapply"></a> 
    341337 
    342       <h2>cmapply  <font size="-1" color="#006633">  
     338      <h2>cmapply  <font size="-1" color="#006633"> 
    343339 Array 
    344340</font></h2> 
     
    393389    </h4> 
    394390 
    395       
     391     
    396392 An array of values to be operated on. 
    397393 Must not be of type STRING (7) or STRUCTURE (8). 
     
    413409     
    414410 An array of dimensions that are to be "collapsed", where 
    415  the the first dimension starts with 1 (ie, same convention 
     411 the first dimension starts with 1 (ie, same convention 
    416412 as IDL function TOTAL).  Whereas TOTAL only allows one 
    417413 dimension to be added, you can specify multiple dimensions 
     
    460456     
    461457 Set this to the IDL code of the desired output type (refer 
    462  to documentation of SIZE()).  Internal results will be 
     458 to documentation of <proidl>SIZE</proidl>()).  Internal results will be 
    463459 rounded to the nearest integer if the output type is an 
    464460 integer type. 
     
    545541    </pre><h3>Version history</h3> 
    546542     
    547     <h4>Version</h4>  
    548  $Id: cmapply.pro 232 2007-03-20 16:59:36Z pinsard $ 
    549  
    550     <h4>History</h4>  
     543    <h4>Version</h4> 
     544 $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
     545 
     546    <h4>History</h4> 
    551547 Mar 1998, Written, CM 
    552548   Changed usage message to not bomb, 24 Mar 2000, CM 
Note: See TracChangeset for help on using the changeset viewer.