Ifpack2 Templated Preconditioning Package  Version 1.0
Ifpack2::Details::DenseSolver< MatrixType, false > Member List

This is the complete list of members for Ifpack2::Details::DenseSolver< MatrixType, false >, 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()) constIfpack2::Details::DenseSolver< MatrixType, false >virtual
compute()Ifpack2::Details::DenseSolver< MatrixType, false >virtual
DenseSolver(const Teuchos::RCP< const row_matrix_type > &matrix)Ifpack2::Details::DenseSolver< MatrixType, false >
describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) constIfpack2::Details::DenseSolver< MatrixType, false >
description() constIfpack2::Details::DenseSolver< MatrixType, false >
getApplyTime() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getApplyTime() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
getComputeTime() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getComputeTime() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
getDomainMap() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getDomainMap() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
getInitializeTime() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getInitializeTime() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
getMatrix() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getMatrix() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
getNumApply() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getNumApply() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
getNumCompute() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getNumCompute() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
getNumInitialize() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getNumInitialize() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
getRangeMap() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::getRangeMap() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
global_ordinal_type typedefIfpack2::Details::DenseSolver< MatrixType, false >
initialize()Ifpack2::Details::DenseSolver< MatrixType, false >virtual
isComputed() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::isComputed() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
isInitialized() constIfpack2::Details::DenseSolver< MatrixType, false >
Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >::isInitialized() const=0Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >pure virtual
local_ordinal_type typedefIfpack2::Details::DenseSolver< MatrixType, false >
magnitude_type typedefIfpack2::Details::DenseSolver< MatrixType, false >
map_type typedefIfpack2::Details::DenseSolver< MatrixType, false >
matrix_type typedefIfpack2::Details::DenseSolver< MatrixType, false >
node_type typedefIfpack2::Details::DenseSolver< MatrixType, false >
row_matrix_type typedefIfpack2::Details::DenseSolver< MatrixType, false >
scalar_type typedefIfpack2::Details::DenseSolver< MatrixType, false >
setMatrix(const Teuchos::RCP< const row_matrix_type > &A)Ifpack2::Details::DenseSolver< MatrixType, false >
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::DenseSolver< MatrixType, false >virtual
~CanChangeMatrix()Ifpack2::Details::CanChangeMatrix< Tpetra::RowMatrix< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type > >inlinevirtual
~DenseSolver()Ifpack2::Details::DenseSolver< MatrixType, false >virtual
~Preconditioner()Ifpack2::Preconditioner< MatrixType::scalar_type, MatrixType::local_ordinal_type, MatrixType::global_ordinal_type, MatrixType::node_type >inlinevirtual