Hermes
0.9.5-beta
Hierarchical Distributed I/O Buffering System
|
#include <linprog.h>
Public Member Functions | |
Array2DIdx (int nrow, int ncol) | |
int | Get (int i, int j) |
int | Begin (int i) |
int | End (int i) |
Public Attributes | |
int | nrow_ |
int | ncol_ |
A structure to represent 2D array index
|
inline |
Initialize structure with nrow and ncol.
|
inline |
Get the index of row i and column j.
|
inline |
Get the beginning index of row i.
|
inline |
Get the last index of row i.
int hermes::Array2DIdx::nrow_ |
number of rows
int hermes::Array2DIdx::ncol_ |
number of columns