
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) |
Variables | |
| const int | EST_CURRENT =-1 |
| const int | EST_ALL =-1 |
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.
Definition at line 126 of file EST_matrix_support.cc.
| const int EST_CURRENT =-1 |
Definition at line 48 of file EST_matrix_support.cc.
| const int EST_ALL =-1 |
Definition at line 49 of file EST_matrix_support.cc.