Using the C Math Library
N-Dimensional Indexing
This section:
Provides an
overview
of n-dimensional indexing
Describes how to extract
a scalar from a matrix
Describes how to
extract a vector
from a matrix
Describes how to
extract
a subarray from a matrix
Describes how to
extend two-dimensional indexing
to N dimensions
Selecting the Entire Matrix As a Column Vector
Overview