ddata::Matrix Class Reference

The Matrix class is designed to handle very large sparse Matrices. More...

#include <distributed_data.h>

Inheritance diagram for ddata::Matrix:

ddata::DistributedData

List of all members.

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


Detailed Description

The Matrix class is designed to handle very large sparse Matrices.

Constructor & Destructor Documentation

Matrix::Matrix ( int  num_total_rows_,
int  num_total_cols_ 
)

Creates a matrix.

Parameters:
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.


Member Data Documentation


The documentation for this class was generated from the following files:

Documentation generated by  doxygen
Source code hosted by