This is the complete list of members for
MatrixArchetype< _Element >, including all inherited members.
| coldim() const | MatrixArchetype< _Element > | |
| columnDensity(Vector &v) const | MatrixArchetype< _Element > | |
| getEntry(size_t i, size_t j) const | MatrixArchetype< _Element > | |
| getEntry(Element &x, size_t i, size_t j) const | MatrixArchetype< _Element > | |
| MatrixArchetype() | MatrixArchetype< _Element > | |
| MatrixArchetype(size_t m, size_t n) | MatrixArchetype< _Element > | |
| MatrixArchetype(const MatrixArchetype &M) | MatrixArchetype< _Element > | |
| operator=(const MatrixArchetype &M) | MatrixArchetype< _Element > | |
| operator[](size_t i) | MatrixArchetype< _Element > | |
| read(std::istream &file, const Field &F) | MatrixArchetype< _Element > | |
| refEntry(size_t i, size_t j) | MatrixArchetype< _Element > | |
| resize(size_t m, size_t n) | MatrixArchetype< _Element > | |
| rowdim() const | MatrixArchetype< _Element > | |
| setEntry(size_t i, size_t j, const Element &a_ij) | MatrixArchetype< _Element > | |
| transpose(MatrixArchetype &M) const | MatrixArchetype< _Element > | |
| write(std::ostream &os, const Field &F) const | MatrixArchetype< _Element > | |