File: Concept-Index.html

package info (click to toggle)
octave 10.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 145,388 kB
  • sloc: cpp: 335,976; ansic: 82,241; fortran: 20,963; objc: 9,402; sh: 8,756; yacc: 4,392; lex: 4,333; perl: 1,544; java: 1,366; awk: 1,259; makefile: 659; xml: 192
file content (758 lines) | stat: -rw-r--r-- 145,713 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
<!DOCTYPE html>
<html>
<!-- Created by GNU Texinfo 7.1.1, https://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Concept Index (GNU Octave (version 10.3.0))</title>

<meta name="description" content="Concept Index (GNU Octave (version 10.3.0))">
<meta name="keywords" content="Concept Index (GNU Octave (version 10.3.0))">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="viewport" content="width=device-width,initial-scale=1">

<link href="index.html" rel="start" title="Top">
<link href="#Concept-Index" rel="index" title="Concept Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html" rel="up" title="Top">
<link href="Function-Index.html" rel="next" title="Function Index">
<link href="Copying.html" rel="prev" title="Copying">
<style type="text/css">
<!--
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
a.summary-letter-printindex {text-decoration: none}
span:hover a.copiable-link {visibility: visible}
td.printindex-index-entry {vertical-align: top}
td.printindex-index-section {vertical-align: top; padding-left: 1em}
th.entries-header-printindex {text-align:left}
th.sections-header-printindex {text-align:left; padding-left: 1em}
-->
</style>
<link rel="stylesheet" type="text/css" href="octave.css">


</head>

<body lang="en">
<div class="unnumbered-level-extent" id="Concept-Index">
<div class="nav-panel">
<p>
Next: <a href="Function-Index.html" accesskey="n" rel="next">Function Index</a>, Previous: <a href="Copying.html" accesskey="p" rel="prev">GNU GENERAL PUBLIC LICENSE</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<h2 class="unnumbered" id="Concept-Index-1"><span>Concept Index<a class="copiable-link" href="#Concept-Index-1"> &para;</a></span></h2>

<div class="printindex cp-printindex">
<table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; </th><td><a class="summary-letter-printindex" href="#Concept-Index_cp_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-J"><b>J</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-U"><b>U</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-V"><b>V</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-W"><b>W</b></a>
 &nbsp; 
