Mercurial > hg > octave-lyh
annotate doc/interpreter/octave.texi @ 8221:06094fa570a3
Add some documentation for the OOP code of Octave
author | David Bateman <dbateman@free.fr> |
---|---|
date | Wed, 15 Oct 2008 20:35:22 +0100 |
parents | d51c3541be28 |
children | 674d00f5e072 |
rev | line source |
---|---|
7018 | 1 % Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2005, 2006, |
2 % 2007 John W. Eaton | |
3 % | |
4 % This file is part of Octave. | |
5 % | |
6 % Octave is free software; you can redistribute it and/or modify it | |
7 % under the terms of the GNU General Public License as published by the | |
8 % Free Software Foundation; either version 3 of the License, or (at | |
9 % your option) any later version. | |
10 % | |
11 % Octave is distributed in the hope that it will be useful, but WITHOUT | |
12 % ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 % FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 % for more details. | |
15 % | |
16 % You should have received a copy of the GNU General Public License | |
17 % along with Octave; see the file COPYING. If not, see | |
18 % <http://www.gnu.org/licenses/>. | |
3403 | 19 |
20 \input texinfo | |
21 @setfilename octave.info | |
22 | |
3405 | 23 @c The following macro is used for the on-line help system, but we don't |
24 @c want lots of `See also: foo, bar, and baz' strings cluttering the | |
25 @c printed manual (that information should be in the supporting text for | |
3406 | 26 @c each group of functions and variables). |
3405 | 27 |
28 @macro seealso {args} | |
6620 | 29 @iftex |
30 @vskip 2pt | |
31 @end iftex | |
32 @ifnottex | |
5642 | 33 @sp 1 |
6620 | 34 @end ifnottex |
5642 | 35 @noindent |
6620 | 36 @strong{See also:} \args\. |
3405 | 37 @end macro |
38 | |
3403 | 39 @ifinfo |
40 @format | |
41 START-INFO-DIR-ENTRY | |
42 * Octave: (octave). Interactive language for numerical computations. | |
43 END-INFO-DIR-ENTRY | |
44 @end format | |
45 @end ifinfo | |
46 | |
47 @c Settings for printing on 8-1/2 by 11 inch paper: | |
48 @c ----------------------------------------------- | |
49 | |
50 @setchapternewpage odd | |
51 | |
52 @c Settings for small book format: | |
53 @c ------------------------------ | |
54 | |
55 @ignore | |
56 @smallbook | |
57 @setchapternewpage odd | |
58 @finalout | |
59 @iftex | |
60 @cropmarks | |
61 @end iftex | |
62 @end ignore | |
63 | |
64 @defindex op | |
65 | |
3453 | 66 @c Things like the Octave version number are defined in conf.texi. |
3403 | 67 @c This file doesn't include a chapter, so it must not be included |
68 @c if you want to run the Emacs function texinfo-multiple-files-update. | |
69 | |
70 @include conf.texi | |
71 | |
72 @settitle GNU Octave | |
73 | |
5423 | 74 @ifnottex |
3403 | 75 |
7018 | 76 Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002, 2005, 2006, |
77 2007 John W. Eaton. | |
3403 | 78 |
79 Permission is granted to make and distribute verbatim copies of | |
80 this manual provided the copyright notice and this permission notice | |
81 are preserved on all copies. | |
82 | |
83 @ignore | |
84 Permission is granted to process this file through Tex and print the | |
85 results, provided the printed document carries copying permission | |
86 notice identical to this one except for the removal of this paragraph | |
87 (this paragraph not being relevant to the printed manual). | |
88 | |
89 @end ignore | |
90 Permission is granted to copy and distribute modified versions of | |
91 this manual under the conditions for verbatim copying, provided that | |
92 the entire resulting derived work is distributed under the terms of | |
93 a permission notice identical to this one. | |
94 | |
95 Permission is granted to copy and distribute translations of this | |
96 manual into another language, under the above conditions for | |
97 modified versions. | |
5423 | 98 @end ifnottex |
3403 | 99 |
100 @titlepage | |
101 @title GNU Octave | |
102 @subtitle A high-level interactive language for numerical computations | |
103 @subtitle Edition 3 for Octave version @value{VERSION} | |
6778 | 104 @subtitle July 2007 |
3403 | 105 @author John W. Eaton |
6966 | 106 @author David Bateman |
107 @author S@o{}ren Hauberg | |
3403 | 108 @page |
109 @vskip 0pt plus 1filll | |
7018 | 110 Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002, 2005, 2006, |
111 2007 John W. Eaton. | |
3403 | 112 |
113 This is the third edition of the Octave documentation, and is consistent | |
114 with version @value{VERSION} of Octave. | |
115 | |
116 Permission is granted to make and distribute verbatim copies of | |
117 this manual provided the copyright notice and this permission notice | |
118 are preserved on all copies. | |
119 | |
120 Permission is granted to copy and distribute modified versions of this | |
121 manual under the conditions for verbatim copying, provided that the entire | |
122 resulting derived work is distributed under the terms of a permission | |
123 notice identical to this one. | |
124 | |
125 Permission is granted to copy and distribute translations of this manual | |
126 into another language, under the same conditions as for modified versions. | |
127 | |
128 Portions of this document have been adapted from the @code{gawk}, | |
129 @code{readline}, @code{gcc}, and C library manuals, published by the Free | |
5307 | 130 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
131 02110-1301--1307, USA. | |
3403 | 132 @end titlepage |
133 | |
3606 | 134 @contents |
135 | |
5423 | 136 @ifnottex |
4167 | 137 @node Top |
3403 | 138 @top |
139 | |
140 This manual documents how to run, install and port GNU Octave, as well | |
141 as its new features and incompatibilities, and how to report bugs. | |
142 It corresponds to GNU Octave version @value{VERSION}. | |
5423 | 143 @end ifnottex |
3403 | 144 |
5424 | 145 @c ------------------------------------------------------------------------ |
146 | |
3403 | 147 @menu |
148 * Preface:: | |
149 * Introduction:: A brief introduction to Octave. | |
150 * Getting Started:: | |
151 * Data Types:: | |
152 * Numeric Data Types:: | |
153 * Strings:: | |
6837 | 154 * Data Containers:: |
3403 | 155 * Variables:: |
156 * Expressions:: Expressions. | |
157 * Evaluation:: | |
158 * Statements:: Looping and program flow control. | |
159 * Functions and Scripts:: | |
6667 | 160 * Errors and Warnings:: |
4178 | 161 * Debugging:: |
3403 | 162 * Input and Output:: |
163 * Plotting:: | |
164 * Matrix Manipulation:: | |
165 * Arithmetic:: | |
166 * Linear Algebra:: | |
167 * Nonlinear Equations:: | |
5164 | 168 * Sparse Matrices:: |
6741 | 169 * Numerical Integration:: |
3403 | 170 * Differential Equations:: |
171 * Optimization:: | |
172 * Statistics:: | |
173 * Sets:: | |
174 * Polynomial Manipulations:: | |
6549 | 175 * Interpolation:: |
6558 | 176 * Geometry:: |
3403 | 177 * Signal Processing:: |
178 * Image Processing:: | |
179 * Audio Processing:: | |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
180 * Object Oriented Programming:: |
3403 | 181 * System Utilities:: |
6570 | 182 * Packages:: |
183 * Dynamically Linked Functions:: | |
5582 | 184 * Test and Demo Functions:: |
3403 | 185 * Tips:: |
8055
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
7988
diff
changeset
|
186 * Contributing Guidelines:: |
3403 | 187 * Trouble:: If you have trouble installing Octave. |
188 * Installation:: How to configure, compile and install Octave. | |
189 * Emacs:: | |
6623 | 190 @c * Grammar:: |
3403 | 191 * Copying:: The GNU General Public License. |
192 * Concept Index:: An item for each concept. | |
193 * Variable Index:: An item for each documented variable. | |
194 * Function Index:: An item for each documented function. | |
195 * Operator Index:: An item for each documented operator. | |
196 | |
197 @detailmenu | |
198 --- The Detailed Node Listing --- | |
199 | |
200 Preface | |
201 | |
3453 | 202 * Acknowledgements:: |
203 * How You Can Contribute to Octave:: | |
204 * Distribution:: | |
205 | |
206 A Brief Introduction to Octave | |
207 | |
208 * Running Octave:: | |
209 * Simple Examples:: | |
210 * Conventions:: | |
211 | |
212 Conventions | |
213 | |
214 * Fonts:: | |
215 * Evaluation Notation:: | |
216 * Printing Notation:: | |
217 * Error Messages:: | |
218 * Format of Descriptions:: | |
219 | |
220 Format of Descriptions | |
221 | |
222 * A Sample Function Description:: | |
223 * A Sample Command Description:: | |
224 * A Sample Variable Description:: | |
225 | |
226 Getting Started | |
227 | |
6620 | 228 * Invoking Octave from the Command Line:: |
3453 | 229 * Quitting Octave:: |
230 * Getting Help:: | |
231 * Command Line Editing:: | |
232 * Errors:: | |
233 * Executable Octave Programs:: | |
234 * Comments:: | |
235 | |
6620 | 236 Invoking Octave from the Command Line |
3453 | 237 |
238 * Command Line Options:: | |
239 * Startup Files:: | |
240 | |
241 Command Line Editing | |
242 | |
243 * Cursor Motion:: | |
244 * Killing and Yanking:: | |
245 * Commands For Text:: | |
246 * Commands For Completion:: | |
247 * Commands For History:: | |
248 * Customizing readline:: | |
249 * Customizing the Prompt:: | |
250 * Diary and Echo Commands:: | |
251 | |
252 Data Types | |
253 | |
254 * Built-in Data Types:: | |
255 * User-defined Data Types:: | |
256 * Object Sizes:: | |
257 | |
258 Built-in Data Types | |
259 | |
260 * Numeric Objects:: | |
261 * String Objects:: | |
262 * Data Structure Objects:: | |
263 | |
264 Numeric Data Types | |
265 | |
7984
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
266 * Matrices:: |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
267 * Ranges:: |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
268 * Single Precision Data Types:: |
6549 | 269 * Integer Data Types:: |
6781 | 270 * Bit Manipulations:: |
7984
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
271 * Logical Values:: |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
272 * Promotion and Demotion of Data Types:: |
3453 | 273 * Predicates for Numeric Objects:: |
274 | |
275 Matrices | |
276 | |
277 * Empty Matrices:: | |
278 | |
279 Strings | |
280 | |
281 * Creating Strings:: | |
6623 | 282 * Comparing Strings:: |
283 * Manipulating Strings:: | |
3453 | 284 * String Conversions:: |
285 * Character Class Functions:: | |
286 | |
6837 | 287 Data Containers |
3453 | 288 |
6837 | 289 * Data Structures:: |
290 * Cell Arrays:: | |
291 * Comma Separated Lists:: | |
3453 | 292 |
293 Variables | |
294 | |
295 * Global Variables:: | |
296 * Status of Variables:: | |
297 * Summary of Built-in Variables:: | |
298 * Defaults from the Environment:: | |
299 | |
300 Expressions | |
301 | |
302 * Index Expressions:: | |
303 * Calling Functions:: | |
304 * Arithmetic Ops:: | |
305 * Comparison Ops:: | |
306 * Boolean Expressions:: | |
307 * Assignment Ops:: | |
308 * Increment Ops:: | |
309 * Operator Precedence:: | |
310 | |
311 Calling Functions | |
312 | |
313 * Call by Value:: | |
314 * Recursion:: | |
315 | |
316 Boolean Expressions | |
317 | |
318 * Element-by-element Boolean Operators:: | |
319 * Short-circuit Boolean Operators:: | |
320 | |
321 Statements | |
322 | |
323 * The if Statement:: | |
324 * The switch Statement:: | |
325 * The while Statement:: | |
3489 | 326 * The do-until Statement:: |
3453 | 327 * The for Statement:: |
328 * The break Statement:: | |
329 * The continue Statement:: | |
330 * The unwind_protect Statement:: | |
331 * The try Statement:: | |
332 * Continuation Lines:: | |
333 | |
334 The @code{for} Statement | |
335 | |
336 * Looping Over Structure Elements:: | |
337 | |
338 Functions and Script Files | |
339 | |
340 * Defining Functions:: | |
341 * Multiple Return Values:: | |
342 * Variable-length Argument Lists:: | |
343 * Variable-length Return Lists:: | |
344 * Returning From a Function:: | |
345 * Function Files:: | |
346 * Script Files:: | |
347 * Organization of Functions:: | |
348 | |
6667 | 349 Errors and Warnings |
350 | |
351 * Handling Errors:: | |
352 * Handling Warnings:: | |
4178 | 353 |
354 Debugging | |
355 | |
6646 | 356 * Entering Debug Mode:: |
7787
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7018
diff
changeset
|
357 * Leaving Debug Mode:: |
6646 | 358 * Breakpoints:: |
359 * Debug Mode:: | |
7787
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7018
diff
changeset
|
360 * Call Stack:: |
6646 | 361 |
3453 | 362 Input and Output |
363 | |
364 * Basic Input and Output:: | |
365 * C-Style I/O Functions:: | |
366 | |
367 Basic Input and Output | |
368 | |
369 * Terminal Output:: | |
370 * Terminal Input:: | |
371 * Simple File I/O:: | |
372 | |
373 C-Style I/O Functions | |
374 | |
375 * Opening and Closing Files:: | |
376 * Simple Output:: | |
377 * Line-Oriented Input:: | |
378 * Formatted Output:: | |
379 * Output Conversion for Matrices:: | |
380 * Output Conversion Syntax:: | |
381 * Table of Output Conversions:: | |
382 * Integer Conversions:: | |
6554 | 383 * Floating-Point Conversions:: |
3453 | 384 * Other Output Conversions:: |
385 * Formatted Input:: | |
386 * Input Conversion Syntax:: | |
387 * Table of Input Conversions:: | |
388 * Numeric Input Conversions:: | |
389 * String Input Conversions:: | |
390 * Binary I/O:: | |
391 * Temporary Files:: | |
392 * EOF and Errors:: | |
393 * File Positioning:: | |
394 | |
395 Plotting | |
396 | |
6888 | 397 * Plotting Basics:: |
398 * Advanced Plotting:: | |
3453 | 399 |
400 Matrix Manipulation | |
401 | |
402 * Finding Elements and Checking Conditions:: | |
403 * Rearranging Matrices:: | |
6550 | 404 * Applying a Function to an Array:: |
3453 | 405 * Special Utility Matrices:: |
406 * Famous Matrices:: | |
407 | |
408 Arithmetic | |
409 | |
410 * Utility Functions:: | |
411 * Complex Arithmetic:: | |
412 * Trigonometry:: | |
413 * Sums and Products:: | |
414 * Special Functions:: | |
415 * Mathematical Constants:: | |
416 | |
417 Linear Algebra | |
418 | |
6531 | 419 * Techniques used for Linear Algebra:: |
3453 | 420 * Basic Matrix Functions:: |
421 * Matrix Factorizations:: | |
422 * Functions of a Matrix:: | |
423 | |
5164 | 424 Sparse Matrices |
425 | |
426 * Basics:: | |
427 * Sparse Linear Algebra:: | |
428 * Iterative Techniques:: | |
5648 | 429 * Real Life Example:: |
5164 | 430 |
6741 | 431 Numerical Integration |
3453 | 432 |
433 * Functions of One Variable:: | |
434 * Orthogonal Collocation:: | |
6741 | 435 * Functions of Multiple Variables:: |
3453 | 436 |
437 Differential Equations | |
438 | |
439 * Ordinary Differential Equations:: | |
440 * Differential-Algebraic Equations:: | |
441 | |
442 Optimization | |
443 | |
444 * Quadratic Programming:: | |
445 * Nonlinear Programming:: | |
446 * Linear Least Squares:: | |
447 | |
448 Statistics | |
449 | |
6754 | 450 * Descriptive Statistics:: |
451 * Basic Statistical Functions:: | |
452 * Statistical Plots:: | |
3489 | 453 * Tests:: |
3453 | 454 * Models:: |
6754 | 455 * Distributions:: |
456 * Random Number Generation:: | |
3453 | 457 |
6741 | 458 Sets |
459 | |
460 * Set Operations:: | |
461 | |
6850 | 462 Polynomial Manipulations |
463 | |
464 * Evaluating Polynomials:: | |
465 * Finding Roots:: | |
466 * Products of Polynomials:: | |
467 * Derivatives and Integrals:: | |
468 * Polynomial Interpolation:: | |
469 * Miscellaneous Functions:: | |
470 | |
6702 | 471 Interpolation |
6823 | 472 |
6702 | 473 * One-dimensional Interpolation:: |
474 * Multi-dimensional Interpolation:: | |
6570 | 475 |
6823 | 476 Geometry |
477 | |
478 * Delaunay Triangulation:: | |
479 * Voronoi Diagrams:: | |
480 * Convex Hull:: | |
481 * Interpolation on Scattered Data:: | |
482 | |
6535 | 483 Image Processing |
484 | |
485 * Loading and Saving Images:: | |
486 * Displaying Images:: | |
487 * Representing Images:: | |
488 * Plotting on top of Images:: | |
489 * Color Conversion:: | |
490 | |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
491 Object Oriented Programming |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
492 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
493 * Creating a Class: |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
494 * Manipulating Classes:: |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
495 * Indexing Objects:: |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
496 * Overloading Objects:: |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
497 |
3453 | 498 System Utilities |
499 | |
500 * Timing Utilities:: | |
501 * Filesystem Utilities:: | |
6549 | 502 * File Archiving Utilities:: |
503 * Networking Utilities:: | |
3453 | 504 * Controlling Subprocesses:: |
505 * Process ID Information:: | |
506 * Environment Variables:: | |
507 * Current Working Directory:: | |
508 * Password Database Functions:: | |
509 * Group Database Functions:: | |
510 * System Information:: | |
6702 | 511 * Hashing Functions:: |
3453 | 512 |
6537 | 513 Packages |
514 | |
515 * Installing and Removing Packages:: | |
516 * Using Packages:: | |
517 * Administrating Packages:: | |
518 * Creating Packages:: | |
519 * The DESCRIPTION File:: | |
520 * The INDEX file:: | |
521 * PKG_ADD and PKG_DEL directives:: | |
522 | |
6570 | 523 Dynamically Linked Functions |
524 | |
525 * Oct-Files:: | |
526 * Mex-Files:: | |
527 * Standalone Programs:: | |
528 | |
5582 | 529 Test and Demo Functions |
530 | |
531 * Test Functions:: | |
532 * Demonstration Functions:: | |
533 | |
3453 | 534 Tips and Standards |
535 | |
536 * Style Tips:: Writing clean and robust programs. | |
537 * Coding Tips:: Making code run faster. | |
538 * Documentation Tips:: Writing readable documentation strings. | |
539 * Comment Tips:: Conventions for writing comments. | |
540 * Function Headers:: Standard headers for functions. | |
541 | |
542 Known Causes of Trouble with Octave | |
543 | |
544 * Actual Bugs:: Bugs we will fix later. | |
545 * Reporting Bugs:: | |
546 * Bug Criteria:: | |
547 * Bug Lists:: | |
548 * Bug Reporting:: | |
549 * Sending Patches:: | |
550 * Service:: | |
551 | |
552 Reporting Bugs | |
553 | |
554 * Bug Criteria:: | |
555 * Where: Bug Lists. Where to send your bug report. | |
556 * Reporting: Bug Reporting. How to report a bug effectively. | |
557 * Patches: Sending Patches. How to send a patch for Octave. | |
558 | |
559 Installing Octave | |
560 | |
561 * Installation Problems:: | |
562 | |
563 Emacs Octave Support | |
564 | |
565 * Installing EOS:: | |
566 * Using Octave Mode:: | |
567 * Running Octave From Within Emacs:: | |
568 * Using the Emacs Info Reader for Octave:: | |
569 | |
6623 | 570 @c Grammar |
6624 | 571 @c |
572 @c * Keywords:: | |
3453 | 573 |
574 @end detailmenu | |
3403 | 575 @end menu |
576 | |
5424 | 577 @c ------------------------------------------------------------------------ |
578 | |
3403 | 579 @include preface.texi |
580 @include intro.texi | |
581 @include basics.texi | |
582 @include data.texi | |
583 @include numbers.texi | |
584 @include strings.texi | |
3439 | 585 @include container.texi |
3403 | 586 @include var.texi |
587 @include expr.texi | |
588 @include eval.texi | |
589 @include stmt.texi | |
590 @include func.texi | |
591 @include errors.texi | |
4167 | 592 @include debug.texi |
3403 | 593 @include io.texi |
594 @include plot.texi | |
595 @include matrix.texi | |
596 @include arith.texi | |
597 @include linalg.texi | |
598 @include nonlin.texi | |
5164 | 599 @include sparse.texi |
3403 | 600 @include quad.texi |
601 @include diffeq.texi | |
602 @include optim.texi | |
603 @include stats.texi | |
604 @include set.texi | |
605 @include poly.texi | |
6549 | 606 @include interp.texi |
6558 | 607 @include geometry.texi |
3403 | 608 @include signal.texi |
609 @include image.texi | |
610 @include audio.texi | |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
611 @include oop.texi |
3403 | 612 @include system.texi |
6537 | 613 @include package.texi |
3403 | 614 |
615 @c maybe add again later, if anyone every writes any really interesting | |
616 @c fun stuff for Octave. | |
617 @c | |
618 @c @include amuse.texi | |
619 | |
620 @c Appendices start here. Installation and bugs have to go before the | |
621 @c readline and Info appendices because we want to have separate indices | |
622 @c for them, and there appears to be no way to go back to the original | |
623 @c set of indices once a redirection has taken place. | |
624 | |
6570 | 625 @include dynamic.texi |
5582 | 626 @include testfun.texi |
3403 | 627 @include tips.texi |
8055
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
7988
diff
changeset
|
628 @include contrib.texi |
3403 | 629 @include bugs.texi |
630 @include install.texi | |
631 @include emacs.texi | |
6618 | 632 @c @include grammar.texi |
3403 | 633 @include gpl.texi |
634 | |
635 @include cp-idx.texi | |
636 @include vr-idx.texi | |
637 @include fn-idx.texi | |
638 @include op-idx.texi | |
639 | |
640 @bye |