Using the C Math Library
One-Dimensional Indexing
This section:
Provides an
overview
of one-dimensional indexing
Describes how to
extract a single element
with a one-dimensional scalar index
Describes how to extract
a vector with a one-dimensional vector index
Describes how to
extract a subarray
with a one-dimensional matrix index
Describes how to
extract all the elements
in the matrix
Assumptions for the Code Examples
Overview