SparseLUDecomposition< number > Member List

This is the complete list of members for SparseLUDecomposition< number >, including all inherited members.

add(const unsigned int i, const unsigned int j, const numbervalue)SparseMatrix< number > [protected]
add(const std::vector< unsigned int > &indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=true)SparseMatrix< number > [inline, protected]
add(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=true)SparseMatrix< number > [inline, protected]
add(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number2 > &values, const bool elide_zero_values=true)SparseMatrix< number > [inline, protected]
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)SparseMatrix< number > [inline, protected]
add(const numberfactor, const SparseMatrix< somenumber > &matrix)SparseMatrix< number > [inline, protected]
begin() constSparseMatrix< number > [protected]
begin()SparseMatrix< number > [protected]
begin(const unsigned int r) constSparseMatrix< number > [protected]
begin(const unsigned int r)SparseMatrix< number > [protected]
block_read(std::istream &in)SparseMatrix< number > [protected]
block_write(std::ostream &out) constSparseMatrix< number > [protected]
clear()SparseLUDecomposition< number > [virtual]
const_iterator typedefSparseMatrix< number > [protected]
copy_from(const SparseMatrix< somenumber > &matrix)SparseLUDecomposition< number > [inline, protected]
SparseMatrix< number >::copy_from(const ForwardIterator begin, const ForwardIterator end)SparseMatrix< number > [inline, protected]
SparseMatrix< number >::copy_from(const FullMatrix< somenumber > &matrix)SparseMatrix< number > [inline, protected]
decompose(const SparseMatrix< somenumber > &matrix, const double strengthen_diagonal=0.)SparseLUDecomposition< number > [inline]
decomposedSparseLUDecomposition< number > [protected]
diag_element(const unsigned int i) constSparseMatrix< number > [protected]
diag_element(const unsigned int i)SparseMatrix< number > [protected]
el(const unsigned int i, const unsigned int j) constSparseMatrix< number > [protected]
empty() const SparseLUDecomposition< number >
end() constSparseMatrix< number > [protected]
end()SparseMatrix< number > [protected]
end(const unsigned int r) constSparseMatrix< number > [protected]
end(const unsigned int r)SparseMatrix< number > [protected]
frobenius_norm() constSparseMatrix< number > [protected]
get_sparsity_pattern() constSparseMatrix< number > [protected]
get_strengthen_diagonal(const number rowsum, const unsigned int row) const SparseLUDecomposition< number > [protected, virtual]
global_entry(const unsigned int i) constSparseMatrix< number > [protected]
global_entry(const unsigned int i)SparseMatrix< number > [protected]
initialize(const SparseMatrix< somenumber > &matrix, const AdditionalData parameters)SparseLUDecomposition< number > [inline]
is_decomposed() const SparseLUDecomposition< number > [virtual]
iterator typedefSparseMatrix< number > [protected]
l1_norm() constSparseMatrix< number > [protected]
linfty_norm() constSparseMatrix< number > [protected]
SparseMatrix< number >::list_subscribers() const Subscriptor [protected]
Subscriptor::list_subscribers() const Subscriptor
m() constSparseMatrix< number > [protected]
matrix_norm_square(const Vector< somenumber > &v) constSparseMatrix< number > [inline, protected]
matrix_scalar_product(const Vector< somenumber > &u, const Vector< somenumber > &v) constSparseMatrix< number > [inline, protected]
memory_consumption() const SparseLUDecomposition< number > [virtual]
n() constSparseMatrix< number > [protected]
n_actually_nonzero_elements(const double threshold=0.) constSparseMatrix< number > [protected]
n_nonzero_elements() constSparseMatrix< number > [protected]
SparseMatrix< number >::n_subscriptions() const Subscriptor [protected]
Subscriptor::n_subscriptions() const Subscriptor
operator()(const unsigned int i, const unsigned int j) constSparseMatrix< number > [protected]
operator*=(const numberfactor)SparseMatrix< number > [protected]
operator/=(const numberfactor)SparseMatrix< number > [protected]
operator=(const SparseMatrix< number > &)SparseMatrix< number > [protected]
operator=(const IdentityMatrix &id)SparseMatrix< number > [protected]
operator=(const double d)SparseMatrix< number > [protected]
SparseMatrix< number >::Subscriptor::operator=(const Subscriptor &)Subscriptor [protected]
Subscriptor::operator=(const Subscriptor &)Subscriptor
own_sparsitySparseLUDecomposition< number > [private]
prebuild_lower_bound()SparseLUDecomposition< number > [private]
prebuilt_lower_boundSparseLUDecomposition< number > [protected]
precondition_Jacobi(Vector< somenumber > &dst, const Vector< somenumber > &src, const numberomega=1.) constSparseMatrix< number > [inline, protected]
precondition_SOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const numberom=1.) constSparseMatrix< number > [inline, protected]
precondition_SSOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const numberom=1., const std::vector< unsigned int > &pos_right_of_diagonal=std::vector< unsigned int >()) constSparseMatrix< number > [inline, protected]
precondition_TSOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const numberom=1.) constSparseMatrix< number > [inline, protected]
print(std::ostream &out) constSparseMatrix< number > [protected]
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.) constSparseMatrix< number > [protected]
print_pattern(std::ostream &out, const double threshold=0.) constSparseMatrix< number > [protected]
PSOR(Vector< somenumber > &v, const std::vector< unsigned int > &permutation, const std::vector< unsigned int > &inverse_permutation, const numberom=1.) constSparseMatrix< number > [inline, protected]
raw_entry(const unsigned int row, const unsigned int index) constSparseMatrix< number > [protected]
real_type typedefSparseMatrix< number > [protected]
reinit(const SparsityPattern &sparsity)SparseLUDecomposition< number > [virtual]
residual(Vector< somenumber > &dst, const Vector< somenumber > &x, const Vector< somenumber > &b) constSparseMatrix< number > [inline, protected]
set(const unsigned int i, const unsigned int j, const numbervalue)SparseMatrix< number > [protected]
set(const std::vector< unsigned int > &indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=false)SparseMatrix< number > [inline, protected]
set(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=false)SparseMatrix< number > [inline, protected]
set(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number2 > &values, const bool elide_zero_values=false)SparseMatrix< number > [inline, protected]
set(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const number2 *values, const bool elide_zero_values=false)SparseMatrix< number > [inline, protected]
SOR(Vector< somenumber > &v, const numberom=1.) constSparseMatrix< number > [inline, protected]
SOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const numberom=1.) constSparseMatrix< number > [inline, protected]
SparseLUDecomposition()SparseLUDecomposition< number > [protected]
SparseLUDecomposition(const SparsityPattern &sparsity)SparseLUDecomposition< number > [protected]
SparseMatrix()SparseMatrix< number > [protected]
SparseMatrix(const SparseMatrix &)SparseMatrix< number > [protected]
SparseMatrix(const SparsityPattern &sparsity)SparseMatrix< number > [explicit, protected]
SparseMatrix(const SparsityPattern &sparsity, const IdentityMatrix &id)SparseMatrix< number > [protected]
SSOR(Vector< somenumber > &v, const numberomega=1.) constSparseMatrix< number > [inline, protected]
SSOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const numberom=1.) constSparseMatrix< number > [inline, protected]
strengthen_diagonalSparseLUDecomposition< number > [protected]
strengthen_diagonal_impl()SparseLUDecomposition< number > [protected, virtual]
SparseMatrix< number >::subscribe(const char *identifier=0) const Subscriptor [inline, protected]
Subscriptor::subscribe(const char *identifier=0) const Subscriptor [inline]
SparseMatrix< number >::Subscriptor()Subscriptor [protected]
SparseMatrix< number >::Subscriptor(const Subscriptor &)Subscriptor [protected]
Subscriptor::Subscriptor()Subscriptor
Subscriptor::Subscriptor(const Subscriptor &)Subscriptor
symmetrize()SparseMatrix< number > [protected]
TPSOR(Vector< somenumber > &v, const std::vector< unsigned int > &permutation, const std::vector< unsigned int > &inverse_permutation, const numberom=1.) constSparseMatrix< number > [inline, protected]
TSOR(Vector< somenumber > &v, const numberom=1.) constSparseMatrix< number > [inline, protected]
TSOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const numberom=1.) constSparseMatrix< number > [inline, protected]
Tvmult(OutVector &dst, const InVector &src) constSparseMatrix< number > [inline, protected]
Tvmult_add(OutVector &dst, const InVector &src) constSparseMatrix< number > [inline, protected]
SparseMatrix< number >::unsubscribe(const char *identifier=0) const Subscriptor [inline, protected]
Subscriptor::unsubscribe(const char *identifier=0) const Subscriptor [inline]
value_type typedefSparseMatrix< number > [protected]
vmult(OutVector &dst, const InVector &src) constSparseMatrix< number > [inline, protected]
vmult_add(OutVector &dst, const InVector &src) constSparseMatrix< number > [inline, protected]
~SparseLUDecomposition()SparseLUDecomposition< number > [virtual]
~SparseMatrix()SparseMatrix< number > [protected, virtual]
~Subscriptor()Subscriptor [protected, virtual]


deal.II documentation generated on Sat Aug 15 16:52:21 2009 by doxygen 1.5.9