Changeset 157 for trunk/SRC/Matrix


Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

Location:
trunk/SRC/Matrix
Files:
7 edited

Legend:

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

    r136 r157  
    106106;   elements is large. 
    107107; 
    108 ; @categories Arrays 
     108; @categories  
     109; Array 
    109110; 
    110111; @param OP {in}{required} 
  • trunk/SRC/Matrix/cmset_op.pro

    r136 r157  
    6767;   benefit. 
    6868; 
    69 ; @categories array 
     69; @categories  
     70; Array 
    7071; 
    7172; @param A {in}{required} 
  • trunk/SRC/Matrix/different.pro

    r134 r157  
    77; calculate the different elements of 2 matrix of positif whole numbers. 
    88; 
    9 ; @categories Calculation of matrixes 
     9; @categories 
     10; Calculation 
    1011; 
    1112; @param a {in}{required} arrays of positive integers, which need 
  • trunk/SRC/Matrix/extrac2.pro

    r136 r157  
    3232;            20      22 
    3333; 
    34 ; @categories utilities 
     34; @categories  
     35; Utilities 
    3536; 
    3637; @param array {in}{required} 
  • trunk/SRC/Matrix/inter.pro

    r134 r157  
    77; calculate the intersection between 2 matrixes of whole numbers 
    88; 
    9 ; @categories calculation of matrixes 
     9; @categories  
     10; Calculation 
    1011; 
    1112; @param a {in}{required} arrays of positive integers, which need not to be 
  • trunk/SRC/Matrix/union.pro

    r134 r157  
    77; calculate tne union between 2 matrixes of whole numbers 
    88; 
    9 ; @categories calculation of matrixes 
     9; @categories  
     10; Calculation 
    1011; 
    1112; @param a {in}{required} arrays of positive integers, which need 
  • trunk/SRC/Matrix/zero_one.pro

    r134 r157  
    66; Send back a vector or a matrix constituate of 0 and 1 in alternation 
    77; 
    8 ; @categories function, matrixes 
     8; @categories  
     9; Function, Matrix 
    910; 
    1011; @param n1 {in}{required} number of elements in the first dimension 
     
    1314; @returns resultat 
    1415;  
    15 ; @history Sebastien Masson (smasson@lodyc.jussieu.fr) 
     16; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    1617;                       1/12/98 
    1718; 
Note: See TracChangeset for help on using the changeset viewer.