Back: Interpolating Forward: Scalar Index   FastBack: Arrays Up: Arrays FastForward: Sorting         Top: Yorick Contents: Table of Contents Index: Concept Index About: About this document

2.3 Indexing

Yorick has a bewildering variety of different ways to refer to individual array elements or subsets of array elements. In order to master the language, you must learn to use them all. Nearly all of the examples later in this manual use one or more of these indexing techniques, so trust me to show you how to use them later:

2.3.1 Scalar indices and array order  
2.3.2 Selecting a range of indices  
2.3.3 Nil index refers to an entire dimension  
2.3.4 Selecting an arbitrary list of indices  
2.3.5 Creating a pseudo-index  
2.3.6 Numbering a dimension from its last element  
2.3.7 Using a rubber index  
2.3.8 Marking an index for matrix multiplication  
2.3.9 Rank reducing (statistical) range functions  
2.3.10 Rank preserving (finite difference) range functions  


Back: Interpolating Forward: Scalar Index   FastBack: Arrays Up: Arrays FastForward: Sorting         Top: Yorick Contents: Table of Contents Index: Concept Index About: About this document