Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
Matrix Member ListThis is the complete list of members for Matrix, including all inherited members.
- addMatrix(double factThis, const Matrix &other, double factOther)
- addMatrixProduct(double factThis, const Matrix &A, const Matrix &B, double factOther)
- addMatrixTripleProduct(double factThis, const Matrix &A, const Matrix &B, double factOther)
- Assemble(const Matrix &,const ID &rows, const ID &cols, double fact=1.0)
- Assemble(const Matrix &V, int init_row, int init_col, double fact=1.0)
- AssembleTranspose(const Matrix &V, int init_row, int init_col, double fact=1.0)
- Extract(const Matrix &V, int init_row, int init_col, double fact=1.0)
- Input(istream &s)
- Matrix()
- Matrix(int nrows, int ncols)
- Matrix(double *data, int nrows, int ncols)
- Matrix(const Matrix &M)
- noCols() const
[inline] - noRows() const
[inline] - operator *(double fact) const
- operator *(const Vector &V) const
- operator *(const Matrix &M) const
- operator *(double a, const Matrix &M)
[friend] - operator *=(double fact)
- operator()(int row, int col)
[inline] - operator()(int row, int col) const
[inline] - operator()(const ID &rows, const ID &cols) const
- operator+(double fact) const
- operator+(const Matrix &M) const
- operator+=(double fact)
- operator+=(const Matrix &M)
- operator-(double fact) const
- operator-(const Matrix &M) const
- operator-=(double fact)
- operator-=(const Matrix &M)
- operator/(double fact) const
- operator/=(double fact)
- operator<<(ostream &s, const Matrix &M)
[friend] - operator=(const Matrix &M)
- operator=(const Tensor &T)
- operator>>(istream &s, Matrix &M)
[friend] - operator^(const Vector &V) const
- operator^(const Matrix &M) const
- Output(ostream &s) const
- resize(int numRow, int numCol)
- Solve(const Vector &V, Vector &res) const
- Solve(const Matrix &M, Matrix &res) const
- Zero(void)
- ~Matrix()
|
|