Ignore:
Timestamp:
03/26/07 17:37:03 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation) + improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Matrix/inter.pro

    r232 r237  
    77; Calculation 
    88; 
    9 ; @param a {in}{required} arrays of positive integers, which need not to be 
     9; @param a {in}{required}  
     10; arrays of positive integers, which need not to be 
    1011; sorted. Duplicate elements are ignored, as they have no effect on the 
    1112; result 
    1213; 
    13 ; @param b {in}{required} see a 
     14; @param b {in}{required}  
     15; see a 
    1416; 
    15 ; @returns tableau 
     17; @returns 
     18; tableau 
    1619; 
    17 ; @restrictions The empty set is denoted by an array with the first element equal to 
     20; @restrictions  
     21; The empty set is denoted by an array with the first element equal to 
    1822; -1. 
    1923; 
    20 ; @restrictions These functions will not be efficient on sparse sets with wide 
    21 ; ranges, as they trade memory for efficiency. The HISTOGRAM function 
     24; @restrictions  
     25; These functions will not be efficient on sparse sets with wide 
     26; ranges, as they trade memory for efficiency.  
     27; The <proidl>HISTOGRAM</proidl> function 
    2228; is used, which creates arrays of size equal to the range of the 
    2329; resulting set. 
Note: See TracChangeset for help on using the changeset viewer.