Ifpack2 Templated Preconditioning Package  Version 1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag > Member List

This is the complete list of members for Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >, including all inherited members.

apply(host_view_type X, host_view_type Y, int blockIndex, Teuchos::ETransp mode=Teuchos::NO_TRANS, scalar_type alpha=Teuchos::ScalarTraits< scalar_type >::one(), scalar_type beta=Teuchos::ScalarTraits< scalar_type >::zero()) const overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
Ifpack2::Container::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 =0Ifpack2::Container< MatrixType >pure virtual
applyInverseJacobi(const mv_type &X, mv_type &Y, const ApplyParameters &input) const Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
Ifpack2::Container::applyInverseJacobi(const mv_type &, mv_type &, SC dampingFactor, bool, int) const =0Ifpack2::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
BlockTriDiContainer(const Teuchos::RCP< const row_matrix_type > &matrix, const Teuchos::Array< Teuchos::Array< local_ordinal_type > > &partitions, const Teuchos::RCP< const import_type > &importer, bool pointIndexed)Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
BlockTriDiContainer(const Teuchos::RCP< const row_matrix_type > &matrix, const Teuchos::Array< Teuchos::Array< local_ordinal_type > > &partitions, bool overlapCommAndComp=false, bool useSequentialMethod=false)Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
compute() overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >virtual
compute(const ComputeParameters &input)Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
Container(const Teuchos::RCP< const row_matrix_type > &matrix, const Teuchos::Array< Teuchos::Array< LO > > &partitions, bool pointIndexed)Ifpack2::Container< MatrixType >
createDefaultApplyParameters() const Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
createDefaultComputeParameters() const Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >virtual
Ifpack2::Container::describe(std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const Teuchos::Describable
Ifpack2::Container::describe(const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default)Teuchos::Describable
description() const overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >virtual
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::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >static
getNorms0() const Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
getNormsFinal() const Ifpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
getObjectLabel() const Teuchos::Describablevirtual
hasBlockCrs_Ifpack2::Container< MatrixType >protected
initialize() overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >virtual
inputBlockMatrix_Ifpack2::Container< MatrixType >protected
inputCrsMatrix_Ifpack2::Container< MatrixType >protected
inputMatrix_Ifpack2::Container< MatrixType >protected
ISC typedefIfpack2::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
LabeledObject()Teuchos::Describable
numBlocks_Ifpack2::Container< MatrixType >protected
NumGlobalNonzeros_Ifpack2::Container< MatrixType >protected
NumGlobalRows_Ifpack2::Container< MatrixType >protected
NumLocalRows_Ifpack2::Container< MatrixType >protected
operator<<(std::ostream &os, const DescribableStreamManipulatorState &d)Teuchos::Describable
pointIndexed_Ifpack2::Container< MatrixType >protected
print(std::ostream &os) const overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >virtual
scalarsPerRow_Ifpack2::Container< MatrixType >protected
setBlockSizes(const Teuchos::Array< Teuchos::Array< LO > > &partitions)Ifpack2::Container< MatrixType >
setObjectLabel(const std::string &objectLabel)Teuchos::Describablevirtual
setParameters(const Teuchos::ParameterList &List) overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >virtual
verbLevel_defaultTeuchos::Describablestatic
weightedApply(host_view_type X, host_view_type Y, host_view_type W, int blockIndex, Teuchos::ETransp mode=Teuchos::NO_TRANS, scalar_type alpha=Teuchos::ScalarTraits< scalar_type >::one(), scalar_type beta=Teuchos::ScalarTraits< scalar_type >::zero()) const overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
Ifpack2::Container::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 =0Ifpack2::Container< MatrixType >pure virtual
weightedApplyMV(mv_type &X, mv_type &Y, vector_type &W) const Ifpack2::Container< MatrixType >virtual
~BlockTriDiContainer() overrideIfpack2::BlockTriDiContainer< MatrixType, BlockTriDiContainerDetails::ImplSimdTag >
~Container()Ifpack2::Container< MatrixType >virtual
~Describable()Teuchos::Describablevirtual
~LabeledObject()Teuchos::Describablevirtual