Expand description
Matrix indexing and slicing operations
Implements language-style matrix indexing and access patterns.
Functionsยง
- matrix_
get_ col - Get a column from a matrix
- matrix_
get_ element - Get a single element from a matrix (1-based indexing like language)
- matrix_
get_ row - Get a row from a matrix
- matrix_
set_ element - Set a single element in a matrix (1-based indexing like language)
- perform_
indexing - Array indexing operation (used by all interpreters/compilers) In MATLAB, indexing is 1-based and supports: