Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Matrix/directory-overview.html

    r157 r163  
    708708       
    709709        <dt><a href="different.html?format=raw">different.pro</a></dt> 
    710         <dd>   calculate the different elements of 2 matrix of positif whole numbers.</dd> 
     710        <dd>   calculate the different elements of 2 matrix of positive whole numbers.</dd> 
    711711       
    712712        <dt><a href="extrac2.html?format=raw">extrac2.pro</a></dt> 
    713         <dd>  extraction of subdomains of matrixes;  Even if the subdomain is "pierced" (see the example)  By default, IDL can make extractions of subdomain:        IDL> a=indgen(5,5)       IDL> print, a              0       1       2       3       4              5       6       7       8       9             10      11      12      13      14             15      16      17      18      19             20      21      22      23      24       IDL> print, a[[0,2],3]             15      17       IDL> print, a[[0,2],*]              0       2              5       7             10      12             15      17             20      22  but       IDL> print, a[[0,2],[3,4]]             15      22  while       IDL> print, extrac2(a,[0,2],[3,4])             15      17             20      22 </dd> 
     713        <dd>  extraction of subdomains of matrices;  Even if the subdomain is "pierced" (see the example)  By default, IDL can make extractions of subdomain:        IDL> a=indgen(5,5)       IDL> print, a              0       1       2       3       4              5       6       7       8       9             10      11      12      13      14             15      16      17      18      19             20      21      22      23      24       IDL> print, a[[0,2],3]             15      17       IDL> print, a[[0,2],*]              0       2              5       7             10      12             15      17             20      22  but       IDL> print, a[[0,2],[3,4]]             15      22  while       IDL> print, extrac2(a,[0,2],[3,4])             15      17             20      22 </dd> 
    714714       
    715715        <dt><a href="inter.html?format=raw">inter.pro</a></dt> 
    716         <dd>   calculate the intersection between 2 matrixes of whole numbers </dd> 
     716        <dd>   calculate the intersection between 2 matrices of whole numbers </dd> 
    717717       
    718718        <dt><a href="make_selection.html?format=raw">make_selection.pro</a></dt> 
     
    720720       
    721721        <dt><a href="union.html?format=raw">union.pro</a></dt> 
    722         <dd>   calculate tne union between 2 matrixes of whole numbers </dd> 
     722        <dd>   calculate the union between 2 matrices of whole numbers </dd> 
    723723       
    724724        <dt><a href="zero_one.html?format=raw">zero_one.pro</a></dt> 
    725         <dd>   Send back a vector or a matrix constituate of 0 and 1 in alternation </dd> 
     725        <dd>   Send back a vector or a matrix constituted of 0 and 1 in alternation </dd> 
    726726       
    727727      </dl> 
Note: See TracChangeset for help on using the changeset viewer.