source: trunk/SRC/Documentation/idldoc_html_output/Matrix/directory-overview.html @ 402

Last change on this file since 402 was 402, checked in by smasson, 15 years ago

update documentation

File size: 4.3 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>Matrix/ (SAXO Documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" href="../main_files.css" media="all"/>
13    <link rel="stylesheet" type="text/css" href="../main_files_print.css" media="print"/>
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="Matrix/ (SAXO Documentation)";
19      }
20    </script>
21  </head>
22
23
24  <body onload="setTitle();">
25
26    <div id="navbar_title">
27  <h1>SAXO Documentation</h1>
28</div>
29
30
31<div id="main_navbar">
32
33  <table cellspacing="0">
34    <tr>
35     
36      <td><a href="../overview.html" title="Overview of library">Overview</a></td>
37     
38
39     
40      <td id="selected">Directory</td>
41     
42
43     
44      <td><a href="../idldoc-categories.html" title="Browse library by category">Categories</a></td>
45     
46
47     
48      <td><a href="../idldoc-index.html" title="Index of files, routines, and parameters">Index</a></td>
49     
50
51     
52      <td><a href="../search-page.html" title="Search library">Search</a></td>
53     
54
55      <td >File</td>
56
57     
58      <td >Source</td>
59     
60
61     
62      <td><a href="../idldoc-help.html" title="Help on IDLdoc">Help</a></td>
63     
64
65      <td >Etc</td>
66
67      <td id="flexible">Developer&nbsp;documentation</td>
68    </tr>
69  </table>
70
71</div>
72
73<div id="secondary_navbar">
74
75&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="./directory-overview.html" target="_TOP">view single page</a> | <a href="../index.html" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: routine
76
77</div>
78
79
80    <div id="container">
81
82      <h1>Directory overview for Matrix/</h1>
83
84     
85
86     
87      <h2>File summary</h2>
88
89      <dl>
90     
91        <dt><a href="cmapply.html">cmapply.pro</a></dt>
92        <dd>  Utility function, adapted from CMPRODUCT    cmapply_redim : Utility function, used to collect collaped dimensions    Applies a function to specified dimensions of an array   Description:   CMAPPLY will apply one of a few select functions to specified  dimensions of an array.</dd>
93     
94        <dt><a href="cmset_op.html">cmset_op.pro</a></dt>
95        <dd>  Simplified version of CMSET_OP_UNIQ which sorts, and takes the  "first" value, whatever that may mean.</dd>
96     
97        <dt><a href="different.html">different.pro</a></dt>
98        <dd>  find the different elements of 2 matrixes of positive whole numbers.</dd>
99     
100        <dt><a href="extrac2.html">extrac2.pro</a></dt>
101        <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>
102     
103        <dt><a href="inter.html">inter.pro</a></dt>
104        <dd>  find the intersection between 2 matrices of whole numbers   see also <a href="..//Matrix/different.html">different</a> and <a href="..//Matrix/union.html">union</a> </dd>
105     
106        <dt><a href="make_selection.html">make_selection.pro</a></dt>
107        <dd>  Convert an array of selected values to an index  array that identifies the selected values in a list or data array.</dd>
108     
109        <dt><a href="union.html">union.pro</a></dt>
110        <dd>  find the union between 2 matrices of whole numbers   see also <a href="..//Matrix/different.html">different</a> and <a href="..//Matrix/inter.html">inter</a>.</dd>
111     
112        <dt><a href="zero_one.html">zero_one.pro</a></dt>
113        <dd>  Send back a vector or a matrix constituted of 0 and 1 in alternation </dd>
114     
115      </dl>
116     
117
118     
119
120     
121
122      <div id="tagline">Produced by IDLdoc 2.0.</div>
123
124    </div>
125
126  </body>
127</html>
Note: See TracBrowser for help on using the repository browser.