PETScWrappers::SparseMatrix Member List

This is the complete list of members for PETScWrappers::SparseMatrix, including all inherited members.

add(const unsigned int i, const unsigned int j, const PetscScalar value)PETScWrappers::MatrixBase
add(const std::vector< unsigned int > &indices, const FullMatrix< PetscScalar > &full_matrix, const bool elide_zero_values=true)PETScWrappers::MatrixBase
add(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< PetscScalar > &full_matrix, const bool elide_zero_values=true)PETScWrappers::MatrixBase
add(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< PetscScalar > &values, const bool elide_zero_values=true)PETScWrappers::MatrixBase
add(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const PetscScalar *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false)PETScWrappers::MatrixBase
begin() const PETScWrappers::MatrixBase
begin(const unsigned int r) const PETScWrappers::MatrixBase
clear()PETScWrappers::MatrixBase
clear_row(const unsigned int row, const PetscScalar new_diag_value=0)PETScWrappers::MatrixBase
clear_rows(const std::vector< unsigned int > &rows, const PetscScalar new_diag_value=0)PETScWrappers::MatrixBase
compress()PETScWrappers::MatrixBase
const_iterator typedefPETScWrappers::MatrixBase
diag_element(const unsigned int i) const PETScWrappers::MatrixBase
do_reinit(const unsigned int m, const unsigned int n, const unsigned int n_nonzero_per_row, const bool is_symmetric=false)PETScWrappers::SparseMatrix [private]
do_reinit(const unsigned int m, const unsigned int n, const std::vector< unsigned int > &row_lengths, const bool is_symmetric=false)PETScWrappers::SparseMatrix [private]
do_reinit(const SparsityType &sparsity_pattern, const bool preset_nonzero_locations)PETScWrappers::SparseMatrix [inline, private]
el(const unsigned int i, const unsigned int j) const PETScWrappers::MatrixBase
end() const PETScWrappers::MatrixBase
end(const unsigned int r) const PETScWrappers::MatrixBase
frobenius_norm() const PETScWrappers::MatrixBase
get_mpi_communicator() const PETScWrappers::SparseMatrix [virtual]
in_local_range(const unsigned int index) const PETScWrappers::MatrixBase
is_hermitian(const double tol=0.0)PETScWrappers::MatrixBase
is_symmetric(const double tol=0.0)PETScWrappers::MatrixBase
l1_norm() const PETScWrappers::MatrixBase
last_actionPETScWrappers::MatrixBase [protected]
linfty_norm() const PETScWrappers::MatrixBase
list_subscribers() const Subscriptor
local_range() const PETScWrappers::MatrixBase
local_size() const PETScWrappers::MatrixBase
m() const PETScWrappers::MatrixBase
matrixPETScWrappers::MatrixBase [protected]
matrix_norm_square(const VectorBase &v) const PETScWrappers::MatrixBase
matrix_scalar_product(const VectorBase &u, const VectorBase &v) const PETScWrappers::MatrixBase
MatrixBase()PETScWrappers::MatrixBase
n() const PETScWrappers::MatrixBase
n_nonzero_elements() const PETScWrappers::MatrixBase
n_subscriptions() const Subscriptor
operator const Mat() const PETScWrappers::MatrixBase
operator()(const unsigned int i, const unsigned int j) const PETScWrappers::MatrixBase
operator*=(const PetscScalar factor)PETScWrappers::MatrixBase
operator/=(const PetscScalar factor)PETScWrappers::MatrixBase
operator=(const double d)PETScWrappers::SparseMatrix
Subscriptor::operator=(const Subscriptor &)Subscriptor
reinit(const unsigned int m, const unsigned int n, const unsigned int n_nonzero_per_row, const bool is_symmetric=false)PETScWrappers::SparseMatrix
reinit(const unsigned int m, const unsigned int n, const std::vector< unsigned int > &row_lengths, const bool is_symmetric=false)PETScWrappers::SparseMatrix
reinit(const SparsityType &sparsity_pattern, const bool preset_nonzero_locations=false)PETScWrappers::SparseMatrix [inline]
residual(VectorBase &dst, const VectorBase &x, const VectorBase &b) const PETScWrappers::MatrixBase
row_length(const unsigned int row) const PETScWrappers::MatrixBase
set(const unsigned int i, const unsigned int j, const PetscScalar value)PETScWrappers::MatrixBase
set(const std::vector< unsigned int > &indices, const FullMatrix< PetscScalar > &full_matrix, const bool elide_zero_values=false)PETScWrappers::MatrixBase
set(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< PetscScalar > &full_matrix, const bool elide_zero_values=false)PETScWrappers::MatrixBase
set(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< PetscScalar > &values, const bool elide_zero_values=false)PETScWrappers::MatrixBase
set(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const PetscScalar *values, const bool elide_zero_values=false)PETScWrappers::MatrixBase
SparseMatrix()PETScWrappers::SparseMatrix
SparseMatrix(const unsigned int m, const unsigned int n, const unsigned int n_nonzero_per_row, const bool is_symmetric=false)PETScWrappers::SparseMatrix
SparseMatrix(const unsigned int m, const unsigned int n, const std::vector< unsigned int > &row_lengths, const bool is_symmetric=false)PETScWrappers::SparseMatrix
SparseMatrix(const SparsityType &sparsity_pattern, const bool preset_nonzero_locations=false)PETScWrappers::SparseMatrix [inline]
subscribe(const char *identifier=0) const Subscriptor [inline]
Subscriptor()Subscriptor
Subscriptor(const Subscriptor &)Subscriptor
transpose()PETScWrappers::MatrixBase
Tvmult(VectorBase &dst, const VectorBase &src) const PETScWrappers::MatrixBase
Tvmult_add(VectorBase &dst, const VectorBase &src) const PETScWrappers::MatrixBase
unsubscribe(const char *identifier=0) const Subscriptor [inline]
value_type typedefPETScWrappers::MatrixBase
vmult(VectorBase &dst, const VectorBase &src) const PETScWrappers::MatrixBase
vmult_add(VectorBase &dst, const VectorBase &src) const PETScWrappers::MatrixBase
write_ascii()PETScWrappers::MatrixBase
~MatrixBase()PETScWrappers::MatrixBase [virtual]
~Subscriptor()Subscriptor [virtual]


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