| Index Entry | Section |
|
| # | | |
| `#' | 2.7 Comments in Octave Programs |
| `#!' | 2.6 Executable Octave Programs |
|
| % | | |
| `%' | 2.7 Comments in Octave Programs |
|
| - | | |
| --braindead | 2.1.1 Command Line Options |
| --debug | 2.1.1 Command Line Options |
| --echo-commands | 2.1.1 Command Line Options |
| --exec-path path | 2.1.1 Command Line Options |
| --help | 2.1.1 Command Line Options |
| --image-path path | 2.1.1 Command Line Options |
| --info-file filename | 2.1.1 Command Line Options |
| --info-program program | 2.1.1 Command Line Options |
| --interactive | 2.1.1 Command Line Options |
| --no-init-file | 2.1.1 Command Line Options |
| --no-line-editing | 2.1.1 Command Line Options |
| --no-site-file | 2.1.1 Command Line Options |
| --norc | 2.1.1 Command Line Options |
| --path path | 2.1.1 Command Line Options |
| --quiet | 2.1.1 Command Line Options |
| --silent | 2.1.1 Command Line Options |
| --traditional | 2.1.1 Command Line Options |
| --verbose | 2.1.1 Command Line Options |
| --version | 2.1.1 Command Line Options |
| -? | 2.1.1 Command Line Options |
| -d | 2.1.1 Command Line Options |
| -f | 2.1.1 Command Line Options |
| -h | 2.1.1 Command Line Options |
| -i | 2.1.1 Command Line Options |
| -p path | 2.1.1 Command Line Options |
| -q | 2.1.1 Command Line Options |
| -V | 2.1.1 Command Line Options |
| -v | 2.1.1 Command Line Options |
| -x | 2.1.1 Command Line Options |
|
| . | | |
| ... | 11.3 Variable-length Argument Lists |
| ... continuation marker | 10.9 The try Statement |
| .octaverc | 2.1.2 Startup Files |
|
| \ | | |
| \ continuation marker | 10.9 The try Statement |
|
| ~ | | |
| ~/.octaverc | 2.1.2 Startup Files |
|
| A | | |
| acknowledgements | Acknowledgements |
| addition | 8.3 Arithmetic Operators |
| and operator | 8.5 Boolean Expressions |
| anonymous functions | 11.9 Function Handles, Inline Functions, and Anonymous Functions |
| answers, incorrect | D.3 Have You Found a Bug? |
| answers, incorrect | D.5 How to Report Bugs |
| any key | 1.3.1 フォント |
| arguments in function call | 8.2 Calling Functions |
| arithmetic operators | 8.3 Arithmetic Operators |
| assignment expressions | 8.6 Assignment Expressions |
| assignment operators | 8.6 Assignment Expressions |
|
| B | | |
| body of a loop | 10.3 The while Statement |
| boolean expressions | 8.5 Boolean Expressions |
| boolean operators | 8.5 Boolean Expressions |
| break statement | 10.6 The break Statement |
| bug criteria | D.3 Have You Found a Bug? |
| bug report mailing lists | D.4 Where to Report Bugs |
| bugs | D.2 Reporting Bugs |
| bugs, investigating | D.5 How to Report Bugs |
| bugs, known | D. Known Causes of Trouble |
| bugs, reporting | D.4 Where to Report Bugs |
| bugs, reporting | D.5 How to Report Bugs |
| built-in data types | 3.1 Built-in Data Types |
| built-in function | 1.3.5.1 関数の解説例 |
|
| C | | |
| case statement | 10.2 The switch Statement |
| catch | 10.9 The try Statement |
| cell arrays | 3.1.5 Cell Array Objects |
| cell arrays | 6.2 Cell Arrays |
| character strings | 3.1.3 String Objects |
| character strings | 5. Strings |
| Cholesky factorization | 18.3 Matrix Factorizations |
| Cholesky factorization | 20.2 Linear Algebra on Sparse Matrices |
| Cholesky factorization | 20.2 Linear Algebra on Sparse Matrices |
| clearing the screen | 2.4.1 Cursor Motion |
| coding standards | C. Tips and Standards |
| comma separated lists | 6.3 Comma Separated Lists |
| command and output logs | 2.4.8 Diary and Echo Commands |
| command completion | 2.4.4 Letting Readline Type For You |
| command descriptions | 1.3.5.2 コマンド解説の例 |
| command echoing | 2.4.8 Diary and Echo Commands |
| command history | 2.4.5 Commands For Manipulating The History |
| command options | 2.1.1 Command Line Options |
| command-line editing | 2.4 Command Line Editing |
| comments | 2.7 Comments in Octave Programs |
| comparison expressions | 8.4 Comparison Operators |
| complex-conjugate transpose | 8.3 Arithmetic Operators |
| compounding, value of | 25. Financial Functions |
| containers | 6. Data Containers |
| continuation lines | 10.9 The try Statement |
| continue statement | 10.7 The continue Statement |
| contributing to Octave | How You Can Contribute to Octave |
| contributors | まえがき |
| conversion specifications (printf) | 14.2.4 Formatted Output |
| conversion specifications (scanf) | 14.2.11 Formatted Input |
| copyright | G. GNU GENERAL PUBLIC LICENSE |
| core dump | D.3 Have You Found a Bug? |
| customizing the prompt | 2.4.7 Customizing the Prompt |
|
| D | | |
| DAE | 22. Differential Equations |
| data structures | 3.1.4 Data Structure Objects |
| data structures | 6.1 Data Structures |
| data types | 3. Data Types |
| data types, built-in | 3.1 Built-in Data Types |
| data types, user-defined | 3.2 User-defined Data Types |
| decrement operator | 8.6 Assignment Expressions |
| default arguments | 11.6 Default Arguments |
| defining functions | 11. Functions and Script Files |
| description format | 1.3.5 解説のフォーマット |
| diary of commands and output | 2.4.8 Diary and Echo Commands |
| Differential Equations | 22. Differential Equations |
| diffs, submitting | D.6 Sending Patches for Octave |
| distribution of Octave | Distribution |
| division | 8.3 Arithmetic Operators |
| do-until statement | 10.4 The do-until Statement |
| documentation notation | 1.3.2 命令結果の表記 |
| documenting Octave programs | 2.7 Comments in Octave Programs |
| Dulmage-Mendelsohn decomposition | 20.1.4.3 Mathematical Considerations |
| dynamic-linking | A. Dynamically Linked Functions |
|