Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

matrixStructure Struct Reference

Structure of submatrix. More...

#include <dist_matrix.h>

List of all members.

Public Attributes

int idxRow
int idxCol
int localRows
int localCols


Detailed Description

Structure of submatrix.

Definition at line 76 of file dist_matrix.h.


Member Data Documentation

int matrixStructure::idxCol
 

Global column-index of the upper-left element

Definition at line 78 of file dist_matrix.h.

int matrixStructure::idxRow
 

Global row-index of the upper-left element

Definition at line 77 of file dist_matrix.h.

int matrixStructure::localCols
 

Size(columns) of submatrix(actual)

Definition at line 80 of file dist_matrix.h.

int matrixStructure::localRows
 

Size(rows) of submatrix(actual)

Definition at line 79 of file dist_matrix.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 18 22:21:06 2006 for SkeTo -- Skeleton Library in Tokyo by  doxygen 1.4.4