List of all members.
Detailed Description
Contains the size of a matrix stored in the Matrix Market exchange format
Constructor & Destructor Documentation
| Jpetra::MatrixMarketIO::MatrixSize::MatrixSize |
( |
int |
numRows, |
|
|
int |
numColumns, |
|
|
MatrixInfo |
info |
|
) |
| [inline] |
Constructor for MatrixSize
- Parameters:
-
| numRows | Number of rows in the matrix |
| numColumns | Number of columns in the matrix |
| info | Info on the matrix |
| Jpetra::MatrixMarketIO::MatrixSize::MatrixSize |
( |
int |
numRows, |
|
|
int |
numColumns, |
|
|
int |
numEntries |
|
) |
| [inline] |
Constructor for MatrixSize
- Parameters:
-
| numRows | Number of rows in the matrix |
| numColumns | Number of columns in the matrix |
| numEntries | Number of entries stored |
Member Function Documentation
| boolean Jpetra::MatrixMarketIO::MatrixSize::isSquare |
( |
| ) |
[inline] |
Returns true if the matrix is square, else false
| int Jpetra::MatrixMarketIO::MatrixSize::numColumns |
( |
| ) |
[inline] |
Returns the number of columns in the matrix
| int Jpetra::MatrixMarketIO::MatrixSize::numEntries |
( |
| ) |
[inline] |
Returns the number of entries stored
| int Jpetra::MatrixMarketIO::MatrixSize::numRows |
( |
| ) |
[inline] |
Returns the number of rows in the matrix
The documentation for this class was generated from the following file: