NanoStructures  1.0
DMFT solver for layered, strongly correlated nanostructures
math::Matrix Member List

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

copy(Matrix &source, int offset_rows, int offset_cols, int size_rows, int size_columns, double prefactor) (defined in math::Matrix)math::Matrix
crop(int offsetm_rows, int offsetm_cols, int sizem_rows, int sizem_cols) (defined in math::Matrix)math::Matrix
get(int row, int column) const (defined in math::Matrix)math::Matrix
getColumns() const (defined in math::Matrix)math::Matrixinline
getData() (defined in math::Matrix)math::Matrixinline
getRows() const (defined in math::Matrix)math::Matrixinline
m_columns (defined in math::Matrix)math::Matrixprotected
m_data (defined in math::Matrix)math::Matrixprotected
m_rows (defined in math::Matrix)math::Matrixprotected
Matrix() (defined in math::Matrix)math::Matrix
Matrix(int rows, int cols) (defined in math::Matrix)math::Matrix
Matrix(const Matrix &orig) (defined in math::Matrix)math::Matrix
operator=(const Matrix &orig) (defined in math::Matrix)math::Matrix
resize(int rows, int columns) (defined in math::Matrix)math::Matrix
set(int row, int column, double value) (defined in math::Matrix)math::Matrix
zero() (defined in math::Matrix)math::Matrixinline
~Matrix() (defined in math::Matrix)math::Matrix