| addMatrix(double factThis, const Matrix &other, double factOther) | Matrix | |
| addMatrixProduct(double factThis, const Matrix &A, const Matrix &B, double factOther) | Matrix | |
| addMatrixTripleProduct(double factThis, const Matrix &A, const Matrix &B, double factOther) | Matrix | |
| Assemble(const Matrix &, const ID &rows, const ID &cols, double fact=1.0) | Matrix | |
| Assemble(const Matrix &V, int init_row, int init_col, double fact=1.0) | Matrix | |
| AssembleTranspose(const Matrix &V, int init_row, int init_col, double fact=1.0) | Matrix | |
| BerkeleyDbDatastore class | Matrix | [friend] |
| Extract(const Matrix &V, int init_row, int init_col, double fact=1.0) | Matrix | |
| Invert(Matrix &res) const | Matrix | |
| Matrix() | Matrix | |
| Matrix(int nrows, int ncols) | Matrix | |
| Matrix(double *data, int nrows, int ncols) | Matrix | |
| Matrix(const Matrix &M) | Matrix | |
| Message class | Matrix | [friend] |
| MPI_Channel class | Matrix | [friend] |
| MySqlDatastore class | Matrix | [friend] |
| noCols() const | Matrix | [inline] |
| noRows() const | Matrix | [inline] |
| operator *(double fact) const | Matrix | |
| operator *(const Vector &V) const | Matrix | |
| operator *(const Matrix &M) const | Matrix | |
| operator *(double a, const Matrix &M) | Matrix | [friend] |
| operator *=(double fact) | Matrix | |
| operator()(int row, int col) | Matrix | [inline] |
| operator()(int row, int col) const | Matrix | [inline] |
| operator()(const ID &rows, const ID &cols) const | Matrix | |
| operator+(double fact) const | Matrix | |
| operator+(const Matrix &M) const | Matrix | |
| operator+=(double fact) | Matrix | |
| operator+=(const Matrix &M) | Matrix | |
| operator-(double fact) const | Matrix | |
| operator-(const Matrix &M) const | Matrix | |
| operator-=(double fact) | Matrix | |
| operator-=(const Matrix &M) | Matrix | |
| operator/(double fact) const | Matrix | |
| operator/=(double fact) | Matrix | |
| operator<<(OPS_Stream &s, const Matrix &M) | Matrix | [friend] |
| operator=(const Matrix &M) | Matrix | |
| operator=(const Tensor &T) | Matrix | |
| operator^(const Vector &V) const | Matrix | |
| operator^(const Matrix &M) const | Matrix | |
| Output(OPS_Stream &s) const | Matrix | |
| resize(int numRow, int numCol) | Matrix | |
| setData(double *newData, int nRows, int nCols) | Matrix | |
| Solve(const Vector &V, Vector &res) const | Matrix | |
| Solve(const Matrix &M, Matrix &res) const | Matrix | |
| TCP_Socket class | Matrix | [friend] |
| TCP_SocketNoDelay class | Matrix | [friend] |
| UDP_Socket class | Matrix | [friend] |
| Vector class | Matrix | [friend] |
| Zero(void) | Matrix | |
| ~Matrix() | Matrix | |