antidiag                Matrix antidiagonals
at                      Set or get matrix value at index vector
binding                 Bind vector, single values and matrices
is_idx_possible         Is idx possible in given matrix?
m                       A shortcut to create matrix defining rows
matrix_idx              Get available marix indices
neighbour_idx           Get all indices in neighbourhood
neighbour_idx_matrix    Create matrix of lists, where each one contains
                        list of neighbour field coordinates
operators               Binary operations on matrices/vectors
plot_matrix             Plot a matrix
rboolm                  Create matrix of random choosen boolean values
repetitions             Repeat columns or rows
runif_same_dims         Create matrix of random values with dimensions
                        copied from an existing matrix
runifm                  Create matrix of random values drawn from
                        uniform distribution
seq_matrix              Return a sequence of pairs (value, index
                        vector)
set_values              Set multiple values useing one function call
v                       A shortcut to create a vertical vector
with_same_dims          Create new matrix copying dimensions from the
                        existing one
