#include <balancedmtxreader.h>
Inheritance diagram for BalancedMtxReader:


Public Member Functions | |
| BalancedMtxReader (string filename, const Epetra_Comm &Comm) | |
| BalancedMtxReader (istream &istr, const Epetra_Comm &Comm) | |
| ~BalancedMtxReader () | |
| Epetra_CrsMatrix * | read () |
Definition at line 29 of file balancedmtxreader.h.
| BalancedMtxReader::BalancedMtxReader | ( | string | filename, | |
| const Epetra_Comm & | Comm | |||
| ) | [inline] |
Definition at line 32 of file balancedmtxreader.h.
| BalancedMtxReader::BalancedMtxReader | ( | istream & | istr, | |
| const Epetra_Comm & | Comm | |||
| ) | [inline] |
Definition at line 35 of file balancedmtxreader.h.
| BalancedMtxReader::~BalancedMtxReader | ( | ) | [inline] |
Definition at line 38 of file balancedmtxreader.h.
| Epetra_CrsMatrix * BalancedMtxReader::read | ( | ) | [virtual] |
Implements BaseMtxReader.
Definition at line 32 of file balancedmtxreader.cpp.
References BaseMtxReader::_comm, BaseMtxReader::_istr, MtxDataIterator::eof(), MtxDataIterator::get_cols(), and MtxDataIterator::get_rows().
Here is the call graph for this function:

1.4.7