#include <Matrix.h>
Public Member Functions | |
| Matrix () | |
| Matrix (Histogram_element *h, int num_rowsIN, int num_colsIN, double length_limitIN) | |
| ~Matrix () | |
| int | getNumCols () |
| int | getNumRows () |
| double ** | getMatrix () |
|
|
|
|
||||||||||||||||||||
|
this constructor is specifically for the length-angle matrix |
|
|
|
|
|
returns the matrix itself, which is a 2D array |
|
|
returns the number of cols in the matrix (where cols represent lengths, and the matrix is matrix[r][c]) |
|
|
returns the number of cols in the matrix (where rows represent angles, and the matrix is matrix[r][c]) |
1.3.3