Greens-code
A modular quantum transport code
|
This is the complete list of members for super_Matrix, including all inherited members.
Add(row r, column c, complex v) | Matrix | inline |
add_diagonal(complex e) | Matrix | |
Add_To(Matrix &m) const | super_Matrix | |
Apply(const complex *phi, complex *result) const | calculation_Matrix | inline |
Apply(const Vector &phi, Vector &result) const | calculation_Matrix | |
Apply(complex *phi) const | calculation_Matrix | inline |
Apply(Vector &phi) const | calculation_Matrix | |
assert_size(row r, column c) | Matrix | |
assert_size(row r, column c) const | Matrix | |
Bake_to_Distributed_Multiply() | super_Matrix | |
Bake_to_Factorize(bool distributed=false) | super_Matrix | |
Bake_to_Multiply(bool use_mkl=true) | super_Matrix | |
check_hermitian() const (defined in Matrix) | Matrix | |
check_realsymmetric() const (defined in Matrix) | Matrix | |
const_ref typedef (defined in super_Matrix) | super_Matrix | |
deep_copy() const | super_Matrix | |
Factorize() | super_Matrix | |
formatted_print(std::ostream &) const (defined in Matrix) | Matrix | |
Get(row r, column c) const | Matrix | inline |
get_comm() const | super_Matrix | inline |
get_double_param(const std::string &, double &) const (defined in super_Matrix) | super_Matrix | |
get_int_param(const std::string &, int &) const (defined in super_Matrix) | super_Matrix | |
get_status() | super_Matrix | inline |
indexpair typedef (defined in super_Matrix) | super_Matrix | |
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 |
obtain_Diagonal(complex *) | super_Matrix | |
operator+=(Matrix const &rhs) (defined in Matrix) | Matrix | |
Output(std::ostream &os) const | super_Matrix | inline |
p_const_iterator_factory typedef (defined in super_Matrix) | super_Matrix | |
p_iterator_factory typedef (defined in super_Matrix) | super_Matrix | |
print(std::ostream &) const | Matrix | |
provide_const_iterator() const (defined in super_Matrix) | super_Matrix | inline |
provide_iterator() | super_Matrix | inline |
ref typedef (defined in super_Matrix) | super_Matrix | |
Reset() | super_Matrix | |
Scale(complex v) | calculation_Matrix | inline |
set_param(const std::string &, double) | super_Matrix | |
set_param(const std::string &, int) (defined in super_Matrix) | super_Matrix | |
status typedef (defined in super_Matrix) | super_Matrix | |
super_Matrix(MPI_Comm comm, const int N) | super_Matrix | explicit |
~calculation_Matrix() (defined in calculation_Matrix) | calculation_Matrix | inlinevirtual |
~Matrix() (defined in Matrix) | Matrix | inlinevirtual |
~super_Matrix() (defined in super_Matrix) | super_Matrix | virtual |