| Amesos2 - Direct Sparse Solver Interfaces
    Version of the Day
    | 
This is the complete list of members for Amesos2::MatrixAdapter< Matrix >, including all inherited members.
| adapter_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| col_map_ (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | mutableprotected | 
| comm_ (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | mutableprotected | 
| describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const | Amesos2::MatrixAdapter< Matrix > | |
| description() const | Amesos2::MatrixAdapter< Matrix > | |
| do_getCcs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > rowind, const Teuchos::ArrayView< global_size_t > colptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > colmap, EDistribution distribution, EStorage_Ordering ordering, row_access ra) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | private | 
| do_getCcs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > rowind, const Teuchos::ArrayView< global_size_t > colptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > colmap, EDistribution distribution, EStorage_Ordering ordering, col_access ca) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | private | 
| do_getCrs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > colind, const Teuchos::ArrayView< global_size_t > rowptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > rowmap, EDistribution distribution, EStorage_Ordering ordering, row_access ra) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | private | 
| do_getCrs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > colind, const Teuchos::ArrayView< global_size_t > rowptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > rowmap, EDistribution distribution, EStorage_Ordering ordering, col_access ca) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | private | 
| get(const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > map, EDistribution distribution=ROOTED) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| getCcs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > rowind, const Teuchos::ArrayView< global_size_t > colptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > colmap, EStorage_Ordering ordering=ARBITRARY, EDistribution distribution=ROOTED) const | Amesos2::MatrixAdapter< Matrix > | |
| getCcs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > rowind, const Teuchos::ArrayView< global_size_t > colptr, global_size_t &nnz, EDistribution distribution, EStorage_Ordering ordering=ARBITRARY) const | Amesos2::MatrixAdapter< Matrix > | |
| getColMap() const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | inline | 
| getColumnIndexBase() const | Amesos2::MatrixAdapter< Matrix > | |
| getComm() const | Amesos2::MatrixAdapter< Matrix > | inline | 
| getCrs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > colind, const Teuchos::ArrayView< global_size_t > rowptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > rowmap, EStorage_Ordering ordering=ARBITRARY, EDistribution distribution=ROOTED) const | Amesos2::MatrixAdapter< Matrix > | |
| getCrs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > colind, const Teuchos::ArrayView< global_size_t > rowptr, global_size_t &nnz, EDistribution distribution, EStorage_Ordering ordering=ARBITRARY) const | Amesos2::MatrixAdapter< Matrix > | |
| getGlobalColCopy(global_ordinal_t col, const Teuchos::ArrayView< global_ordinal_t > &indices, const Teuchos::ArrayView< scalar_t > &vals, size_t &nnz) const | Amesos2::MatrixAdapter< Matrix > | protected | 
| getGlobalColNNZ(global_ordinal_t col) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| getGlobalNNZ() const | Amesos2::MatrixAdapter< Matrix > | |
| getGlobalNumCols() const | Amesos2::MatrixAdapter< Matrix > | |
| getGlobalNumRows() const | Amesos2::MatrixAdapter< Matrix > | |
| getGlobalRowCopy(global_ordinal_t row, const Teuchos::ArrayView< global_ordinal_t > &indices, const Teuchos::ArrayView< scalar_t > &vals, size_t &nnz) const | Amesos2::MatrixAdapter< Matrix > | protected | 
| getGlobalRowNNZ(global_ordinal_t row) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| getLocalColNNZ(local_ordinal_t col) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| getLocalNNZ() const | Amesos2::MatrixAdapter< Matrix > | |
| getLocalNumCols() const | Amesos2::MatrixAdapter< Matrix > | |
| getLocalNumRows() const | Amesos2::MatrixAdapter< Matrix > | |
| getLocalRowNNZ(local_ordinal_t row) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| getMap() const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | inline | 
| getMaxColNNZ() const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| getMaxRowNNZ() const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| getRowIndexBase() const | Amesos2::MatrixAdapter< Matrix > | |
| getRowMap() const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | inline | 
| global_ordinal_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| global_size_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| help_getCcs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > rowind, const Teuchos::ArrayView< global_size_t > colptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > colmap, EDistribution distribution, EStorage_Ordering ordering, has_special_impl hsi) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | private | 
| help_getCcs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > rowind, const Teuchos::ArrayView< global_size_t > colptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > colmap, EDistribution distribution, EStorage_Ordering ordering, no_special_impl nsi) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | private | 
| help_getCrs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > colind, const Teuchos::ArrayView< global_size_t > rowptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > rowmap, EDistribution distribution, EStorage_Ordering ordering, has_special_impl hsi) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | private | 
| help_getCrs(const Teuchos::ArrayView< scalar_t > nzval, const Teuchos::ArrayView< global_ordinal_t > colind, const Teuchos::ArrayView< global_size_t > rowptr, global_size_t &nnz, const Teuchos::Ptr< const Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > > rowmap, EDistribution distribution, EStorage_Ordering ordering, no_special_impl nsi) const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | private | 
| isGloballyIndexed() const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| isLocallyIndexed() const (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| local_matrix_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| local_ordinal_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| mat_ (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | protected | 
| matrix_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| MatrixAdapter(Teuchos::RCP< Matrix > m) (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| node_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| returnColInd() const | Amesos2::MatrixAdapter< Matrix > | |
| returnRowPtr() const | Amesos2::MatrixAdapter< Matrix > | |
| returnValues() const | Amesos2::MatrixAdapter< Matrix > | |
| row_map_ (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | mutableprotected | 
| scalar_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| spmtx_idx_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| spmtx_ptr_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| spmtx_vals_t typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | |
| type typedef (defined in Amesos2::MatrixAdapter< Matrix >) | Amesos2::MatrixAdapter< Matrix > | 
 1.8.5
 1.8.5