Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/different.html

    r200 r234  
    6161    </dl> 
    6262 
    63       
     63     
    6464 calculate the different elements of 2 matrix of positive whole numbers. 
    6565 
     
    7979 
    8080 
    81     <h3>Return value</h3> tableau 
     81    <h3>Return value</h3> 
     82 tableau 
    8283 
    8384 
     
    9899    </h4> 
    99100 
    100      arrays of positive integers, which need 
     101     
     102 arrays of positive integers, which need 
    101103               not be sorted. Duplicate elements are ignored, as they have no 
    102104               effect on the result 
     
    116118    </h4> 
    117119 
    118      see a 
     120     
     121 see a 
    119122 
    120123     
     
    123126     
    124127 
    125     <h3>Examples</h3> 
     128    <h3>Examples</h3><pre> 
    126129 
    127   a = [2,4,6,8] 
    128   b = [6,1,3,2] 
    129   different(a,b) = [ 4, 8]         ; Elements in A but not in B 
     130  IDL> a = [2,4,6,8] 
     131  IDL> b = [6,1,3,2] 
     132  IDL> different(a,b) = [ 4, 8]         ; Elements in A but not in B 
    130133 
    131     <h3>Version history</h3> 
     134    </pre><h3>Version history</h3> 
    132135     
    133     <h4>Version</h4> $Id: different.pro 163 2006-08-29 12:59:46Z navarro $ 
     136    <h4>Version</h4> 
     137 $Id: different.pro 232 2007-03-20 16:59:36Z pinsard $ 
    134138 
    135     <h4>History</h4> http://www.dfanning.com/tips/set_operations.html 
     139    <h4>History</h4> 
     140 <a href="http://www.dfanning.com/tips/set_operations.html"/> 
    136141 
    137142     
     
    141146     
    142147     
    143     <h4>Restrictions</h4> The empty set is denoted by an array with the first element equal to 
     148    <h4>Restrictions</h4> 
     149 The empty set is denoted by an array with the first element equal to 
    144150 -1. 
     151 
    145152 
    146153 These functions will not be efficient on sparse sets with wide 
Note: See TracChangeset for help on using the changeset viewer.