Next: Astronomy and Calendars, Previous: Routine Groups, Up: Routine Groups [Contents][Index]
This is a list of routines that manipulate arrays.
To reduce the size of an array by combining data.
To combine elements and/or arrays into arrays.
To calculate the cross-correlation function of two arrays.
To remove spikes from an image.
To find the dimensions of the array.
To switch the array contents between little-endian and big-endian.
To increase the size of an array using interpolation.
To put consecutive numbers in an array.
To insert one array into another.
To determine if a variable is an array.
To read arbitrary numbers of values from the keyboard into an array.
To change the dimensions of an array without changing the data.
To replace specific values in the array.
To reverse the values in an array.
To calculate a running sum with a fixed window.
To calculate a running product.
To calculate a running sum.
To shift the values in an array.
To swap the values in an array, suitable for use with spectral transforms.
To combine elements and/or arrays into arrays.
• Array Creation: | How to create arrays | |
• Array Data Compression: | How to compress arrays |
Next: Astronomy and Calendars, Previous: Routine Groups, Up: Routine Groups [Contents][Index]