index_test, an Octave code which calls index(), which converts the index of a multidimensional array entry into the corresponding index of a one dimensional vector, using either row or column major indexing, with zero or unit base.
The information on this web page is distributed under the MIT license.
index, an Octave code which converts an M-dimensional vector index to a one-dimensional vector index; it can handle zero and one based indexing schemes, as well as column major and row major conventions.