</td></tr></table>
<table class="cp-entries-printindex" border="0">
<tr><td></td><th class="entries-header-printindex">Index Entry</th><th class="sections-header-printindex">Section</th></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-A">A</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Acknowledgements.html#index-acknowledgements">acknowledgements</a></td><td class="printindex-index-section"><a href="Acknowledgements.html">Acknowledgements</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-addition">addition</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-addition-1">addition</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-and-operator">and operator</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-and-operator-1">and operator</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Function-Handles-and-Anonymous-Functions.html#index-anonymous-functions">anonymous functions</a></td><td class="printindex-index-section"><a href="Function-Handles-and-Anonymous-Functions.html">Function Handles and Anonymous Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Variables.html#index-ans"><code class="code">ans</code></a></td><td class="printindex-index-section"><a href="Variables.html">Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-answers_002c-incorrect">answers, incorrect</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Reporting.html#index-answers_002c-incorrect-1">answers, incorrect</a></td><td class="printindex-index-section"><a href="Bug-Reporting.html">Bug Reporting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Application_002ddefined-Data.html#index-application_002ddefined-data">application-defined data</a></td><td class="printindex-index-section"><a href="Application_002ddefined-Data.html">Application-defined Data</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Function-Application.html#index-apply">apply</a></td><td class="printindex-index-section"><a href="Function-Application.html">Function Application</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Area-Series.html#index-area-series">area series</a></td><td class="printindex-index-section"><a href="Area-Series.html">Area Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Calling-Functions.html#index-arguments-in-function-call">arguments in function call</a></td><td class="printindex-index-section"><a href="Calling-Functions.html">Calling Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-arithmetic-operators">arithmetic operators</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-arithmetic-operators-1">arithmetic operators</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-array_002c-creating-a-Java-array">array, creating a Java array</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-assignment-expressions">assignment expressions</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-assignment-operators">assignment operators</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-axes-graphics-object">axes graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-B">B</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bar-Series.html#index-bar-series">bar series</a></td><td class="printindex-index-section"><a href="Bar-Series.html">Bar Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Executable-Octave-Programs.html#index-batch-processing">batch processing</a></td><td class="printindex-index-section"><a href="Executable-Octave-Programs.html">Executable Octave Programs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Block-Comments.html#index-block-comments">block comments</a></td><td class="printindex-index-section"><a href="Block-Comments.html">Block Comments</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-while-Statement.html#index-body-of-a-loop">body of a loop</a></td><td class="printindex-index-section"><a href="The-while-Statement.html">The while Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-boolean-expressions">boolean expressions</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-boolean-expressions-1">boolean expressions</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-boolean-operators">boolean operators</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-boolean-operators-1">boolean operators</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-break-Statement.html#index-break-statement"><code class="code">break</code> statement</a></td><td class="printindex-index-section"><a href="The-break-Statement.html">The break Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Broadcasting.html#index-broadcast">broadcast</a></td><td class="printindex-index-section"><a href="Broadcasting.html">Broadcasting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Broadcasting.html#index-broadcasting">broadcasting</a></td><td class="printindex-index-section"><a href="Broadcasting.html">Broadcasting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Broadcasting.html#index-BSX">BSX</a></td><td class="printindex-index-section"><a href="Broadcasting.html">Broadcasting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-bug-criteria">bug criteria</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Tracker.html#index-bug-tracker">bug tracker</a></td><td class="printindex-index-section"><a href="Bug-Tracker.html">Bug Tracker</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Reporting-Bugs.html#index-bugs">bugs</a></td><td class="printindex-index-section"><a href="Reporting-Bugs.html">Reporting Bugs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Reporting.html#index-bugs_002c-investigating">bugs, investigating</a></td><td class="printindex-index-section"><a href="Bug-Reporting.html">Bug Reporting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Trouble.html#index-bugs_002c-known">bugs, known</a></td><td class="printindex-index-section"><a href="Trouble.html">Trouble</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Tracker.html#index-bugs_002c-reporting">bugs, reporting</a></td><td class="printindex-index-section"><a href="Bug-Tracker.html">Bug Tracker</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Reporting.html#index-bugs_002c-reporting-1">bugs, reporting</a></td><td class="printindex-index-section"><a href="Bug-Reporting.html">Bug Reporting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Built_002din-Data-Types.html#index-built_002din-data-types">built-in data types</a></td><td class="printindex-index-section"><a href="Built_002din-Data-Types.html">Built-in Data Types</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-C">C</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Callbacks.html#index-callbacks">callbacks</a></td><td class="printindex-index-section"><a href="Callbacks.html">Callbacks</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface.html#index-calling-Java-from-Octave">calling Java from Octave</a></td><td class="printindex-index-section"><a href="Java-Interface.html">Java Interface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface.html#index-calling-Octave-from-Java">calling Octave from Java</a></td><td class="printindex-index-section"><a href="Java-Interface.html">Java Interface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-switch-Statement.html#index-case-statement"><code class="code">case</code> statement</a></td><td class="printindex-index-section"><a href="The-switch-Statement.html">The switch Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-try-Statement.html#index-catch"><code class="code">catch</code></a></td><td class="printindex-index-section"><a href="The-try-Statement.html">The try Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Cell-Array-Objects.html#index-cell-arrays">cell arrays</a></td><td class="printindex-index-section"><a href="Cell-Array-Objects.html">Cell Array Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Cell-Arrays.html#index-cell-arrays-1">cell arrays</a></td><td class="printindex-index-section"><a href="Cell-Arrays.html">Cell Arrays</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Advanced-Indexing.html#index-Chained-indexing">Chained indexing</a></td><td class="printindex-index-section"><a href="Advanced-Indexing.html">Advanced Indexing</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="String-Objects.html#index-character-strings">character strings</a></td><td class="printindex-index-section"><a href="String-Objects.html">String Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Strings.html#index-character-strings-1">character strings</a></td><td class="printindex-index-section"><a href="Strings.html">Strings</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Matrix-Factorizations.html#index-Cholesky-factorization">Cholesky factorization</a></td><td class="printindex-index-section"><a href="Matrix-Factorizations.html">Matrix Factorizations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Citing-Octave-in-Publications.html#index-Citations">Citations</a></td><td class="printindex-index-section"><a href="Citing-Octave-in-Publications.html">Citing Octave in Publications</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Citing-Octave-in-Publications.html#index-Citing-Octave">Citing Octave</a></td><td class="printindex-index-section"><a href="Citing-Octave-in-Publications.html">Citing Octave in Publications</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Making-Java-Classes-Available.html#index-classes_002c-making-available-to-Octave">classes, making available to Octave</a></td><td class="printindex-index-section"><a href="Making-Java-Classes-Available.html">Making Java Classes Available</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-classpath_002c-adding-new-path">classpath, adding new path</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Making-Java-Classes-Available.html#index-classpath_002c-difference-between-static-and-dynamic">classpath, difference between static and dynamic</a></td><td class="printindex-index-section"><a href="Making-Java-Classes-Available.html">Making Java Classes Available</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-classpath_002c-displaying">classpath, displaying</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-classpath_002c-dynamic">classpath, dynamic</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-classpath_002c-dynamic-1">classpath, dynamic</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-classpath_002c-removing-path">classpath, removing path</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Making-Java-Classes-Available.html#index-classpath_002c-setting">classpath, setting</a></td><td class="printindex-index-section"><a href="Making-Java-Classes-Available.html">Making Java Classes Available</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-classpath_002c-static">classpath, static</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Making-Java-Classes-Available.html#index-classpath_002etxt"><samp class="file">classpath.txt</samp></a></td><td class="printindex-index-section"><a href="Making-Java-Classes-Available.html">Making Java Classes Available</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Cursor-Motion.html#index-clearing-the-screen">clearing the screen</a></td><td class="printindex-index-section"><a href="Cursor-Motion.html">Cursor Motion</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Profiling.html#index-code-profiling">code profiling</a></td><td class="printindex-index-section"><a href="Profiling.html">Profiling</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Colors.html#index-colors_002c-graphics">colors, graphics</a></td><td class="printindex-index-section"><a href="Colors.html">Colors</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comma_002dSeparated-Lists.html#index-comma_002dseparated-lists">comma-separated lists</a></td><td class="printindex-index-section"><a href="Comma_002dSeparated-Lists.html">Comma-Separated Lists</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Diary-and-Echo-Commands.html#index-command-and-output-logs">command and output logs</a></td><td class="printindex-index-section"><a href="Diary-and-Echo-Commands.html">Diary and Echo Commands</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Commands-for-Completion.html#index-command-completion">command completion</a></td><td class="printindex-index-section"><a href="Commands-for-Completion.html">Commands for Completion</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="A-Sample-Command-Description.html#index-command-descriptions">command descriptions</a></td><td class="printindex-index-section"><a href="A-Sample-Command-Description.html">A Sample Command Description</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Diary-and-Echo-Commands.html#index-command-echoing">command echoing</a></td><td class="printindex-index-section"><a href="Diary-and-Echo-Commands.html">Diary and Echo Commands</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Commands-for-History.html#index-command-history">command history</a></td><td class="printindex-index-section"><a href="Commands-for-History.html">Commands for History</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index-command-options">command options</a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Editing.html#index-command_002dline-editing">command-line editing</a></td><td class="printindex-index-section"><a href="Command-Line-Editing.html">Command Line Editing</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Syntax-and-Function-Syntax.html#index-commands-functions">commands functions</a></td><td class="printindex-index-section"><a href="Command-Syntax-and-Function-Syntax.html">Command Syntax and Function Syntax</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comments.html#index-comments">comments</a></td><td class="printindex-index-section"><a href="Comments.html">Comments</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-comparison-expressions">comparison expressions</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-comparison-expressions-1">comparison expressions</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-complex_002dconjugate-transpose">complex-conjugate transpose</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-complex_002dconjugate-transpose-1">complex-conjugate transpose</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Index-Expressions.html#index-Component-Indexing">Component Indexing</a></td><td class="printindex-index-section"><a href="Index-Expressions.html">Index Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Data-Containers.html#index-containers">containers</a></td><td class="printindex-index-section"><a href="Data-Containers.html">Data Containers</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Continuation-Lines.html#index-continuation-lines">continuation lines</a></td><td class="printindex-index-section"><a href="Continuation-Lines.html">Continuation Lines</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-continue-Statement.html#index-continue-statement"><code class="code">continue</code> statement</a></td><td class="printindex-index-section"><a href="The-continue-Statement.html">The continue Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Contour-Groups.html#index-contour-series">contour series</a></td><td class="printindex-index-section"><a href="Contour-Groups.html">Contour Groups</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="How-You-Can-Contribute-to-Octave.html#index-contributing-to-Octave">contributing to Octave</a></td><td class="printindex-index-section"><a href="How-You-Can-Contribute-to-Octave.html">How You Can Contribute to Octave</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Preface.html#index-contributors">contributors</a></td><td class="printindex-index-section"><a href="Preface.html">Preface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Formatted-Output.html#index-conversion-specifications-_0028printf_0029">conversion specifications (<code class="code">printf</code>)</a></td><td class="printindex-index-section"><a href="Formatted-Output.html">Formatted Output</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Formatted-Input.html#index-conversion-specifications-_0028scanf_0029">conversion specifications (<code class="code">scanf</code>)</a></td><td class="printindex-index-section"><a href="Formatted-Input.html">Formatted Input</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Miscellaneous-Techniques.html#index-copy_002don_002dwrite">copy-on-write</a></td><td class="printindex-index-section"><a href="Miscellaneous-Techniques.html">Miscellaneous Techniques</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Copying.html#index-copyright">copyright</a></td><td class="printindex-index-section"><a href="Copying.html">Copying</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-core-dump">core dump</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Miscellaneous-Techniques.html#index-COW">COW</a></td><td class="printindex-index-section"><a href="Miscellaneous-Techniques.html">Miscellaneous Techniques</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Creating-Graphics-Objects.html#index-creating-graphics-objects">creating graphics objects</a></td><td class="printindex-index-section"><a href="Creating-Graphics-Objects.html">Creating Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comma_002dSeparated-Lists.html#index-cs_002dlists">cs-lists</a></td><td class="printindex-index-section"><a href="Comma_002dSeparated-Lists.html">Comma-Separated Lists</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Customizing-readline.html#index-customizing-readline">customizing <code class="code">readline</code></a></td><td class="printindex-index-section"><a href="Customizing-readline.html">Customizing readline</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Customizing-the-Prompt.html#index-customizing-the-prompt">customizing the prompt</a></td><td class="printindex-index-section"><a href="Customizing-the-Prompt.html">Customizing the Prompt</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-D">D</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Differential-Equations.html#index-DAE">DAE</a></td><td class="printindex-index-section"><a href="Differential-Equations.html">Differential Equations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Data-Sources-in-Object-Groups.html#index-data-sources-in-object-groups">data sources in object groups</a></td><td class="printindex-index-section"><a href="Data-Sources-in-Object-Groups.html">Data Sources in Object Groups</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Data-Structure-Objects.html#index-data-structures">data structures</a></td><td class="printindex-index-section"><a href="Data-Structure-Objects.html">Data Structure Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Structures.html#index-data-structures-1">data structures</a></td><td class="printindex-index-section"><a href="Structures.html">Structures</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Data-Types.html#index-data-types">data types</a></td><td class="printindex-index-section"><a href="Data-Types.html">Data Types</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Built_002din-Data-Types.html#index-data-types_002c-built_002din">data types, built-in</a></td><td class="printindex-index-section"><a href="Built_002din-Data-Types.html">Built-in Data Types</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="User_002ddefined-Data-Types.html#index-data-types_002c-user_002ddefined">data types, user-defined</a></td><td class="printindex-index-section"><a href="User_002ddefined-Data-Types.html">User-defined Data Types</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-decrement-operator">decrement operator</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Default-Arguments.html#index-default-arguments">default arguments</a></td><td class="printindex-index-section"><a href="Default-Arguments.html">Default Arguments</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Managing-Default-Properties.html#index-default-graphics-properties">default graphics properties</a></td><td class="printindex-index-section"><a href="Managing-Default-Properties.html">Managing Default Properties</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Functions-and-Scripts.html#index-defining-functions">defining functions</a></td><td class="printindex-index-section"><a href="Functions-and-Scripts.html">Functions and Scripts</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="_0022tex_0022-interpreter.html#index-Degree-Symbol">Degree Symbol</a></td><td class="printindex-index-section"><a href="_0022tex_0022-interpreter.html">&quot;tex&quot; interpreter</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Obsolete-Functions.html#index-deprecated-functions">deprecated functions</a></td><td class="printindex-index-section"><a href="Obsolete-Functions.html">Obsolete Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Format-of-Descriptions.html#index-description-format">description format</a></td><td class="printindex-index-section"><a href="Format-of-Descriptions.html">Format of Descriptions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Diagonal-and-Permutation-Matrices.html#index-diagonal-and-permutation-matrices">diagonal and permutation matrices</a></td><td class="printindex-index-section"><a href="Diagonal-and-Permutation-Matrices.html">Diagonal and Permutation Matrices</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Expressions-Involving-Diagonal-Matrices.html#index-diagonal-matrix-expressions">diagonal matrix expressions</a></td><td class="printindex-index-section"><a href="Expressions-Involving-Diagonal-Matrices.html">Expressions Involving Diagonal Matrices</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-dialog-for-selecting-directories">dialog, displaying a dialog for selecting directories</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-dialog-for-selecting-files">dialog, displaying a dialog for selecting files</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-dialog-for-storing-files">dialog, displaying a dialog for storing files</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-font-selection-dialog">dialog, displaying a font selection dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-help-dialog">dialog, displaying a help dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-list-dialog">dialog, displaying a list dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-message-dialog">dialog, displaying a message dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-modal-dialog">dialog, displaying a modal dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-question-dialog">dialog, displaying a question dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-a-warning-dialog">dialog, displaying a warning dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-an-error-dialog">dialog, displaying an error dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="I_002fO-Dialogs.html#index-dialog_002c-displaying-an-input-dialog">dialog, displaying an input dialog</a></td><td class="printindex-index-section"><a href="I_002fO-Dialogs.html">I/O Dialogs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Diary-and-Echo-Commands.html#index-diary-of-commands-and-output">diary of commands and output</a></td><td class="printindex-index-section"><a href="Diary-and-Echo-Commands.html">Diary and Echo Commands</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Differential-Equations.html#index-differential-equations">differential equations</a></td><td class="printindex-index-section"><a href="Differential-Equations.html">Differential Equations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Sending-Patches.html#index-diffs_002c-submitting">diffs, submitting</a></td><td class="printindex-index-section"><a href="Sending-Patches.html">Sending Patches</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Distribution.html#index-distribution-of-Octave">distribution of Octave</a></td><td class="printindex-index-section"><a href="Distribution.html">Distribution</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-division">division</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-division-1">division</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-do_002duntil-Statement.html#index-do_002duntil-statement"><code class="code">do-until</code> statement</a></td><td class="printindex-index-section"><a href="The-do_002duntil-Statement.html">The do-until Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Fonts.html#index-documentation-fonts">documentation fonts</a></td><td class="printindex-index-section"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Evaluation-Notation.html#index-documentation-notation">documentation notation</a></td><td class="printindex-index-section"><a href="Evaluation-Notation.html">Evaluation Notation</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comments-and-the-Help-System.html#index-documenting-functions">documenting functions</a></td><td class="printindex-index-section"><a href="Comments-and-the-Help-System.html">Comments and the Help System</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comments.html#index-documenting-Octave-programs">documenting Octave programs</a></td><td class="printindex-index-section"><a href="Comments.html">Comments</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comments-and-the-Help-System.html#index-documenting-user-scripts">documenting user scripts</a></td><td class="printindex-index-section"><a href="Comments-and-the-Help-System.html">Comments and the Help System</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Mathematical-Considerations.html#index-Dulmage_002dMendelsohn-decomposition">Dulmage-Mendelsohn decomposition</a></td><td class="printindex-index-section"><a href="Mathematical-Considerations.html">Mathematical Considerations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Making-Java-Classes-Available.html#index-dynamic-classpath">dynamic classpath</a></td><td class="printindex-index-section"><a href="Making-Java-Classes-Available.html">Making Java Classes Available</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-dynamic-classpath-1">dynamic classpath</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-dynamic-classpath_002c-adding-new-path">dynamic classpath, adding new path</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Creating-Structures.html#index-dynamic-naming">dynamic naming</a></td><td class="printindex-index-section"><a href="Creating-Structures.html">Creating Structures</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="External-Code-Interface.html#index-dynamic_002dlinking">dynamic-linking</a></td><td class="printindex-index-section"><a href="External-Code-Interface.html">External Code Interface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="External-Code-Interface.html#index-Dynamically-Linked-Functions">Dynamically Linked Functions</a></td><td class="printindex-index-section"><a href="External-Code-Interface.html">External Code Interface</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-E">E</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Diary-and-Echo-Commands.html#index-echoing-executing-commands">echoing executing commands</a></td><td class="printindex-index-section"><a href="Diary-and-Echo-Commands.html">Diary and Echo Commands</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Editing.html#index-editing-the-command-line">editing the command line</a></td><td class="printindex-index-section"><a href="Command-Line-Editing.html">Command Line Editing</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Element_002dby_002delement-Boolean-Operators.html#index-element_002dby_002delement-evaluation">element-by-element evaluation</a></td><td class="printindex-index-section"><a href="Element_002dby_002delement-Boolean-Operators.html">Element-by-element Boolean Operators</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-if-Statement.html#index-else-statement"><code class="code">else</code> statement</a></td><td class="printindex-index-section"><a href="The-if-Statement.html">The if Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-if-Statement.html#index-elseif-statement"><code class="code">elseif</code> statement</a></td><td class="printindex-index-section"><a href="The-if-Statement.html">The if Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Statements.html#index-end-statement"><code class="code">end</code> statement</a></td><td class="printindex-index-section"><a href="Statements.html">Statements</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-try-Statement.html#index-end_005ftry_005fcatch"><code class="code">end_try_catch</code></a></td><td class="printindex-index-section"><a href="The-try-Statement.html">The try Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-unwind_005fprotect-Statement.html#index-end_005funwind_005fprotect"><code class="code">end_unwind_protect</code></a></td><td class="printindex-index-section"><a href="The-unwind_005fprotect-Statement.html">The unwind_protect Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Index-Expressions.html#index-end_002c-indexing"><code class="code">end</code>, indexing</a></td><td class="printindex-index-section"><a href="Index-Expressions.html">Index Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Index-Expressions.html#index-end_003a-and-_003aend"><code class="code">end:</code> and <code class="code">:end</code></a></td><td class="printindex-index-section"><a href="Index-Expressions.html">Index Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-for-Statement.html#index-endfor-statement"><code class="code">endfor</code> statement</a></td><td class="printindex-index-section"><a href="The-for-Statement.html">The for Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Defining-Functions.html#index-endfunction-statement"><code class="code">endfunction</code> statement</a></td><td class="printindex-index-section"><a href="Defining-Functions.html">Defining Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-if-Statement.html#index-endif-statement"><code class="code">endif</code> statement</a></td><td class="printindex-index-section"><a href="The-if-Statement.html">The if Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-switch-Statement.html#index-endswitch-statement"><code class="code">endswitch</code> statement</a></td><td class="printindex-index-section"><a href="The-switch-Statement.html">The switch Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-while-Statement.html#index-endwhile-statement"><code class="code">endwhile</code> statement</a></td><td class="printindex-index-section"><a href="The-while-Statement.html">The while Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-equality-operator">equality operator</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-equality-operator-1">equality operator</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-equality_002c-tests-for">equality, tests for</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-equality_002c-tests-for-1">equality, tests for</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Nonlinear-Equations.html#index-equations_002c-nonlinear">equations, nonlinear</a></td><td class="printindex-index-section"><a href="Nonlinear-Equations.html">Nonlinear Equations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-erroneous-messages">erroneous messages</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-erroneous-results">erroneous results</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Reporting.html#index-erroneous-results-1">erroneous results</a></td><td class="printindex-index-section"><a href="Bug-Reporting.html">Bug Reporting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Error-Bar-Series.html#index-error-bar-series">error bar series</a></td><td class="printindex-index-section"><a href="Error-Bar-Series.html">Error Bar Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Catching-Errors.html#index-error-ids">error ids</a></td><td class="printindex-index-section"><a href="Catching-Errors.html">Catching Errors</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Error-Messages.html#index-error-message-notation">error message notation</a></td><td class="printindex-index-section"><a href="Error-Messages.html">Error Messages</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Errors.html#index-error-messages">error messages</a></td><td class="printindex-index-section"><a href="Errors.html">Errors</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-error-messages_002c-incorrect">error messages, incorrect</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Escape-Sequences-in-String-Constants.html#index-escape-sequence-notation">escape sequence notation</a></td><td class="printindex-index-section"><a href="Escape-Sequences-in-String-Constants.html">Escape Sequences in String Constants</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Evaluation-Notation.html#index-evaluation-notation">evaluation notation</a></td><td class="printindex-index-section"><a href="Evaluation-Notation.html">Evaluation Notation</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Executable-Octave-Programs.html#index-executable-scripts">executable scripts</a></td><td class="printindex-index-section"><a href="Executable-Octave-Programs.html">Executable Octave Programs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Miscellaneous-Techniques.html#index-execution-speed">execution speed</a></td><td class="printindex-index-section"><a href="Miscellaneous-Techniques.html">Miscellaneous Techniques</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Running-Octave.html#index-exiting-octave">exiting octave</a></td><td class="printindex-index-section"><a href="Running-Octave.html">Running Octave</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Quitting-Octave.html#index-exiting-octave-1">exiting octave</a></td><td class="printindex-index-section"><a href="Quitting-Octave.html">Quitting Octave</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-exponentiation">exponentiation</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-exponentiation-1">exponentiation</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Ranges.html#index-expression_002c-range">expression, range</a></td><td class="printindex-index-section"><a href="Ranges.html">Ranges</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Expressions.html#index-expressions">expressions</a></td><td class="printindex-index-section"><a href="Expressions.html">Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-expressions_002c-assignment">expressions, assignment</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-expressions_002c-boolean">expressions, boolean</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-expressions_002c-boolean-1">expressions, boolean</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-expressions_002c-comparison">expressions, comparison</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-expressions_002c-comparison-1">expressions, comparison</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-expressions_002c-logical">expressions, logical</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-expressions_002c-logical-1">expressions, logical</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-F">F</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Recursion.html#index-factorial-function">factorial function</a></td><td class="printindex-index-section"><a href="Recursion.html">Recursion</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-fatal-signal">fatal signal</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-field_002c-returning-value-of-Java-object-field">field, returning value of Java object field</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-field_002c-setting-value-of-Java-object-field">field, setting value of Java object field</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-fields_002c-displaying-available-fields-of-a-Java-object">fields, displaying available fields of a Java object</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Access-via-Handle.html#index-figure-deletefcn">figure deletefcn</a></td><td class="printindex-index-section"><a href="Access-via-Handle.html">Access via Handle</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-figure-graphics-object">figure graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Minimizers.html#index-finding-minimums">finding minimums</a></td><td class="printindex-index-section"><a href="Minimizers.html">Minimizers</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Quitting-Octave.html#index-finish_002em">finish.m</a></td><td class="printindex-index-section"><a href="Quitting-Octave.html">Quitting Octave</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Output-Conversion-Syntax.html#index-flag-character-_0028printf_0029">flag character (<code class="code">printf</code>)</a></td><td class="printindex-index-section"><a href="Output-Conversion-Syntax.html">Output Conversion Syntax</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Input-Conversion-Syntax.html#index-flag-character-_0028scanf_0029">flag character (<code class="code">scanf</code>)</a></td><td class="printindex-index-section"><a href="Input-Conversion-Syntax.html">Input Conversion Syntax</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-for-Statement.html#index-for-statement"><code class="code">for</code> statement</a></td><td class="printindex-index-section"><a href="The-for-Statement.html">The for Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Basic-Matrix-Functions.html#index-Frobenius-norm">Frobenius norm</a></td><td class="printindex-index-section"><a href="Basic-Matrix-Functions.html">Basic Matrix Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Function-Application.html#index-function-application">function application</a></td><td class="printindex-index-section"><a href="Function-Application.html">Function Application</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="A-Sample-Function-Description.html#index-function-descriptions">function descriptions</a></td><td class="printindex-index-section"><a href="A-Sample-Function-Description.html">A Sample Function Description</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Function-Files.html#index-function-file">function file</a></td><td class="printindex-index-section"><a href="Function-Files.html">Function Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Access-via-Handle.html#index-function-handle">function handle</a></td><td class="printindex-index-section"><a href="Access-via-Handle.html">Access via Handle</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Defining-Functions.html#index-function-statement"><code class="code">function</code> statement</a></td><td class="printindex-index-section"><a href="Defining-Functions.html">Defining Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Obsolete-Functions.html#index-functions_002c-deprecated">functions, deprecated</a></td><td class="printindex-index-section"><a href="Obsolete-Functions.html">Obsolete Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Obsolete-Functions.html#index-functions_002c-obsolete">functions, obsolete</a></td><td class="printindex-index-section"><a href="Obsolete-Functions.html">Obsolete Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Functions-and-Scripts.html#index-functions_002c-user_002ddefined">functions, user-defined</a></td><td class="printindex-index-section"><a href="Functions-and-Scripts.html">Functions and Scripts</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="How-You-Can-Contribute-to-Octave.html#index-funding-Octave-development">funding Octave development</a></td><td class="printindex-index-section"><a href="How-You-Can-Contribute-to-Octave.html">How You Can Contribute to Octave</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-G">G</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Basic-Matrix-Functions.html#index-general-p_002dnorm">general p-norm</a></td><td class="printindex-index-section"><a href="Basic-Matrix-Functions.html">Basic Matrix Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Global-Variables.html#index-global-statement"><code class="code">global</code> statement</a></td><td class="printindex-index-section"><a href="Global-Variables.html">Global Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Global-Variables.html#index-global-variables">global variables</a></td><td class="printindex-index-section"><a href="Global-Variables.html">Global Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Customizing-Toolkit-Behavior.html#index-GNUTERM">GNUTERM</a></td><td class="printindex-index-section"><a href="Customizing-Toolkit-Behavior.html">Customizing Toolkit Behavior</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Grammar-and-Parser.html#index-grammar-rules">grammar rules</a></td><td class="printindex-index-section"><a href="Grammar-and-Parser.html">Grammar and Parser</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Plotting.html#index-graphics">graphics</a></td><td class="printindex-index-section"><a href="Plotting.html">Plotting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Colors.html#index-graphics-colors">graphics colors</a></td><td class="printindex-index-section"><a href="Colors.html">Colors</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Data-Structures.html#index-graphics-data-structures">graphics data structures</a></td><td class="printindex-index-section"><a href="Graphics-Data-Structures.html">Graphics Data Structures</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Line-Styles.html#index-graphics-line-styles">graphics line styles</a></td><td class="printindex-index-section"><a href="Line-Styles.html">Line Styles</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Marker-Styles.html#index-graphics-marker-styles">graphics marker styles</a></td><td class="printindex-index-section"><a href="Marker-Styles.html">Marker Styles</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Object-Properties.html#index-graphics-object-properties">graphics object properties</a></td><td class="printindex-index-section"><a href="Graphics-Object-Properties.html">Graphics Object Properties</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-axes">graphics object, axes</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-figure">graphics object, figure</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-image">graphics object, image</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-light">graphics object, light</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-line">graphics object, line</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-patch">graphics object, patch</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-root">graphics object, root</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-surface">graphics object, surface</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-object_002c-text">graphics object, text</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-graphics-objects">graphics objects</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Handle-Functions.html#index-graphics-objects_002c-saving">graphics objects, saving</a></td><td class="printindex-index-section"><a href="Handle-Functions.html">Handle Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Managing-Default-Properties.html#index-graphics-properties_002c-default">graphics properties, default</a></td><td class="printindex-index-section"><a href="Managing-Default-Properties.html">Managing Default Properties</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Toolkits.html#index-graphics-toolkits">graphics toolkits</a></td><td class="printindex-index-section"><a href="Graphics-Toolkits.html">Graphics Toolkits</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-greater-than-operator">greater than operator</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-greater-than-operator-1">greater than operator</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Quiver-Group.html#index-group-objects">group objects</a></td><td class="printindex-index-section"><a href="Quiver-Group.html">Quiver Group</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Stair-Group.html#index-group-objects-1">group objects</a></td><td class="printindex-index-section"><a href="Stair-Group.html">Stair Group</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Surface-Group.html#index-group-objects-2">group objects</a></td><td class="printindex-index-section"><a href="Surface-Group.html">Surface Group</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-H">H</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Handle-Functions.html#index-handle-functions">handle functions</a></td><td class="printindex-index-section"><a href="Handle-Functions.html">Handle Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Function-Handles-and-Anonymous-Functions.html#index-handle_002c-function-handles">handle, function handles</a></td><td class="printindex-index-section"><a href="Function-Handles-and-Anonymous-Functions.html">Function Handles and Anonymous Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="containers_002eMap.html#index-hash-table">hash table</a></td><td class="printindex-index-section"><a href="containers_002eMap.html">containers.Map</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Getting-Help.html#index-help_002c-online">help, online</a></td><td class="printindex-index-section"><a href="Getting-Help.html">Getting Help</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comments-and-the-Help-System.html#index-help_002c-user_002ddefined-functions">help, user-defined functions</a></td><td class="printindex-index-section"><a href="Comments-and-the-Help-System.html">Comments and the Help System</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="How-To-Get-Help-with-Octave.html#index-help_002c-where-to-find">help, where to find</a></td><td class="printindex-index-section"><a href="How-To-Get-Help-with-Octave.html">How To Get Help with Octave</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-Hermitian-operator">Hermitian operator</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-Hermitian-operator-1">Hermitian operator</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Matrix-Factorizations.html#index-Hessenberg-decomposition">Hessenberg decomposition</a></td><td class="printindex-index-section"><a href="Matrix-Factorizations.html">Matrix Factorizations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Preface.html#index-history">history</a></td><td class="printindex-index-section"><a href="Preface.html">Preface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Commands-for-History.html#index-history-of-commands">history of commands</a></td><td class="printindex-index-section"><a href="Commands-for-History.html">Commands for History</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-I">I</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-if-Statement.html#index-if-statement"><code class="code">if</code> statement</a></td><td class="printindex-index-section"><a href="The-if-Statement.html">The if Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-image-graphics-object">image graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-improving-Octave">improving Octave</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Sending-Patches.html#index-improving-Octave-1">improving Octave</a></td><td class="printindex-index-section"><a href="Sending-Patches.html">Sending Patches</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-incorrect-error-messages">incorrect error messages</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-incorrect-output">incorrect output</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Reporting.html#index-incorrect-output-1">incorrect output</a></td><td class="printindex-index-section"><a href="Bug-Reporting.html">Bug Reporting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-incorrect-results">incorrect results</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Reporting.html#index-incorrect-results-1">incorrect results</a></td><td class="printindex-index-section"><a href="Bug-Reporting.html">Bug Reporting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-increment-operator">increment operator</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Access-via-Handle.html#index-indirect-function-call">indirect function call</a></td><td class="printindex-index-section"><a href="Access-via-Handle.html">Access via Handle</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Basic-Matrix-Functions.html#index-infinity-norm">infinity norm</a></td><td class="printindex-index-section"><a href="Basic-Matrix-Functions.html">Basic Matrix Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-initialization">initialization</a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Table-of-Input-Conversions.html#index-input-conversions_002c-for-scanf">input conversions, for <code class="code">scanf</code></a></td><td class="printindex-index-section"><a href="Table-of-Input-Conversions.html">Table of Input Conversions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Commands-for-History.html#index-input-history">input history</a></td><td class="printindex-index-section"><a href="Commands-for-History.html">Commands for History</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Customizing-readline.html#index-_007e_002f_002einputrc"><code class="code">~/.inputrc</code></a></td><td class="printindex-index-section"><a href="Customizing-readline.html">Customizing readline</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Trouble.html#index-installation-trouble">installation trouble</a></td><td class="printindex-index-section"><a href="Trouble.html">Trouble</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Installation.html#index-installing-Octave">installing Octave</a></td><td class="printindex-index-section"><a href="Installation.html">Installation</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-instance_002c-creating-a-Java-instance">instance, creating a Java instance</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Introduction.html#index-introduction">introduction</a></td><td class="printindex-index-section"><a href="Introduction.html">Introduction</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Introduction-to-Graphics-Structures.html#index-introduction-to-graphics-structures">introduction to graphics structures</a></td><td class="printindex-index-section"><a href="Introduction-to-Graphics-Structures.html">Introduction to Graphics Structures</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-invalid-input">invalid input</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-J">J</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface.html#index-Java_002c-calling-from-Octave">Java, calling from Octave</a></td><td class="printindex-index-section"><a href="Java-Interface.html">Java Interface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface.html#index-Java_002c-using-with-Octave">Java, using with Octave</a></td><td class="printindex-index-section"><a href="Java-Interface.html">Java Interface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Making-Java-Classes-Available.html#index-javaclasspath_002etxt"><samp class="file">javaclasspath.txt</samp></a></td><td class="printindex-index-section"><a href="Making-Java-Classes-Available.html">Making Java Classes Available</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Jupyter-Notebooks.html#index-Jupyter-Notebooks">Jupyter Notebooks</a></td><td class="printindex-index-section"><a href="Jupyter-Notebooks.html">Jupyter Notebooks</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-K">K</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Correlation-and-Regression-Analysis.html#index-Kendall_0027s-Tau">Kendall&rsquo;s Tau</a></td><td class="printindex-index-section"><a href="Correlation-and-Regression-Analysis.html">Correlation and Regression Analysis</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="containers_002eMap.html#index-key_002fvalue-store">key/value store</a></td><td class="printindex-index-section"><a href="containers_002eMap.html">containers.Map</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Keywords.html#index-keywords">keywords</a></td><td class="printindex-index-section"><a href="Keywords.html">Keywords</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Trouble.html#index-known-causes-of-trouble">known causes of trouble</a></td><td class="printindex-index-section"><a href="Trouble.html">Trouble</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-L">L</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Grammar-and-Parser.html#index-language-definition">language definition</a></td><td class="printindex-index-section"><a href="Grammar-and-Parser.html">Grammar and Parser</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-less-than-operator">less than operator</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-less-than-operator-1">less than operator</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-light-graphics-object">light graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-line-graphics-object">line graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Line-Series.html#index-line-series">line series</a></td><td class="printindex-index-section"><a href="Line-Series.html">Line Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Line-Styles.html#index-line-styles_002c-graphics">line styles, graphics</a></td><td class="printindex-index-section"><a href="Line-Styles.html">Line Styles</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Linear-Algebra.html#index-linear-algebra">linear algebra</a></td><td class="printindex-index-section"><a href="Linear-Algebra.html">Linear Algebra</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Techniques-Used-for-Linear-Algebra.html#index-linear-algebra_002c-techniques">linear algebra, techniques</a></td><td class="printindex-index-section"><a href="Techniques-Used-for-Linear-Algebra.html">Techniques Used for Linear Algebra</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Index-Expressions.html#index-Linear-Indexing">Linear Indexing</a></td><td class="printindex-index-section"><a href="Index-Expressions.html">Index Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Simple-File-I_002fO.html#index-loading-data">loading data</a></td><td class="printindex-index-section"><a href="Simple-File-I_002fO.html">Simple File I/O</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Minimizers.html#index-local-minimum">local minimum</a></td><td class="printindex-index-section"><a href="Minimizers.html">Minimizers</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Diary-and-Echo-Commands.html#index-logging-commands-and-output">logging commands and output</a></td><td class="printindex-index-section"><a href="Diary-and-Echo-Commands.html">Diary and Echo Commands</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-logical-expressions">logical expressions</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-logical-expressions-1">logical expressions</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Index-Expressions.html#index-Logical-Indexing">Logical Indexing</a></td><td class="printindex-index-section"><a href="Index-Expressions.html">Index Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-logical-operators">logical operators</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-logical-operators-1">logical operators</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-while-Statement.html#index-loop">loop</a></td><td class="printindex-index-section"><a href="The-while-Statement.html">The while Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Looping-Over-Structure-Elements.html#index-looping-over-structure-elements">looping over structure elements</a></td><td class="printindex-index-section"><a href="Looping-Over-Structure-Elements.html">Looping Over Structure Elements</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Optimization.html#index-LP">LP</a></td><td class="printindex-index-section"><a href="Optimization.html">Optimization</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Matrix-Factorizations.html#index-LU-decomposition">LU decomposition</a></td><td class="printindex-index-section"><a href="Matrix-Factorizations.html">Matrix Factorizations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-lvalue">lvalue</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-M">M</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="containers_002eMap.html#index-Map">Map</a></td><td class="printindex-index-section"><a href="containers_002eMap.html">containers.Map</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Function-Application.html#index-map">map</a></td><td class="printindex-index-section"><a href="Function-Application.html">Function Application</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Marker-Styles.html#index-marker-styles_002c-graphics">marker styles, graphics</a></td><td class="printindex-index-section"><a href="Marker-Styles.html">Marker Styles</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Formatted-Input.html#index-matching-failure_002c-in-scanf">matching failure, in <code class="code">scanf</code></a></td><td class="printindex-index-section"><a href="Formatted-Input.html">Formatted Input</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Matrices.html#index-matrices">matrices</a></td><td class="printindex-index-section"><a href="Matrices.html">Matrices</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Diagonal-and-Permutation-Matrices.html#index-matrices_002c-diagonal-and-permutation">matrices, diagonal and permutation</a></td><td class="printindex-index-section"><a href="Diagonal-and-Permutation-Matrices.html">Diagonal and Permutation Matrices</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Matrix-Factorizations.html#index-matrix-factorizations">matrix factorizations</a></td><td class="printindex-index-section"><a href="Matrix-Factorizations.html">Matrix Factorizations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Basic-Matrix-Functions.html#index-matrix-functions_002c-basic">matrix functions, basic</a></td><td class="printindex-index-section"><a href="Basic-Matrix-Functions.html">Basic Matrix Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-matrix-multiplication">matrix multiplication</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-matrix-multiplication-1">matrix multiplication</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Functions-of-a-Matrix.html#index-matrix_002c-functions-of">matrix, functions of</a></td><td class="printindex-index-section"><a href="Functions-of-a-Matrix.html">Functions of a Matrix</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Permutation-Matrix-Functions.html#index-matrix_002c-permutation-functions">matrix, permutation functions</a></td><td class="printindex-index-section"><a href="Permutation-Matrix-Functions.html">Permutation Matrix Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Specialized-Solvers.html#index-matrix_002c-specialized-solvers">matrix, specialized solvers</a></td><td class="printindex-index-section"><a href="Specialized-Solvers.html">Specialized Solvers</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Zeros-Treatment.html#index-matrix_002c-zero-elements">matrix, zero elements</a></td><td class="printindex-index-section"><a href="Zeros-Treatment.html">Zeros Treatment</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Input-Conversion-Syntax.html#index-maximum-field-width-_0028scanf_0029">maximum field width (<code class="code">scanf</code>)</a></td><td class="printindex-index-section"><a href="Input-Conversion-Syntax.html">Input Conversion Syntax</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Miscellaneous-Techniques.html#index-memory-management">memory management</a></td><td class="printindex-index-section"><a href="Miscellaneous-Techniques.html">Miscellaneous Techniques</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-memory_002c-displaying-Java-memory-status">memory, displaying Java memory status</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Set-up-the-JVM.html#index-memory_002c-limitations-on-JVM">memory, limitations on JVM</a></td><td class="printindex-index-section"><a href="Set-up-the-JVM.html">Set up the JVM</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Errors.html#index-messages_002c-error">messages, error</a></td><td class="printindex-index-section"><a href="Errors.html">Errors</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-method_002c-invoking-a-method-of-a-Java-object">method, invoking a method of a Java object</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-methods_002c-displaying-available-methods-of-a-Java-object">methods, displaying available methods of a Java object</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Mex_002dFiles.html#index-mex">mex</a></td><td class="printindex-index-section"><a href="Mex_002dFiles.html">Mex-Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Mex_002dFiles.html#index-mex_002dfiles">mex-files</a></td><td class="printindex-index-section"><a href="Mex_002dFiles.html">Mex-Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Output-Conversion-Syntax.html#index-minimum-field-width-_0028printf_0029">minimum field width (<code class="code">printf</code>)</a></td><td class="printindex-index-section"><a href="Output-Conversion-Syntax.html">Output Conversion Syntax</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Missing-Data.html#index-missing-data">missing data</a></td><td class="printindex-index-section"><a href="Missing-Data.html">Missing Data</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Oct_002dFiles.html#index-mkoctfile">mkoctfile</a></td><td class="printindex-index-section"><a href="Oct_002dFiles.html">Oct-Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Block-Comments.html#index-multi_002dline-comments">multi-line comments</a></td><td class="printindex-index-section"><a href="Block-Comments.html">Block Comments</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-multiplication">multiplication</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-multiplication-1">multiplication</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-N">N</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-negation">negation</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-negation-1">negation</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Optimization.html#index-NLP">NLP</a></td><td class="printindex-index-section"><a href="Optimization.html">Optimization</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Nonlinear-Equations.html#index-nonlinear-equations">nonlinear equations</a></td><td class="printindex-index-section"><a href="Nonlinear-Equations.html">Nonlinear Equations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Optimization.html#index-nonlinear-programming">nonlinear programming</a></td><td class="printindex-index-section"><a href="Optimization.html">Optimization</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-not-operator">not operator</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-not-operator-1">not operator</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Numeric-Objects.html#index-numeric-constant">numeric constant</a></td><td class="printindex-index-section"><a href="Numeric-Objects.html">Numeric Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Numeric-Data-Types.html#index-numeric-constant-1">numeric constant</a></td><td class="printindex-index-section"><a href="Numeric-Data-Types.html">Numeric Data Types</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Numeric-Objects.html#index-numeric-value">numeric value</a></td><td class="printindex-index-section"><a href="Numeric-Objects.html">Numeric Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Numeric-Data-Types.html#index-numeric-value-1">numeric value</a></td><td class="printindex-index-section"><a href="Numeric-Data-Types.html">Numeric Data Types</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-O">O</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Object-Groups.html#index-object-groups">object groups</a></td><td class="printindex-index-section"><a href="Object-Groups.html">Object Groups</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-object_002c-creating-a-Java-object">object, creating a Java object</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Obsolete-Functions.html#index-obsolete-functions">obsolete functions</a></td><td class="printindex-index-section"><a href="Obsolete-Functions.html">Obsolete Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Oct_002dFiles.html#index-oct">oct</a></td><td class="printindex-index-section"><a href="Oct_002dFiles.html">Oct-Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Oct_002dFiles.html#index-oct_002dfiles">oct-files</a></td><td class="printindex-index-section"><a href="Oct_002dFiles.html">Oct-Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="How-to-Distinguish-Between-Octave-and-Matlab.html#index-Octave-and-matlab_002c-how-to-distinguish-between">Octave and <small class="sc">MATLAB</small>, how to distinguish between</a></td><td class="printindex-index-section"><a href="How-to-Distinguish-Between-Octave-and-Matlab.html">How to Distinguish Between Octave and Matlab</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="External-Code-Interface.html#index-Octave-API">Octave API</a></td><td class="printindex-index-section"><a href="External-Code-Interface.html">External Code Interface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index-Octave-command-options">Octave command options</a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface.html#index-Octave_002c-calling-from-Java">Octave, calling from Java</a></td><td class="printindex-index-section"><a href="Java-Interface.html">Java Interface</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index-_002eoctaverc"><code class="code">.octaverc</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-_002eoctaverc-1"><code class="code">.octaverc</code></a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index-_007e_002f_002eoctaverc"><code class="code">~/.octaverc</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-_007e_002f_002eoctaverc-1"><code class="code">~/.octaverc</code></a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Differential-Equations.html#index-ODE">ODE</a></td><td class="printindex-index-section"><a href="Differential-Equations.html">Differential Equations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Getting-Help.html#index-online-help">online help</a></td><td class="printindex-index-section"><a href="Getting-Help.html">Getting Help</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Hardware-vs-Software-Rendering.html#index-opengl-rendering-slow-windows">opengl rendering slow windows</a></td><td class="printindex-index-section"><a href="Hardware-vs-Software-Rendering.html">Hardware vs Software Rendering</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Precision-issues.html#index-opengl-single-precision-date-time">opengl single precision date time</a></td><td class="printindex-index-section"><a href="Precision-issues.html">Precision issues</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Precedence.html#index-operator-precedence">operator precedence</a></td><td class="printindex-index-section"><a href="Operator-Precedence.html">Operator Precedence</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-operators_002c-arithmetic">operators, arithmetic</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-operators_002c-arithmetic-1">operators, arithmetic</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-operators_002c-assignment">operators, assignment</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-operators_002c-boolean">operators, boolean</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-operators_002c-boolean-1">operators, boolean</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-operators_002c-decrement">operators, decrement</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-operators_002c-increment">operators, increment</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-operators_002c-logical">operators, logical</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-operators_002c-logical-1">operators, logical</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-operators_002c-relational">operators, relational</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-operators_002c-relational-1">operators, relational</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Miscellaneous-Techniques.html#index-optimization">optimization</a></td><td class="printindex-index-section"><a href="Miscellaneous-Techniques.html">Miscellaneous Techniques</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Optimization.html#index-optimization-1">optimization</a></td><td class="printindex-index-section"><a href="Optimization.html">Optimization</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index-options_002c-Octave-command">options, Octave command</a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dbraindead">&nbsp;&nbsp;<code class="code">--braindead</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dbuilt_002din_002ddocstrings_002dfile-filename">&nbsp;&nbsp;<code class="code">--built-in-docstrings-file <var class="var">filename</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002ddoc_002dcache_002dfile-filename">&nbsp;&nbsp;<code class="code">--doc-cache-file <var class="var">filename</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002decho_002dcommands">&nbsp;&nbsp;<code class="code">--echo-commands</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002deval-code">&nbsp;&nbsp;<code class="code">--eval <var class="var">code</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dexec_002dpath-path">&nbsp;&nbsp;<code class="code">--exec-path <var class="var">path</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dgui">&nbsp;&nbsp;<code class="code">--gui</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dhelp">&nbsp;&nbsp;<code class="code">--help</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dimage_002dpath-path">&nbsp;&nbsp;<code class="code">--image-path <var class="var">path</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dinfo_002dfile-filename">&nbsp;&nbsp;<code class="code">--info-file <var class="var">filename</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dinfo_002dprogram-program">&nbsp;&nbsp;<code class="code">--info-program <var class="var">program</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dinit_002dtrace">&nbsp;&nbsp;<code class="code">--init-trace</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dinteractive">&nbsp;&nbsp;<code class="code">--interactive</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dline_002dediting">&nbsp;&nbsp;<code class="code">--line-editing</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dno_002dgui">&nbsp;&nbsp;<code class="code">--no-gui</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dno_002dhistory">&nbsp;&nbsp;<code class="code">--no-history</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dno_002dinit_002dall">&nbsp;&nbsp;<code class="code">--no-init-all</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dno_002dinit_002dpath">&nbsp;&nbsp;<code class="code">--no-init-path</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dno_002dinit_002dsite">&nbsp;&nbsp;<code class="code">--no-init-site</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dno_002dinit_002duser">&nbsp;&nbsp;<code class="code">--no-init-user</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dno_002dline_002dediting">&nbsp;&nbsp;<code class="code">--no-line-editing</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dno_002dwindow_002dsystem">&nbsp;&nbsp;<code class="code">--no-window-system</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dnorc">&nbsp;&nbsp;<code class="code">--norc</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dpath-path">&nbsp;&nbsp;<code class="code">--path <var class="var">path</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dpersist">&nbsp;&nbsp;<code class="code">--persist</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dquiet">&nbsp;&nbsp;<code class="code">--quiet</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dsilent">&nbsp;&nbsp;<code class="code">--silent</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dtexi_002dmacros_002dfile-filename">&nbsp;&nbsp;<code class="code">--texi-macros-file <var class="var">filename</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dtraditional">&nbsp;&nbsp;<code class="code">--traditional</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002d_002dversion">&nbsp;&nbsp;<code class="code">--version</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002df">&nbsp;&nbsp;<code class="code">-f</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002dh">&nbsp;&nbsp;<code class="code">-h</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002dH">&nbsp;&nbsp;<code class="code">-H</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002di">&nbsp;&nbsp;<code class="code">-i</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002dp-path">&nbsp;&nbsp;<code class="code">-p <var class="var">path</var></code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002dq">&nbsp;&nbsp;<code class="code">-q</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002dv">&nbsp;&nbsp;<code class="code">-v</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002dW">&nbsp;&nbsp;<code class="code">-W</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index--_002dx">&nbsp;&nbsp;<code class="code">-x</code></a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Boolean-Expressions.html#index-or-operator">or operator</a></td><td class="printindex-index-section"><a href="Boolean-Expressions.html">Boolean Expressions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-or-operator-1">or operator</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Ordinary-Differential-Equations.html#index-oregonator">oregonator</a></td><td class="printindex-index-section"><a href="Ordinary-Differential-Equations.html">Ordinary Differential Equations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-switch-Statement.html#index-otherwise-statement"><code class="code">otherwise</code> statement</a></td><td class="printindex-index-section"><a href="The-switch-Statement.html">The switch Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Table-of-Output-Conversions.html#index-output-conversions_002c-for-printf">output conversions, for <code class="code">printf</code></a></td><td class="printindex-index-section"><a href="Table-of-Output-Conversions.html">Table of Output Conversions</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-P">P</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Parser.html#index-parser">parser</a></td><td class="printindex-index-section"><a href="Parser.html">Parser</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-patch-graphics-object">patch graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Sending-Patches.html#index-patches_002c-submitting">patches, submitting</a></td><td class="printindex-index-section"><a href="Sending-Patches.html">Sending Patches</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-path_002c-adding-to-classpath">path, adding to classpath</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-path_002c-removing-from-classpath">path, removing from classpath</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Permutation-Matrix-Functions.html#index-permutation-matrix-functions">permutation matrix functions</a></td><td class="printindex-index-section"><a href="Permutation-Matrix-Functions.html">Permutation Matrix Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Persistent-Variables.html#index-persistent-statement"><code class="code">persistent</code> statement</a></td><td class="printindex-index-section"><a href="Persistent-Variables.html">Persistent Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Persistent-Variables.html#index-persistent-variables">persistent variables</a></td><td class="printindex-index-section"><a href="Persistent-Variables.html">Persistent Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-personal-startup-file">personal startup file</a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-personal-startup-file-1">personal startup file</a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Creating-Packages.html#index-PKG_005fADD">PKG_ADD</a></td><td class="printindex-index-section"><a href="Creating-Packages.html">Creating Packages</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Creating-Packages.html#index-PKG_005fDEL">PKG_DEL</a></td><td class="printindex-index-section"><a href="Creating-Packages.html">Creating Packages</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Plotting.html#index-plotting">plotting</a></td><td class="printindex-index-section"><a href="Plotting.html">Plotting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="High_002dLevel-Plotting.html#index-plotting_002c-high_002dlevel">plotting, high-level</a></td><td class="printindex-index-section"><a href="High_002dLevel-Plotting.html">High-Level Plotting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Multiple-Plot-Windows.html#index-plotting_002c-multiple-plot-windows">plotting, multiple plot windows</a></td><td class="printindex-index-section"><a href="Multiple-Plot-Windows.html">Multiple Plot Windows</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Multiple-Plots-on-One-Page.html#index-plotting_002c-multiple-plots-per-figure">plotting, multiple plots per figure</a></td><td class="printindex-index-section"><a href="Multiple-Plots-on-One-Page.html">Multiple Plots on One Page</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Manipulation-of-Plot-Objects.html#index-plotting_002c-object-manipulation">plotting, object manipulation</a></td><td class="printindex-index-section"><a href="Manipulation-of-Plot-Objects.html">Manipulation of Plot Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Printing-and-Saving-Plots.html#index-plotting_002c-saving-and-printing-plots">plotting, saving and printing plots</a></td><td class="printindex-index-section"><a href="Printing-and-Saving-Plots.html">Printing and Saving Plots</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Three_002dDimensional-Plots.html#index-plotting_002c-three_002ddimensional">plotting, three-dimensional</a></td><td class="printindex-index-section"><a href="Three_002dDimensional-Plots.html">Three-Dimensional Plots</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Two_002ddimensional-Function-Plotting.html#index-plotting_002c-two_002ddimensional-functions">plotting, two-dimensional functions</a></td><td class="printindex-index-section"><a href="Two_002ddimensional-Function-Plotting.html">Two-dimensional Function Plotting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Manipulation-of-Plot-Windows.html#index-plotting_002c-window-manipulation">plotting, window manipulation</a></td><td class="printindex-index-section"><a href="Manipulation-of-Plot-Windows.html">Manipulation of Plot Windows</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Output-Conversion-Syntax.html#index-precision-_0028printf_0029">precision (<code class="code">printf</code>)</a></td><td class="printindex-index-section"><a href="Output-Conversion-Syntax.html">Output Conversion Syntax</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Printing-Notation.html#index-printing-notation">printing notation</a></td><td class="printindex-index-section"><a href="Printing-Notation.html">Printing Notation</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Printing-and-Saving-Plots.html#index-printing-plots">printing plots</a></td><td class="printindex-index-section"><a href="Printing-and-Saving-Plots.html">Printing and Saving Plots</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Profiling.html#index-profiler">profiler</a></td><td class="printindex-index-section"><a href="Profiling.html">Profiling</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Executable-Octave-Programs.html#index-program_002c-self-contained">program, self contained</a></td><td class="printindex-index-section"><a href="Executable-Octave-Programs.html">Executable Octave Programs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Progress-Bar.html#index-Progress-Bar">Progress Bar</a></td><td class="printindex-index-section"><a href="Progress-Bar.html">Progress Bar</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-project-startup-file">project startup file</a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Customizing-the-Prompt.html#index-prompt-customization">prompt customization</a></td><td class="printindex-index-section"><a href="Customizing-the-Prompt.html">Customizing the Prompt</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Basic-Matrix-Functions.html#index-pseudoinverse">pseudoinverse</a></td><td class="printindex-index-section"><a href="Basic-Matrix-Functions.html">Basic Matrix Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Expressions-Involving-Diagonal-Matrices.html#index-pseudoinverse-1">pseudoinverse</a></td><td class="printindex-index-section"><a href="Expressions-Involving-Diagonal-Matrices.html">Expressions Involving Diagonal Matrices</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-Q">Q</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Optimization.html#index-QP">QP</a></td><td class="printindex-index-section"><a href="Optimization.html">Optimization</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Matrix-Factorizations.html#index-QR-factorization">QR factorization</a></td><td class="printindex-index-section"><a href="Matrix-Factorizations.html">Matrix Factorizations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Optimization.html#index-quadratic-programming">quadratic programming</a></td><td class="printindex-index-section"><a href="Optimization.html">Optimization</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Running-Octave.html#index-quitting-octave">quitting octave</a></td><td class="printindex-index-section"><a href="Running-Octave.html">Running Octave</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Quitting-Octave.html#index-quitting-octave-1">quitting octave</a></td><td class="printindex-index-section"><a href="Quitting-Octave.html">Quitting Octave</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Quiver-Group.html#index-quiver-group">quiver group</a></td><td class="printindex-index-section"><a href="Quiver-Group.html">Quiver Group</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-quotient">quotient</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-quotient-1">quotient</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-R">R</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Ranges.html#index-range-expressions">range expressions</a></td><td class="printindex-index-section"><a href="Ranges.html">Ranges</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Customizing-readline.html#index-readline-customization"><code class="code">readline</code> customization</a></td><td class="printindex-index-section"><a href="Customizing-readline.html">Customizing readline</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Broadcasting.html#index-recycling">recycling</a></td><td class="printindex-index-section"><a href="Broadcasting.html">Broadcasting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-relational-operators">relational operators</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-relational-operators-1">relational operators</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Reporting-Bugs.html#index-reporting-bugs">reporting bugs</a></td><td class="printindex-index-section"><a href="Reporting-Bugs.html">Reporting Bugs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Tracker.html#index-reporting-bugs-1">reporting bugs</a></td><td class="printindex-index-section"><a href="Bug-Tracker.html">Bug Tracker</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-results_002c-incorrect">results, incorrect</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Reporting.html#index-results_002c-incorrect-1">results, incorrect</a></td><td class="printindex-index-section"><a href="Bug-Reporting.html">Bug Reporting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-root-graphics-object">root graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-S">S</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Simple-File-I_002fO.html#index-saving-data">saving data</a></td><td class="printindex-index-section"><a href="Simple-File-I_002fO.html">Simple File I/O</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Handle-Functions.html#index-saving-graphics-objects">saving graphics objects</a></td><td class="printindex-index-section"><a href="Handle-Functions.html">Handle Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Printing-and-Saving-Plots.html#index-saving-plots">saving plots</a></td><td class="printindex-index-section"><a href="Printing-and-Saving-Plots.html">Printing and Saving Plots</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Matrix-Factorizations.html#index-Schur-decomposition">Schur decomposition</a></td><td class="printindex-index-section"><a href="Matrix-Factorizations.html">Matrix Factorizations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Functions-and-Scripts.html#index-script-files">script files</a></td><td class="printindex-index-section"><a href="Functions-and-Scripts.html">Functions and Scripts</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Executable-Octave-Programs.html#index-scripts">scripts</a></td><td class="printindex-index-section"><a href="Executable-Octave-Programs.html">Executable Octave Programs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Set-up-the-JVM.html#index-select-JVM-version">select JVM version</a></td><td class="printindex-index-section"><a href="Set-up-the-JVM.html">Set up the JVM</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Executable-Octave-Programs.html#index-self-contained-programs">self contained programs</a></td><td class="printindex-index-section"><a href="Executable-Octave-Programs.html">Executable Octave Programs</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Area-Series.html#index-series-objects">series objects</a></td><td class="printindex-index-section"><a href="Area-Series.html">Area Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bar-Series.html#index-series-objects-1">series objects</a></td><td class="printindex-index-section"><a href="Bar-Series.html">Bar Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Contour-Groups.html#index-series-objects-2">series objects</a></td><td class="printindex-index-section"><a href="Contour-Groups.html">Contour Groups</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Error-Bar-Series.html#index-series-objects-3">series objects</a></td><td class="printindex-index-section"><a href="Error-Bar-Series.html">Error Bar Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Line-Series.html#index-series-objects-4">series objects</a></td><td class="printindex-index-section"><a href="Line-Series.html">Line Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Stem-Series.html#index-series-objects-5">series objects</a></td><td class="printindex-index-section"><a href="Stem-Series.html">Stem Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Short_002dcircuit-Boolean-Operators.html#index-short_002dcircuit-evaluation">short-circuit evaluation</a></td><td class="printindex-index-section"><a href="Short_002dcircuit-Boolean-Operators.html">Short-circuit Boolean Operators</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Assignment-Ops.html#index-side-effect">side effect</a></td><td class="printindex-index-section"><a href="Assignment-Ops.html">Assignment Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Broadcasting.html#index-SIMD">SIMD</a></td><td class="printindex-index-section"><a href="Broadcasting.html">Broadcasting</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Matrix-Factorizations.html#index-singular-value-decomposition">singular value decomposition</a></td><td class="printindex-index-section"><a href="Matrix-Factorizations.html">Matrix Factorizations</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Quitting-Octave.html#index-site-exiting-file">site exiting file</a></td><td class="printindex-index-section"><a href="Quitting-Octave.html">Quitting Octave</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Command-Line-Options.html#index-site-startup-file">site startup file</a></td><td class="printindex-index-section"><a href="Command-Line-Options.html">Command Line Options</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-site-startup-file-1">site startup file</a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Correlation-and-Regression-Analysis.html#index-Spearman_0027s-Rho">Spearman&rsquo;s Rho</a></td><td class="printindex-index-section"><a href="Correlation-and-Regression-Analysis.html">Correlation and Regression Analysis</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Miscellaneous-Techniques.html#index-speedups">speedups</a></td><td class="printindex-index-section"><a href="Miscellaneous-Techniques.html">Miscellaneous Techniques</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Stair-Group.html#index-stair-group">stair group</a></td><td class="printindex-index-section"><a href="Stair-Group.html">Stair Group</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-startup">startup</a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-startup-files">startup files</a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-startup_002em"><code class="code">startup.m</code></a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Statements.html#index-statements">statements</a></td><td class="printindex-index-section"><a href="Statements.html">Statements</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Making-Java-Classes-Available.html#index-static-classpath">static classpath</a></td><td class="printindex-index-section"><a href="Making-Java-Classes-Available.html">Making Java Classes Available</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface-Functions.html#index-static-classpath-1">static classpath</a></td><td class="printindex-index-section"><a href="Java-Interface-Functions.html">Java Interface Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Stem-Series.html#index-stem-series">stem series</a></td><td class="printindex-index-section"><a href="Stem-Series.html">Stem Series</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="String-Objects.html#index-strings">strings</a></td><td class="printindex-index-section"><a href="String-Objects.html">String Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Strings.html#index-strings-1">strings</a></td><td class="printindex-index-section"><a href="Strings.html">Strings</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Sparse-Linear-Algebra.html#index-structural-rank">structural rank</a></td><td class="printindex-index-section"><a href="Sparse-Linear-Algebra.html">Sparse Linear Algebra</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Looping-Over-Structure-Elements.html#index-structure-elements_002c-looping-over">structure elements, looping over</a></td><td class="printindex-index-section"><a href="Looping-Over-Structure-Elements.html">Looping Over Structure Elements</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Data-Structure-Objects.html#index-structures">structures</a></td><td class="printindex-index-section"><a href="Data-Structure-Objects.html">Data Structure Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Structures.html#index-structures-1">structures</a></td><td class="printindex-index-section"><a href="Structures.html">Structures</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Sending-Patches.html#index-submitting-diffs">submitting diffs</a></td><td class="printindex-index-section"><a href="Sending-Patches.html">Sending Patches</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Sending-Patches.html#index-submitting-patches">submitting patches</a></td><td class="printindex-index-section"><a href="Sending-Patches.html">Sending Patches</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-subtraction">subtraction</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-subtraction-1">subtraction</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-suggestions">suggestions</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-surface-graphics-object">surface graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Surface-Group.html#index-surface-group">surface group</a></td><td class="printindex-index-section"><a href="Surface-Group.html">Surface Group</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-switch-Statement.html#index-switch-statement"><code class="code">switch</code> statement</a></td><td class="printindex-index-section"><a href="The-switch-Statement.html">The switch Statement</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-T">T</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Test-and-Demo-Functions.html#index-test-functions">test functions</a></td><td class="printindex-index-section"><a href="Test-and-Demo-Functions.html">Test and Demo Functions</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comparison-Ops.html#index-tests-for-equality">tests for equality</a></td><td class="printindex-index-section"><a href="Comparison-Ops.html">Comparison Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-tests-for-equality-1">tests for equality</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Objects.html#index-text-graphics-object">text graphics object</a></td><td class="printindex-index-section"><a href="Graphics-Objects.html">Graphics Objects</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Customizing-Toolkit-Behavior.html#index-toolkit-customization">toolkit customization</a></td><td class="printindex-index-section"><a href="Customizing-Toolkit-Behavior.html">Customizing Toolkit Behavior</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Graphics-Toolkits.html#index-toolkits_002c-graphics">toolkits, graphics</a></td><td class="printindex-index-section"><a href="Graphics-Toolkits.html">Graphics Toolkits</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Transform-Groups.html#index-transform-groups">transform groups</a></td><td class="printindex-index-section"><a href="Transform-Groups.html">Transform Groups</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-transpose">transpose</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-transpose-1">transpose</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-transpose_002c-complex_002dconjugate">transpose, complex-conjugate</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-transpose_002c-complex_002dconjugate-1">transpose, complex-conjugate</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Trouble.html#index-troubleshooting">troubleshooting</a></td><td class="printindex-index-section"><a href="Trouble.html">Trouble</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-try-Statement.html#index-try-statement"><code class="code">try</code> statement</a></td><td class="printindex-index-section"><a href="The-try-Statement.html">The try Statement</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-U">U</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Uitable-Properties.html#index-uitable-properties">uitable properties</a></td><td class="printindex-index-section"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Arithmetic-Ops.html#index-unary-minus">unary minus</a></td><td class="printindex-index-section"><a href="Arithmetic-Ops.html">Arithmetic Ops</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Operator-Overloading.html#index-unary-minus-1">unary minus</a></td><td class="printindex-index-section"><a href="Operator-Overloading.html">Operator Overloading</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-undefined-behavior">undefined behavior</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-undefined-function-value">undefined function value</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-unwind_005fprotect-Statement.html#index-unwind_005fprotect-statement"><code class="code">unwind_protect</code> statement</a></td><td class="printindex-index-section"><a href="The-unwind_005fprotect-Statement.html">The unwind_protect Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-unwind_005fprotect-Statement.html#index-unwind_005fprotect_005fcleanup"><code class="code">unwind_protect_cleanup</code></a></td><td class="printindex-index-section"><a href="The-unwind_005fprotect-Statement.html">The unwind_protect Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Comments.html#index-use-of-comments">use of comments</a></td><td class="printindex-index-section"><a href="Comments.html">Comments</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="User_002ddefined-Data-Types.html#index-user_002ddefined-data-types">user-defined data types</a></td><td class="printindex-index-section"><a href="User_002ddefined-Data-Types.html">User-defined Data Types</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Functions-and-Scripts.html#index-user_002ddefined-functions">user-defined functions</a></td><td class="printindex-index-section"><a href="Functions-and-Scripts.html">Functions and Scripts</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Variables.html#index-user_002ddefined-variables">user-defined variables</a></td><td class="printindex-index-section"><a href="Variables.html">Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Java-Interface.html#index-using-Octave-with-Java">using Octave with Java</a></td><td class="printindex-index-section"><a href="Java-Interface.html">Java Interface</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-V">V</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Validating-Arguments.html#index-validating-arguments">validating arguments</a></td><td class="printindex-index-section"><a href="Validating-Arguments.html">Validating Arguments</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Variable_002dlength-Argument-Lists.html#index-varargin"><code class="code">varargin</code></a></td><td class="printindex-index-section"><a href="Variable_002dlength-Argument-Lists.html">Variable-length Argument Lists</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Variable_002dlength-Return-Lists.html#index-varargout"><code class="code">varargout</code></a></td><td class="printindex-index-section"><a href="Variable_002dlength-Return-Lists.html">Variable-length Return Lists</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Variable_002dlength-Argument-Lists.html#index-variable_002dlength-argument-lists">variable-length argument lists</a></td><td class="printindex-index-section"><a href="Variable_002dlength-Argument-Lists.html">Variable-length Argument Lists</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Variable_002dlength-Return-Lists.html#index-variable_002dlength-return-lists">variable-length return lists</a></td><td class="printindex-index-section"><a href="Variable_002dlength-Return-Lists.html">Variable-length Return Lists</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Global-Variables.html#index-variables_002c-global">variables, global</a></td><td class="printindex-index-section"><a href="Global-Variables.html">Global Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Persistent-Variables.html#index-variables_002c-persistent">variables, persistent</a></td><td class="printindex-index-section"><a href="Persistent-Variables.html">Persistent Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Variables.html#index-variables_002c-user_002ddefined">variables, user-defined</a></td><td class="printindex-index-section"><a href="Variables.html">Variables</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Vectorization-and-Faster-Code-Execution.html#index-vectorization">vectorization</a></td><td class="printindex-index-section"><a href="Vectorization-and-Faster-Code-Execution.html">Vectorization and Faster Code Execution</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Vectorization-and-Faster-Code-Execution.html#index-vectorize">vectorize</a></td><td class="printindex-index-section"><a href="Vectorization-and-Faster-Code-Execution.html">Vectorization and Faster Code Execution</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Startup-Files.html#index-version-startup-file">version startup file</a></td><td class="printindex-index-section"><a href="Startup-Files.html">Startup Files</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
<tr><th id="Concept-Index_cp_letter-W">W</th></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Issuing-Warnings.html#index-warning-ids">warning ids</a></td><td class="printindex-index-section"><a href="Issuing-Warnings.html">Issuing Warnings</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Copying.html#index-warranty">warranty</a></td><td class="printindex-index-section"><a href="Copying.html">Copying</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="The-while-Statement.html#index-while-statement"><code class="code">while</code> statement</a></td><td class="printindex-index-section"><a href="The-while-Statement.html">The while Statement</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Criteria.html#index-wrong-answers">wrong answers</a></td><td class="printindex-index-section"><a href="Bug-Criteria.html">Bug Criteria</a></td></tr>
<tr><td></td><td class="printindex-index-entry"><a href="Bug-Reporting.html#index-wrong-answers-1">wrong answers</a></td><td class="printindex-index-section"><a href="Bug-Reporting.html">Bug Reporting</a></td></tr>
<tr><td colspan="3"><hr></td></tr>
</table>
<table class="cp-letters-footer-printindex"><tr><th>Jump to: &nbsp; </th><td><a class="summary-letter-printindex" href="#Concept-Index_cp_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-J"><b>J</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-U"><b>U</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-V"><b>V</b></a>
 &nbsp; 
<a class="summary-letter-printindex" href="#Concept-Index_cp_letter-W"><b>W</b></a>
 &nbsp; 
</td></tr></table>
</div>


</div>
<hr>
<div class="nav-panel">
<p>
Next: <a href="Function-Index.html">Function Index</a>, Previous: <a href="Copying.html">GNU GENERAL PUBLIC LICENSE</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>



</body>
</html>