Householder< number > Member List

This is the complete list of members for Householder< number >, including all inherited members.
add(const number a, const FullMatrix< number2 > &A)FullMatrix< number > [private]
add(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B)FullMatrix< number > [private]
add(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B, const number c, const FullMatrix< number2 > &C)FullMatrix< number > [private]
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 > [private]
add(const unsigned int row, const unsigned int column, const number value)FullMatrix< number > [private]
add(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const number2 *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false)FullMatrix< number > [private]
add_col(const unsigned int i, const number s, const unsigned int j)FullMatrix< number > [private]
add_col(const unsigned int i, const number s, const unsigned int j, const number t, const unsigned int k)FullMatrix< number > [private]
add_row(const unsigned int i, const number s, const unsigned int j)FullMatrix< number > [private]
add_row(const unsigned int i, const number s, const unsigned int j, const number t, const unsigned int k)FullMatrix< number > [private]
all_zero() const FullMatrix< number > [private]
backward(Vector< number2 > &dst, const Vector< number2 > &src) const FullMatrix< number > [private]
begin() const FullMatrix< number > [private]
begin(const unsigned int r) const FullMatrix< number > [private]
cholesky(const FullMatrix< number2 > &A)FullMatrix< number > [private]
copy_from(const MATRIX &)FullMatrix< number > [private]
copy_from(const 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 > [private]
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) const FullMatrix< number > [private]
copy_transposed(const MATRIX &)FullMatrix< number > [private]
data() constTableBase< N, number > [private]
determinant() const FullMatrix< number > [private]
diagadd(const number s)FullMatrix< number > [private]
diagonalHouseholder< number > [private]
el(const TableIndices< N > &indices)TableBase< N, number > [private]
el(const TableIndices< N > &indices) constTableBase< N, number > [private]
empty() constTableBase< N, number > [private]
end() const FullMatrix< number > [private]
end(const unsigned int r) const FullMatrix< number > [private]
equ(const number a, const FullMatrix< number2 > &A)FullMatrix< number > [private]
equ(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B)FullMatrix< number > [private]
equ(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B, const number c, const FullMatrix< number2 > &C)FullMatrix< number > [private]
ExcEmptyMatrix()FullMatrix< number > [private, static]
ExcInUse(int arg1, char *arg2, std::string &arg3)Subscriptor [private, static]
ExcInvalidDestination(int arg1, int arg2, int arg3)FullMatrix< number > [private, static]
ExcMatrixNotPositiveDefinite()FullMatrix< number > [private, static]
ExcNoSubscriber(char *arg1, char *arg2)Subscriptor [private, static]
ExcNotRegular(number arg1)FullMatrix< number > [private, static]
ExcSourceEqualsDestination()FullMatrix< number > [private, static]
extract_submatrix_from(const MatrixType &matrix, const std::vector< unsigned int > &row_index_set, const std::vector< unsigned int > &column_index_set)FullMatrix< number > [private]
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 > [private]
fill(const number2 *)FullMatrix< number > [private]
Table< 2, number >::fill(const T2 *entries)TableBase< N, number > [private]
Table< 2, number >::fill(const number &value)TableBase< N, number > [private]
fill_permutation(const FullMatrix< number2 > &src, const std::vector< unsigned int > &p_rows, const std::vector< unsigned int > &p_cols)FullMatrix< number > [private]
forward(Vector< number2 > &dst, const Vector< number2 > &src) const FullMatrix< number > [private]
frobenius_norm() const FullMatrix< number > [private]
FullMatrix(const unsigned int n=0)FullMatrix< number > [explicit, private]
FullMatrix(const unsigned int rows, const unsigned int cols)FullMatrix< number > [private]
FullMatrix(const FullMatrix &)FullMatrix< number > [private]
FullMatrix(const unsigned int rows, const unsigned int cols, const number *entries)FullMatrix< number > [private]
FullMatrix(const IdentityMatrix &id)FullMatrix< number > [explicit, private]
gauss_jordan()FullMatrix< number > [private]
Householder()Householder< number >
Householder(const FullMatrix< number2 > &)Householder< number >
initialize(const FullMatrix< number2 > &)Householder< number >
invert(const FullMatrix< number2 > &M)FullMatrix< number > [private]
l1_norm() const FullMatrix< number > [private]
least_squares(Vector< number2 > &dst, const Vector< number2 > &src) const Householder< number >
least_squares(BlockVector< number2 > &dst, const BlockVector< number2 > &src) const Householder< number >
left_invert(const FullMatrix< number2 > &M)FullMatrix< number > [private]
linfty_norm() const FullMatrix< number > [private]
list_subscribers() const Subscriptor [private]
m() const FullMatrix< number > [private]
matrix_norm_square(const Vector< number2 > &v) const FullMatrix< number > [private]
matrix_scalar_product(const Vector< number2 > &u, const Vector< number2 > &v) const FullMatrix< number > [private]
memory_consumption() const FullMatrix< number > [private]
mmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const FullMatrix< number > [private]
mTmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const FullMatrix< number > [private]
n() const FullMatrix< number > [private]
n_elements() constTableBase< N, number > [private]
n_subscriptions() const Subscriptor [private]
operator()(const TableIndices< N > &indices)TableBase< N, number > [private]
operator()(const TableIndices< N > &indices) constTableBase< N, number > [private]
operator*=(const number factor)FullMatrix< number > [private]
operator/=(const number factor)FullMatrix< number > [private]
operator=(const FullMatrix< number > &)FullMatrix< number > [private]
operator=(const FullMatrix< number2 > &)FullMatrix< number > [private]
operator=(const number d)FullMatrix< number > [private]
operator=(const IdentityMatrix &id)FullMatrix< number > [private]
operator=(const LAPACKFullMatrix< number2 > &)FullMatrix< number > [private]
Table< 2, number >::operator=(const TableBase< N, number > &src)TableBase< N, number > [private]
Table< 2, number >::operator=(const TableBase< N, T2 > &src)TableBase< N, number > [private]
Subscriptor::operator=(const Subscriptor &)Subscriptor [private]
operator==(const FullMatrix< number > &) const FullMatrix< number > [private]
Table< 2, number >::operator==(const TableBase< N, number > &T2) constTableBase< N, number > [private]
outer_product(const Vector< number2 > &V, const Vector< number2 > &W)FullMatrix< number > [private]
position(const TableIndices< N > &indices) constTableBase< N, number > [private]
precondition_Jacobi(Vector< somenumber > &dst, const Vector< somenumber > &src, const number omega=1.) const FullMatrix< number > [private]
print(STREAM &s, const unsigned int width=5, const unsigned int precision=2) const FullMatrix< number > [private]
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 > [private]
real_type typedefFullMatrix< number > [private]
reinit(const TableIndices< N > &new_size, const bool fast=false)TableBase< N, number > [private]
relative_symmetry_norm2() const FullMatrix< number > [private]
reset_values()TableBase< N, number > [private]
residual(Vector< number2 > &dst, const Vector< number2 > &x, const Vector< number3 > &b) const FullMatrix< number > [private]
right_invert(const FullMatrix< number2 > &M)FullMatrix< number > [private]
scatter_matrix_to(const std::vector< unsigned int > &row_index_set, const std::vector< unsigned int > &column_index_set, MatrixType &matrix) const FullMatrix< number > [private]
serialize(Archive &ar, const unsigned int version)TableBase< N, number > [private]
set(const unsigned int i, const unsigned int j, const number value)FullMatrix< number > [private]
size(const unsigned int i) constTableBase< N, number > [private]
size() constTableBase< N, number > [private]
subscribe(const char *identifier=0) const Subscriptor [inline, private]
Subscriptor()Subscriptor [private]
Subscriptor(const Subscriptor &)Subscriptor [private]
swap_col(const unsigned int i, const unsigned int j)FullMatrix< number > [private]
swap_row(const unsigned int i, const unsigned int j)FullMatrix< number > [private]
symmetrize()FullMatrix< number > [private]
table_sizeTableBase< N, number > [private]
TableBase classTableBase< N, number > [friend]
TableBase()TableBase< N, number > [private]
TableBase(const TableIndices< N > &sizes)TableBase< N, number > [private]
TableBase(const TableBase< N, number > &src)TableBase< N, number > [private]
TableBase(const TableBase< N, T2 > &src)TableBase< N, number > [private]
Tadd(const number s, const FullMatrix< number2 > &B)FullMatrix< number > [private]
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 > [private]
Tmmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const FullMatrix< number > [private]
TmTmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const FullMatrix< number > [private]
trace() const FullMatrix< number > [private]
triple_product(const FullMatrix< number > &A, const FullMatrix< number > &B, const FullMatrix< number > &D, const bool transpose_B=false, const bool transpose_D=false, const number scaling=number(1.))FullMatrix< number > [private]
FullMatrix::Tvmult(Vector< number2 > &w, const Vector< number2 > &v, const bool adding=false) const FullMatrix< number > [private]
Tvmult_add(Vector< number2 > &w, const Vector< number2 > &v) const FullMatrix< number > [private]
unsubscribe(const char *identifier=0) const Subscriptor [inline, private]
value_type typedefFullMatrix< number > [private]
valuesTableBase< N, number > [private]
vmult(VECTOR &dst, const VECTOR &src) const Householder< number >
FullMatrix::vmult(Vector< number2 > &w, const Vector< number2 > &v, const bool adding=false) const FullMatrix< number > [private]
vmult_add(Vector< number2 > &w, const Vector< number2 > &v) const FullMatrix< number > [private]
~Subscriptor()Subscriptor [private, virtual]
~TableBase()TableBase< N, number > [private]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Thu May 17 2012 20:05:30 by doxygen 1.7.3