Continuum Membrane 719025a62b1e384a6ff80e2f2a223ef4012153dc
Loading...
Searching...
No Matches
Matrix Member List

This is the complete list of members for Matrix, including all inherited members.

calculate_norm() constMatrix
calculate_quad() constMatrix
free()Matrix
get(const int &i, const int &j) constMatrix
get_col(const int &icol) constMatrix
get_inverted(Matrix &matInverted)Matrix
get_row(const int &irow) constMatrix
get_transposed() constMatrix
matMatrix
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() constMatrix
nrow() constMatrix
operator()(const int &i, const int &j) constMatrix
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