List of all members.
Detailed Description
Contains the size of a vectir stored in a variant of the Matrix Market exchange format
Constructor & Destructor Documentation
| Jpetra::MatrixMarketIO::VectorSize::VectorSize |
( |
int |
size | ) |
[inline] |
Constructor for VectorSize. Assumes dense format
- Parameters:
-
| Jpetra::MatrixMarketIO::VectorSize::VectorSize |
( |
int |
size, |
|
|
int |
numEntries |
|
) |
| [inline] |
Constructor for VectorSize
- Parameters:
-
| size | Size of the matrix |
| numEntries | Number of entries stored |
Member Function Documentation
| int Jpetra::MatrixMarketIO::VectorSize::numEntries |
( |
| ) |
[inline] |
Returns the number of entries in the vector
| int Jpetra::MatrixMarketIO::VectorSize::size |
( |
| ) |
[inline] |
Returns the size of the vector
The documentation for this class was generated from the following file: