Ifpack2 Templated Preconditioning Package  Version 1.0
Ifpack2::Details::Amesos2Wrapper< MatrixType > Member List
This is the complete list of members for Ifpack2::Details::Amesos2Wrapper< MatrixType >, including all inherited members.
Amesos2Wrapper(const ::Teuchos::RCP< const row_matrix_type > &A)Ifpack2::Details::Amesos2Wrapper< MatrixType > [explicit]
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::Details::Amesos2Wrapper< MatrixType >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::apply(const Tpetra::MultiVector< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > &X, Tpetra::MultiVector< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > &Y, Teuchos::ETransp mode=Teuchos::NO_TRANS, MatrixType::scalar_typealpha=Teuchos::ScalarTraits< MatrixType::scalar_type >::one(), MatrixType::scalar_typebeta=Teuchos::ScalarTraits< MatrixType::scalar_type >::zero()) const =0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > [pure virtual]
compute()Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
computeCondEst(CondestType CT=Cheap, local_ordinal_type MaxIters=1550, magnitude_type Tol=1e-9, const ::Teuchos::Ptr< const Tpetra::RowMatrix< scalar_type, local_ordinal_type, global_ordinal_type, node_type > > &Matrix_in=::Teuchos::null)Ifpack2::Details::Amesos2Wrapper< 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)=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > [pure virtual]
crs_matrix_type typedefIfpack2::Details::Amesos2Wrapper< MatrixType >
describe(::Teuchos::FancyOStream &out, const ::Teuchos::EVerbosityLevel verbLevel=::Teuchos::Describable::verbLevel_default) const Ifpack2::Details::Amesos2Wrapper< MatrixType >
description() const Ifpack2::Details::Amesos2Wrapper< MatrixType >
getApplyTime() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
getComm() const Ifpack2::Details::Amesos2Wrapper< MatrixType >
getComputeTime() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
getCondEst() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [inline, virtual]
getDomainMap() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
getInitializeTime() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
getMatrix() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
getNumApply() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
getNumCompute() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
getNumInitialize() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
getRangeMap() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
global_ordinal_type typedefIfpack2::Details::Amesos2Wrapper< MatrixType >
GlobalOrdinalIfpack2::Details::Amesos2Wrapper< MatrixType >
hasTransposeApply() const Ifpack2::Details::Amesos2Wrapper< MatrixType >
initialize()Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
isComputed() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [inline, virtual]
isInitialized() const Ifpack2::Details::Amesos2Wrapper< MatrixType > [inline, virtual]
local_ordinal_type typedefIfpack2::Details::Amesos2Wrapper< MatrixType >
LocalOrdinalIfpack2::Details::Amesos2Wrapper< MatrixType >
magnitude_type typedefIfpack2::Details::Amesos2Wrapper< MatrixType >
magnitudeTypeIfpack2::Details::Amesos2Wrapper< MatrixType >
map_type typedefIfpack2::Details::Amesos2Wrapper< MatrixType >
NodeIfpack2::Details::Amesos2Wrapper< MatrixType >
node_type typedefIfpack2::Details::Amesos2Wrapper< MatrixType >
row_matrix_type typedefIfpack2::Details::Amesos2Wrapper< MatrixType >
ScalarIfpack2::Details::Amesos2Wrapper< MatrixType >
scalar_type typedefIfpack2::Details::Amesos2Wrapper< MatrixType >
setMatrix(const ::Teuchos::RCP< const row_matrix_type > &A)Ifpack2::Details::Amesos2Wrapper< 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)=0Ifpack2::Details::CanChangeMatrix< Tpetra::RowMatrix< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > > [pure virtual]
setParameters(const ::Teuchos::ParameterList &params)Ifpack2::Details::Amesos2Wrapper< MatrixType >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::setParameters(const Teuchos::ParameterList &List)=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > [pure virtual]
~Amesos2Wrapper()Ifpack2::Details::Amesos2Wrapper< MatrixType > [virtual]
~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]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends