This is the complete list of members for Matrix, including all inherited members.
Columns | Matrix | |
columns() const | Matrix | inline |
lines() const | Matrix | inline |
Lines | Matrix | |
Matrix() | Matrix | |
Matrix(const int i, const int j) | Matrix | |
Matrix(const int i) | Matrix | |
Matrix(const Matrix &M) | Matrix | |
Matrix(const Vector &V) | Matrix | |
operator*(const real a) const | Matrix | |
operator*(const Matrix &M) const | Matrix | |
operator*(const Vector &V) const | Matrix | |
operator*=(const real a) | Matrix | |
operator+(const Matrix &M) const | Matrix | |
operator+=(const Matrix &M) | Matrix | |
operator-(const Matrix &M) const | Matrix | |
operator-() const | Matrix | |
operator-=(const Matrix &M) | Matrix | |
operator/(const real a) const | Matrix | |
operator/=(const real a) | Matrix | |
operator=(const Matrix &M) | Matrix | |
operator==(const Matrix &M) const | Matrix | |
setEigenMatrix(const bool isLeft, const int AxisNo, const Vector V, const real c, const real h=0.) | Matrix | |
setValue(const int i, const int j, const real a) | Matrix | inline |
setZero() | Matrix | |
U | Matrix | |
value(const int i, const int j) const | Matrix | inline |
~Matrix() | Matrix |