Greens-code
A modular quantum transport code
|
This is the complete list of members for sub_Matrix, including all inherited members.
Add(row r, column c, complex v) | Matrix | inline |
add_diagonal(complex e) | Matrix | |
assert_size(row r, column c) | Matrix | |
assert_size(row r, column c) const | Matrix | |
check_hermitian() const (defined in Matrix) | Matrix | |
check_realsymmetric() const (defined in Matrix) | Matrix | |
formatted_print(std::ostream &) const (defined in Matrix) | Matrix | |
Get(row r, column c) const | Matrix | inline |
Insert(row r, column c, complex v) | Matrix | inline |
insert_diagonal(complex e) | Matrix | |
multiply_by_number(complex v) | Matrix | |
ncols() const | Matrix | inline |
nrows() const | Matrix | inline |
num_of_cols() const (defined in Matrix) | Matrix | inline |
num_of_rows() const (defined in Matrix) | Matrix | inline |
operator+=(Matrix const &rhs) (defined in Matrix) | Matrix | |
print(std::ostream &) const | Matrix | |
sub_Matrix(Matrix &t, row r, column c) | sub_Matrix | inline |
~Matrix() (defined in Matrix) | Matrix | inlinevirtual |
~sub_Matrix() (defined in sub_Matrix) | sub_Matrix | inlinevirtual |