, including all inherited members.
| apply(const Tpetra::MultiVector< scalar_type, local_ordinal_type, global_ordinal_type, node_type > &X, Tpetra::MultiVector< scalar_type, local_ordinal_type, global_ordinal_type, node_type > &Y, Teuchos::ETransp mode=Teuchos::NO_TRANS, scalar_type alpha=Teuchos::ScalarTraits< scalar_type >::one(), scalar_type beta=Teuchos::ScalarTraits< scalar_type >::zero()) const | Ifpack2::RILUK< MatrixType > | [virtual] |
| clone(const Teuchos::RCP< const NewMatrixType > &A_newnode) const | Ifpack2::RILUK< MatrixType > | |
| compute() | Ifpack2::RILUK< MatrixType > | [virtual] |
| computeCondEst(Teuchos::ETransp mode) const | Ifpack2::RILUK< MatrixType > | |
| computeCondEst(CondestType CT=Ifpack2::Cheap, local_ordinal_type MaxIters=1550, magnitude_type Tol=1e-9, const Teuchos::Ptr< const row_matrix_type > &Matrix=Teuchos::null) | Ifpack2::RILUK< MatrixType > | [virtual] |
| Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::computeCondEst(CondestType CT=Ifpack2::Cheap, MatrixType::local_ordinal_typeMaxIters=1550, magnitude_type Tol=1e-9, const Teuchos::Ptr< const Tpetra::RowMatrix< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > > &Matrix=Teuchos::null)=0 | Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > | [pure virtual] |
| crs_matrix_type typedef | Ifpack2::RILUK< MatrixType > | |
| description() const | Ifpack2::RILUK< MatrixType > | |
| getAbsoluteThreshold() const | Ifpack2::RILUK< MatrixType > | [inline] |
| getApplyTime() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| getComputeTime() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| getCondEst() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| getCrsMatrix() const | Ifpack2::RILUK< MatrixType > | |
| getD() const | Ifpack2::RILUK< MatrixType > | |
| getDomainMap() const | Ifpack2::RILUK< MatrixType > | [virtual] |
| getGlobalNumEntries() const | Ifpack2::RILUK< MatrixType > | [inline] |
| getGraph() const | Ifpack2::RILUK< MatrixType > | [inline] |
| getInitializeTime() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| getL() const | Ifpack2::RILUK< MatrixType > | |
| getLevelOfFill() const | Ifpack2::RILUK< MatrixType > | [inline] |
| getMatrix() const | Ifpack2::RILUK< MatrixType > | [virtual] |
| getNumApply() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| getNumCompute() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| getNumInitialize() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| getOverlapMode() | Ifpack2::RILUK< MatrixType > | [inline] |
| getRangeMap() const | Ifpack2::RILUK< MatrixType > | [virtual] |
| getRelativeThreshold() const | Ifpack2::RILUK< MatrixType > | [inline] |
| getRelaxValue() const | Ifpack2::RILUK< MatrixType > | [inline] |
| getU() const | Ifpack2::RILUK< MatrixType > | |
| global_ordinal_type typedef | Ifpack2::RILUK< MatrixType > | |
| GlobalOrdinal | Ifpack2::RILUK< MatrixType > | |
| initialize() | Ifpack2::RILUK< MatrixType > | [virtual] |
| isComputed() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| isInitialized() const | Ifpack2::RILUK< MatrixType > | [inline, virtual] |
| local_ordinal_type typedef | Ifpack2::RILUK< MatrixType > | |
| LocalOrdinal | Ifpack2::RILUK< MatrixType > | |
| magnitude_type typedef | Ifpack2::RILUK< MatrixType > | |
| magnitudeType | Ifpack2::RILUK< MatrixType > | |
| Node | Ifpack2::RILUK< MatrixType > | |
| node_type typedef | Ifpack2::RILUK< MatrixType > | |
| RILUK(const Teuchos::RCP< const row_matrix_type > &A_in) | Ifpack2::RILUK< MatrixType > | |
| RILUK(const Teuchos::RCP< const crs_matrix_type > &A_in) | Ifpack2::RILUK< MatrixType > | |
| row_matrix_type typedef | Ifpack2::RILUK< MatrixType > | |
| Scalar | Ifpack2::RILUK< MatrixType > | |
| scalar_type typedef | Ifpack2::RILUK< MatrixType > | |
| SetAbsoluteThreshold(const magnitude_type Athresh) | Ifpack2::RILUK< MatrixType > | [inline] |
| setMatrix(const Teuchos::RCP< const row_matrix_type > &A) | Ifpack2::RILUK< MatrixType > | [virtual] |
| CanChangeMatrix< Tpetra::RowMatrix< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > >::setMatrix(const Teuchos::RCP< const Tpetra::RowMatrix< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > > &A)=0 | Ifpack2::Details::CanChangeMatrix< Tpetra::RowMatrix< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > > | [pure virtual] |
| SetOverlapMode(const Tpetra::CombineMode OverlapMode) | Ifpack2::RILUK< MatrixType > | [inline] |
| setParameters(const Teuchos::ParameterList ¶ms) | Ifpack2::RILUK< MatrixType > | [virtual] |
| SetRelativeThreshold(const magnitude_type Rthresh) | Ifpack2::RILUK< MatrixType > | [inline] |
| SetRelaxValue(const magnitude_type RelaxValue) | Ifpack2::RILUK< MatrixType > | [inline] |
| ~CanChangeMatrix() | Ifpack2::Details::CanChangeMatrix< Tpetra::RowMatrix< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > > | [inline, virtual] |
| ~Preconditioner() | Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > | [inline, virtual] |
| ~RILUK() | Ifpack2::RILUK< MatrixType > | [virtual] |