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