, including all inherited members.
| add(const unsigned int i, const unsigned int j, const TrilinosScalar value) | TrilinosWrappers::SparseMatrix | |
| add(const std::vector< unsigned int > &indices, const FullMatrix< TrilinosScalar > &full_matrix, const bool elide_zero_values=true) | TrilinosWrappers::SparseMatrix | |
| add(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< TrilinosScalar > &full_matrix, const bool elide_zero_values=true) | TrilinosWrappers::SparseMatrix | |
| add(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< TrilinosScalar > &values, const bool elide_zero_values=true) | TrilinosWrappers::SparseMatrix | |
| add(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const TrilinosScalar *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false) | TrilinosWrappers::SparseMatrix | |
| add(const TrilinosScalar factor, const SparseMatrix &matrix) | TrilinosWrappers::SparseMatrix | |
| begin() const | TrilinosWrappers::SparseMatrix | |
| begin(const unsigned int r) const | TrilinosWrappers::SparseMatrix | |
| BlockMatrixBase< SparseMatrix > class | TrilinosWrappers::SparseMatrix | [friend] |
| clear() | TrilinosWrappers::SparseMatrix | |
| clear_row(const unsigned int row, const TrilinosScalar new_diag_value=0) | TrilinosWrappers::SparseMatrix | |
| clear_rows(const std::vector< unsigned int > &rows, const TrilinosScalar new_diag_value=0) | TrilinosWrappers::SparseMatrix | |
| col_partitioner() const | TrilinosWrappers::SparseMatrix | |
| column_indices | TrilinosWrappers::SparseMatrix | [private] |
| column_space_map | TrilinosWrappers::SparseMatrix | [private] |
| column_values | TrilinosWrappers::SparseMatrix | [private] |
| compress() | TrilinosWrappers::SparseMatrix | |
| compressed | TrilinosWrappers::SparseMatrix | [private] |
| const_iterator typedef | TrilinosWrappers::SparseMatrix | |
| copy_from(const SparseMatrix &source) | TrilinosWrappers::SparseMatrix | |
| diag_element(const unsigned int i) const | TrilinosWrappers::SparseMatrix | |
| domain_partitioner() const | TrilinosWrappers::SparseMatrix | |
| el(const unsigned int i, const unsigned int j) const | TrilinosWrappers::SparseMatrix | |
| end() const | TrilinosWrappers::SparseMatrix | |
| end(const unsigned int r) const | TrilinosWrappers::SparseMatrix | |
| ExcAccessToNonLocalElement(int arg1, int arg2, int arg3, int arg4) | TrilinosWrappers::SparseMatrix | [static] |
| ExcAccessToNonPresentElement(int arg1, int arg2) | TrilinosWrappers::SparseMatrix | [static] |
| ExcInUse(int arg1, char *arg2, std::string &arg3) | Subscriptor | [static] |
| ExcInvalidIndex(int arg1, int arg2) | TrilinosWrappers::SparseMatrix | [static] |
| ExcMatrixNotCompressed() | TrilinosWrappers::SparseMatrix | [static] |
| ExcNoSubscriber(char *arg1, char *arg2) | Subscriptor | [static] |
| ExcNotUsed() | Subscriptor | [static] |
| ExcSourceEqualsDestination() | TrilinosWrappers::SparseMatrix | [static] |
| ExcTrilinosError(int arg1) | TrilinosWrappers::SparseMatrix | [static] |
| frobenius_norm() const | TrilinosWrappers::SparseMatrix | |
| in_local_range(const unsigned int index) const | TrilinosWrappers::SparseMatrix | |
| is_compressed() const | TrilinosWrappers::SparseMatrix | |
| l1_norm() const | TrilinosWrappers::SparseMatrix | |
| last_action | TrilinosWrappers::SparseMatrix | [private] |
| linfty_norm() const | TrilinosWrappers::SparseMatrix | |
| list_subscribers() const | Subscriptor | |
| local_range() const | TrilinosWrappers::SparseMatrix | |
| local_size() const | TrilinosWrappers::SparseMatrix | |
| m() const | TrilinosWrappers::SparseMatrix | |
| matrix | TrilinosWrappers::SparseMatrix | [private] |
| matrix_norm_square(const VectorBase &v) const | TrilinosWrappers::SparseMatrix | |
| matrix_scalar_product(const VectorBase &u, const VectorBase &v) const | TrilinosWrappers::SparseMatrix | |
| memory_consumption() const | TrilinosWrappers::SparseMatrix | |
| mmult(SparseMatrix &C, const SparseMatrix &B, const VectorBase &V=VectorBase()) const | TrilinosWrappers::SparseMatrix | |
| n() const | TrilinosWrappers::SparseMatrix | |
| n_nonzero_elements() const | TrilinosWrappers::SparseMatrix | |
| n_subscriptions() const | Subscriptor | |
| operator()(const unsigned int i, const unsigned int j) const | TrilinosWrappers::SparseMatrix | |
| operator*=(const TrilinosScalar factor) | TrilinosWrappers::SparseMatrix | |
| operator/=(const TrilinosScalar factor) | TrilinosWrappers::SparseMatrix | |
| operator=(const double d) | TrilinosWrappers::SparseMatrix | |
| Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
| prepare_add() | TrilinosWrappers::SparseMatrix | [protected] |
| prepare_set() | TrilinosWrappers::SparseMatrix | [protected] |
| print(std::ostream &out, const bool write_extended_trilinos_info=false) const | TrilinosWrappers::SparseMatrix | |
| range_partitioner() const | TrilinosWrappers::SparseMatrix | |
| reinit(const SparsityType &sparsity_pattern) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const SparsityPattern &sparsity_pattern) | TrilinosWrappers::SparseMatrix | |
| reinit(const SparseMatrix &sparse_matrix) | TrilinosWrappers::SparseMatrix | |
| reinit(const ::SparseMatrix< number > &dealii_sparse_matrix, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const Epetra_CrsMatrix &input_matrix, const bool copy_values=true) | TrilinosWrappers::SparseMatrix | |
| reinit(const Epetra_Map ¶llel_partitioning, const SparsityType &sparsity_pattern, const bool exchange_data=false) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const SparsityType &sparsity_pattern, const bool exchange_data=false) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const Epetra_Map ¶llel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const IndexSet ¶llel_partitioning, const SparsityType &sparsity_pattern, const MPI_Comm &communicator=MPI_COMM_WORLD, const bool exchange_data=false) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const IndexSet &row_parallel_partitioning, const IndexSet &col_parallel_partitioning, const SparsityType &sparsity_pattern, const MPI_Comm &communicator=MPI_COMM_WORLD, const bool exchange_data=false) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const IndexSet ¶llel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const MPI_Comm &communicator=MPI_COMM_WORLD, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) | TrilinosWrappers::SparseMatrix | [inline] |
| reinit(const IndexSet &row_parallel_partitioning, const IndexSet &col_parallel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const MPI_Comm &communicator=MPI_COMM_WORLD, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) | TrilinosWrappers::SparseMatrix | [inline] |
| residual(VectorBase &dst, const VectorBase &x, const VectorBase &b) const | TrilinosWrappers::SparseMatrix | |
| row_length(const unsigned int row) const | TrilinosWrappers::SparseMatrix | |
| row_partitioner() const | TrilinosWrappers::SparseMatrix | |
| set(const unsigned int i, const unsigned int j, const TrilinosScalar value) | TrilinosWrappers::SparseMatrix | |
| set(const std::vector< unsigned int > &indices, const FullMatrix< TrilinosScalar > &full_matrix, const bool elide_zero_values=false) | TrilinosWrappers::SparseMatrix | |
| set(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< TrilinosScalar > &full_matrix, const bool elide_zero_values=false) | TrilinosWrappers::SparseMatrix | |
| set(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< TrilinosScalar > &values, const bool elide_zero_values=false) | TrilinosWrappers::SparseMatrix | |
| set(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const TrilinosScalar *values, const bool elide_zero_values=false) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix() | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const unsigned int m, const unsigned int n, const unsigned int n_max_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const unsigned int m, const unsigned int n, const std::vector< unsigned int > &n_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const SparsityPattern &InputSparsityPattern) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const SparseMatrix &InputMatrix) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const Epetra_Map ¶llel_partitioning, const unsigned int n_max_entries_per_row=0) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const Epetra_Map ¶llel_partitioning, const std::vector< unsigned int > &n_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const unsigned int n_max_entries_per_row=0) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const std::vector< unsigned int > &n_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const IndexSet ¶llel_partitioning, const MPI_Comm &communicator=MPI_COMM_WORLD, const unsigned int n_max_entries_per_row=0) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const IndexSet ¶llel_partitioning, const MPI_Comm &communicator, const std::vector< unsigned int > &n_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const IndexSet &row_parallel_partitioning, const IndexSet &col_parallel_partitioning, const MPI_Comm &communicator=MPI_COMM_WORLD, const unsigned int n_max_entries_per_row=0) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const IndexSet &row_parallel_partitioning, const IndexSet &col_parallel_partitioning, const MPI_Comm &communicator, const std::vector< unsigned int > &n_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| subscribe(const char *identifier=0) const | Subscriptor | [inline] |
| Subscriptor() | Subscriptor | |
| Subscriptor(const Subscriptor &) | Subscriptor | |
| temp_vector | TrilinosWrappers::SparseMatrix | [mutable, private] |
| Tmmult(SparseMatrix &C, const SparseMatrix &B, const VectorBase &V=VectorBase()) const | TrilinosWrappers::SparseMatrix | |
| transpose() | TrilinosWrappers::SparseMatrix | |
| trilinos_matrix() const | TrilinosWrappers::SparseMatrix | |
| trilinos_sparsity_pattern() const | TrilinosWrappers::SparseMatrix | |
| Tvmult(VectorBase &dst, const VectorBase &src) const | TrilinosWrappers::SparseMatrix | |
| Tvmult_add(VectorBase &dst, const VectorBase &src) const | TrilinosWrappers::SparseMatrix | |
| unsubscribe(const char *identifier=0) const | Subscriptor | [inline] |
| value_type typedef | TrilinosWrappers::SparseMatrix | |
| vmult(VectorBase &dst, const VectorBase &src) const | TrilinosWrappers::SparseMatrix | |
| vmult_add(VectorBase &dst, const VectorBase &src) const | TrilinosWrappers::SparseMatrix | |
| write_ascii() | TrilinosWrappers::SparseMatrix | |
| ~SparseMatrix() | TrilinosWrappers::SparseMatrix | [virtual] |
| ~Subscriptor() | Subscriptor | [virtual] |