apply(HostView X, HostView Y, int blockIndex, Teuchos::ETransp mode=Teuchos::NO_TRANS, SC alpha=Teuchos::ScalarTraits< SC >::one(), SC beta=Teuchos::ScalarTraits< SC >::zero()) const =0 | Ifpack2::Container< MatrixType > | pure virtual |
applyInverseJacobi(const mv_type &, mv_type &, SC dampingFactor, bool, int) const =0 | Ifpack2::Container< MatrixType > | pure virtual |
applyMV(mv_type &X, mv_type &Y) const | Ifpack2::Container< MatrixType > | virtual |
bcrsBlockSize_ | Ifpack2::Container< MatrixType > | protected |
blockOffsets_ | Ifpack2::Container< MatrixType > | protected |
blockRows_ | Ifpack2::Container< MatrixType > | protected |
blockSizes_ | Ifpack2::Container< MatrixType > | protected |
compute()=0 | Ifpack2::Container< MatrixType > | pure virtual |
Container(const Teuchos::RCP< const row_matrix_type > &matrix, const Teuchos::Array< Teuchos::Array< LO > > &partitions, bool pointIndexed) | Ifpack2::Container< MatrixType > | |
Diag_ | Ifpack2::Container< MatrixType > | mutableprotected |
DoGSBlock(HostView X, HostView Y, HostView Y2, HostView Resid, SC dampingFactor, LO i) const | Ifpack2::Container< MatrixType > | protectedvirtual |
getBlockRows(int blockIndex) const | Ifpack2::Container< MatrixType > | |
getName() | Ifpack2::Container< MatrixType > | static |
hasBlockCrs_ | Ifpack2::Container< MatrixType > | protected |
HostView typedef | Ifpack2::Container< MatrixType > | protected |
initialize()=0 | Ifpack2::Container< MatrixType > | pure virtual |
inputBlockMatrix_ | Ifpack2::Container< MatrixType > | protected |
inputCrsMatrix_ | Ifpack2::Container< MatrixType > | protected |
inputMatrix_ | Ifpack2::Container< MatrixType > | protected |
ISC typedef | Ifpack2::Container< MatrixType > | protected |
isComputed() const | Ifpack2::Container< MatrixType > | |
IsComputed_ | Ifpack2::Container< MatrixType > | protected |
isInitialized() const | Ifpack2::Container< MatrixType > | |
IsInitialized_ | Ifpack2::Container< MatrixType > | protected |
IsParallel_ | Ifpack2::Container< MatrixType > | protected |
numBlocks_ | Ifpack2::Container< MatrixType > | protected |
NumGlobalNonzeros_ | Ifpack2::Container< MatrixType > | protected |
NumGlobalRows_ | Ifpack2::Container< MatrixType > | protected |
NumLocalRows_ | Ifpack2::Container< MatrixType > | protected |
pointIndexed_ | Ifpack2::Container< MatrixType > | protected |
print(std::ostream &os) const =0 | Ifpack2::Container< MatrixType > | pure virtual |
scalarsPerRow_ | Ifpack2::Container< MatrixType > | protected |
setBlockSizes(const Teuchos::Array< Teuchos::Array< LO > > &partitions) | Ifpack2::Container< MatrixType > | |
setParameters(const Teuchos::ParameterList &List)=0 | Ifpack2::Container< MatrixType > | pure virtual |
weightedApply(HostView X, HostView Y, HostView D, int blockIndex, Teuchos::ETransp mode=Teuchos::NO_TRANS, SC alpha=Teuchos::ScalarTraits< SC >::one(), SC beta=Teuchos::ScalarTraits< SC >::zero()) const =0 | Ifpack2::Container< MatrixType > | pure virtual |
weightedApplyMV(mv_type &X, mv_type &Y, vector_type &W) const | Ifpack2::Container< MatrixType > | virtual |
~Container() | Ifpack2::Container< MatrixType > | virtual |