#include <distributed_data.h>
Public Member Functions | |
Matrix (int num_total_rows, int num_total_cols) | |
Creates a matrix. | |
~Matrix () | |
Deletes a Matrix. | |
Public Attributes | |
Mat | data |
Private Attributes | |
int | num_total_rows |
int | num_local_rows |
int | num_total_cols |
int | num_local_cols |
Matrix::Matrix | ( | int | num_total_rows_, | |
int | num_total_cols_ | |||
) |
Creates a matrix.
num_total_rows | : The number of rows in the global matrix. | |
num_total_cols | : The number of columns in the global matrix. |
Matrix::~Matrix | ( | ) |
Deletes a Matrix.
int ddata::Matrix::num_total_rows [private] |
int ddata::Matrix::num_local_rows [private] |
int ddata::Matrix::num_total_cols [private] |
int ddata::Matrix::num_local_cols [private] |