|
Continuum Membrane 719025a62b1e384a6ff80e2f2a223ef4012153dc
|
This is the complete list of members for Matrix, including all inherited members.
| calculate_norm() const | Matrix | |
| calculate_quad() const | Matrix | |
| free() | Matrix | |
| get(const int &i, const int &j) const | Matrix | |
| get_col(const int &icol) const | Matrix | |
| get_inverted(Matrix &matInverted) | Matrix | |
| get_row(const int &irow) const | Matrix | |
| get_transposed() const | Matrix | |
| mat | Matrix | |
| Matrix(const int &nrow, const int &ncol, const bool &setToZero) | Matrix | |
| Matrix() | Matrix | |
| Matrix(const int &nrow) | Matrix | |
| Matrix(const int &nrow, const int &ncol) | Matrix | |
| Matrix(const Matrix &mat_src) | Matrix | |
| Matrix(const std::vector< std::vector< double > > &vec) | Matrix | |
| ncol() const | Matrix | |
| nrow() const | Matrix | |
| operator()(const int &i, const int &j) const | Matrix | |
| operator=(const Matrix &mat_src) | Matrix | |
| set(const int &i, const int &j, const double &v) | Matrix | |
| set_all(const double &v) | Matrix | |
| set_identity() | Matrix | |
| set_row_from_col(const int &destRow, const Matrix &srcMat, const int &srcCol) | Matrix | |
| transpose() | Matrix | |
| ~Matrix() | Matrix |