, including all inherited members.
Accessor class | FullMatrix< number > | [friend] |
add(const number a, const FullMatrix< number2 > &A) | FullMatrix< number > | [inline] |
add(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B) | FullMatrix< number > | [inline] |
add(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B, const number c, const FullMatrix< number2 > &C) | FullMatrix< number > | [inline] |
add(const FullMatrix< number2 > &src, const number factor, const unsigned int dst_offset_i=0, const unsigned int dst_offset_j=0, const unsigned int src_offset_i=0, const unsigned int src_offset_j=0) | FullMatrix< number > | [inline] |
add_col(const unsigned int i, const number s, const unsigned int j) | FullMatrix< number > | |
add_col(const unsigned int i, const number s, const unsigned int j, const number t, const unsigned int k) | FullMatrix< number > | |
add_row(const unsigned int i, const number s, const unsigned int j) | FullMatrix< number > | |
add_row(const unsigned int i, const number s, const unsigned int j, const number t, const unsigned int k) | FullMatrix< number > | |
all_zero() const | FullMatrix< number > | |
backward(Vector< number2 > &dst, const Vector< number2 > &src) const | FullMatrix< number > | [inline] |
begin() const | FullMatrix< number > | |
begin(const unsigned int r) const | FullMatrix< number > | |
copy_from(const MATRIX &) | FullMatrix< number > | [inline] |
copy_from(Tensor< 2, dim > &T, const unsigned int src_r_i=0, const unsigned int src_r_j=dim-1, const unsigned int src_c_i=0, const unsigned int src_c_j=dim-1, const unsigned int dst_r=0, const unsigned int dst_c=0) | FullMatrix< number > | [inline] |
copy_to(Tensor< 2, dim > &T, const unsigned int src_r_i=0, const unsigned int src_r_j=dim-1, const unsigned int src_c_i=0, const unsigned int src_c_j=dim-1, const unsigned int dst_r=0, const unsigned int dst_c=0) | FullMatrix< number > | [inline] |
data() const | TableBase< N, number > | [protected] |
determinant() const | FullMatrix< number > | |
diagadd(const number s) | FullMatrix< number > | |
el(const TableIndices< N > &indices) | TableBase< N, number > | [protected] |
el(const TableIndices< N > &indices) const | TableBase< N, number > | [protected] |
empty() const | TableBase< N, number > | |
end() const | FullMatrix< number > | |
end(const unsigned int r) const | FullMatrix< number > | |
equ(const number a, const FullMatrix< number2 > &A) | FullMatrix< number > | [inline] |
equ(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B) | FullMatrix< number > | [inline] |
equ(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B, const number c, const FullMatrix< number2 > &C) | FullMatrix< number > | [inline] |
fill(const FullMatrix< number2 > &src, const unsigned int dst_offset_i=0, const unsigned int dst_offset_j=0, const unsigned int src_offset_i=0, const unsigned int src_offset_j=0) | FullMatrix< number > | [inline] |
fill(const number2 *) | FullMatrix< number > | [inline] |
Table< 2, number >::fill(const T2 *entries) | TableBase< N, number > | [inline] |
Table< 2, number >::fill(const number &value) | TableBase< N, number > | |
fill_permutation(const FullMatrix< number2 > &src, const std::vector< unsigned int > &p_rows, const std::vector< unsigned int > &p_cols) | FullMatrix< number > | [inline] |
forward(Vector< number2 > &dst, const Vector< number2 > &src) const | FullMatrix< number > | [inline] |
frobenius_norm() const | FullMatrix< number > | |
FullMatrix(const unsigned int n=0) | FullMatrix< number > | [explicit] |
FullMatrix(const unsigned int rows, const unsigned int cols) | FullMatrix< number > | |
FullMatrix(const FullMatrix &) | FullMatrix< number > | |
FullMatrix(const unsigned int rows, const unsigned int cols, const number *entries) | FullMatrix< number > | |
FullMatrix(const IdentityMatrix &id) | FullMatrix< number > | [explicit] |
gauss_jordan() | FullMatrix< number > | |
invert(const FullMatrix< number2 > &M) | FullMatrix< number > | [inline] |
l1_norm() const | FullMatrix< number > | |
left_invert(const FullMatrix< number2 > &M) | FullMatrix< number > | [inline] |
linfty_norm() const | FullMatrix< number > | |
list_subscribers() const | Subscriptor | |
m() const | FullMatrix< number > | |
matrix_norm_square(const Vector< number2 > &v) const | FullMatrix< number > | [inline] |
matrix_scalar_product(const Vector< number2 > &u, const Vector< number2 > &v) const | FullMatrix< number > | [inline] |
memory_consumption() const | FullMatrix< number > | |
mmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const | FullMatrix< number > | [inline] |
n() const | FullMatrix< number > | |
n_elements() const | TableBase< N, number > | |
n_subscriptions() const | Subscriptor | |
operator()(const TableIndices< N > &indices) | TableBase< N, number > | |
operator()(const TableIndices< N > &indices) const | TableBase< N, number > | |
operator*=(const number factor) | FullMatrix< number > | |
operator/=(const number factor) | FullMatrix< number > | |
operator=(const FullMatrix< number > &) | FullMatrix< number > | |
operator=(const FullMatrix< number2 > &) | FullMatrix< number > | [inline] |
operator=(const number d) | FullMatrix< number > | |
operator=(const IdentityMatrix &id) | FullMatrix< number > | |
operator=(const LAPACKFullMatrix< number2 > &) | FullMatrix< number > | [inline] |
Table< 2, number >::operator=(const TableBase< N, number > &src) | TableBase< N, number > | |
Table< 2, number >::operator=(const TableBase< N, T2 > &src) | TableBase< N, number > | [inline] |
Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
operator==(const FullMatrix< number > &) const | FullMatrix< number > | |
position(const TableIndices< N > &indices) const | TableBase< N, number > | [protected] |
precondition_Jacobi(Vector< somenumber > &dst, const Vector< somenumber > &src, const number omega=1.) const | FullMatrix< number > | [inline] |
print(STREAM &s, const unsigned int width=5, const unsigned int precision=2) const | FullMatrix< number > | [inline] |
print_formatted(std::ostream &out, const unsigned int precision=3, const bool scientific=true, const unsigned int width=0, const char *zero_string=" ", const double denominator=1., const double threshold=0.) const | FullMatrix< number > | |
real_type typedef | FullMatrix< number > | |
reinit(const TableIndices< N > &new_size) | TableBase< N, number > | |
relative_symmetry_norm2() const | FullMatrix< number > | |
reset_values() | TableBase< N, number > | |
residual(Vector< number2 > &dst, const Vector< number2 > &x, const Vector< number3 > &b) const | FullMatrix< number > | [inline] |
right_invert(const FullMatrix< number2 > &M) | FullMatrix< number > | [inline] |
size(const unsigned int i) const | TableBase< N, number > | |
size() const | TableBase< N, number > | |
subscribe(const char *identifier=0) const | Subscriptor | [inline] |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
swap_col(const unsigned int i, const unsigned int j) | FullMatrix< number > | |
swap_row(const unsigned int i, const unsigned int j) | FullMatrix< number > | |
symmetrize() | FullMatrix< number > | |
table_size | TableBase< N, number > | [protected] |
TableBase class | TableBase< N, number > | [friend] |
TableBase() | TableBase< N, number > | |
TableBase(const TableIndices< N > &sizes) | TableBase< N, number > | |
TableBase(const TableBase< N, number > &src) | TableBase< N, number > | |
TableBase(const TableBase< N, T2 > &src) | TableBase< N, number > | [inline] |
Tadd(const number s, const FullMatrix< number2 > &B) | FullMatrix< number > | [inline] |
Tadd(const FullMatrix< number2 > &src, const number factor, const unsigned int dst_offset_i=0, const unsigned int dst_offset_j=0, const unsigned int src_offset_i=0, const unsigned int src_offset_j=0) | FullMatrix< number > | [inline] |
Tmmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const | FullMatrix< number > | [inline] |
trace() const | FullMatrix< number > | |
Tvmult(Vector< number2 > &w, const Vector< number2 > &v, const bool adding=false) const | FullMatrix< number > | [inline] |
Tvmult_add(Vector< number2 > &w, const Vector< number2 > &v) const | FullMatrix< number > | [inline] |
unsubscribe(const char *identifier=0) const | Subscriptor | [inline] |
val | TableBase< N, number > | [protected] |
val_size | TableBase< N, number > | [protected] |
value_type typedef | FullMatrix< number > | |
vmult(Vector< number2 > &w, const Vector< number2 > &v, const bool adding=false) const | FullMatrix< number > | [inline] |
vmult_add(Vector< number2 > &w, const Vector< number2 > &v) const | FullMatrix< number > | [inline] |
~Subscriptor() | Subscriptor | [virtual] |
~TableBase() | TableBase< N, number > | |