Go to the source code of this file.
Functions | |
bool | EST_matrix_bounds_check (int r, int c, int num_rows, int num_columns, bool set) |
bool | EST_matrix_bounds_check (int r, int nr, int c, int nc, int num_rows, int num_columns, bool set) |
bool | EST_vector_bounds_check (int c, int num_columns, bool set) |
bool | EST_vector_bounds_check (int c, int nc, int num_columns, bool set) |
Support functions for all matrices.
Definition at line 51 of file EST_matrix_support.cc.
bool EST_matrix_bounds_check | ( | int | r, |
int | nr, | ||
int | c, | ||
int | nc, | ||
int | num_rows, | ||
int | num_columns, | ||
bool | set | ||
) |
Definition at line 73 of file EST_matrix_support.cc.
Definition at line 111 of file EST_matrix_support.cc.