Belos Version of the Day
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CBelos::BiCGStabIterationState< ScalarType, MV >Structure to contain pointers to BiCGStabIteration state variables
 Cstd::binary_function
 CBelos::BlockGCRODRIterState< ScalarType, MV >Structure to contain pointers to BlockGCRODRIter state variables
 CBelos::CGIterationState< ScalarType, MV >Structure to contain pointers to CGIteration state variables
 CBelos::CustomSolverFactory< Scalar, MV, OP >Interface for custom Belos solver factories
 CBelos::DefaultSolverParametersDefault parameters common to most Belos solvers
 CTeuchos::Describable
 CBelos::FixedPointIterationState< ScalarType, MV >Structure to contain pointers to FixedPointIteration state variables
 CBelos::GCRODRIterState< ScalarType, MV >Structure to contain pointers to GCRODRIter state variables
 CBelos::GmresIterationState< ScalarType, MV >Structure to contain pointers to GmresIteration state variables
 CBelos::InnerSolver< Scalar, MV, OP >Inner solver interface
 CBelos::InnerSolveResultRepresents the result of an inner solve
 CBelos::InnerSolverTraits< Scalar, MV, OP >Wrap an InnerSolver in an OP (operator)
 CBelos::Iteration< ScalarType, MV, OP >
 CBelos::Details::LapackSupportsScalar< ScalarType >Type traits class that says whether Teuchos::LAPACK has a valid implementation for the given ScalarType
 CBelos::Details::LapackSupportsScalar< double >
 CBelos::Details::LapackSupportsScalar< float >
 CBelos::LinearProblem< ScalarType, MV, OP >A linear system to solve, and its associated information
 CTrilinos::Details::LinearSolver
 CTrilinos::Details::LinearSolverFactory
 CBelos::details::LocalDenseMatrixOps< Scalar >Low-level operations on non-distributed dense matrices
 Cstd::logic_error
 CBelos::LSQRIterationState< ScalarType, MV >Structure to contain pointers to LSQRIteration state variables, ..
 CLSQRStatusTestA Belos::StatusTest class for specifying convergence of LSQR. The outer status tests passes if an inner status passes a user specified number of times consecutively. The inner status test depends on information specific to LSQR iteration
 CBelos::MinresIterationState< ScalarType, MV >Structure to contain pointers to MinresIteration state variables
 CBelos::MultiVec< ScalarType >Interface for multivectors used by Belos' linear solvers
 CBelos::MultiVecTraits< ScalarType, MV >Traits class which defines basic operations on multivectors
 CBelos::MultiVecTraits< ScalarType, MultiVec< ScalarType > >Specialization of MultiVecTraits for Belos::MultiVec
 CBelos::details::MultiVecTsqrAdapter< ScalarType >TSQR adapter for MultiVec
 CBelos::Operator< ScalarType >Alternative run-time polymorphic interface for operators
 CBelos::OperatorT< MV >
 CBelos::OperatorTraits< ScalarType, MV, OP >Class which defines basic traits for the operator type
 CBelos::OperatorTraits< Scalar, MV, InnerSolver< Scalar, MV, OP > >Partial specialization of OperatorTraits for InnerSolver
 CBelos::OperatorTraits< ScalarType, MultiVec< ScalarType >, Operator< ScalarType > >Specialization of OperatorTraits for Operator and MultiVec
 CBelos::OperatorTraits< ScalarType, MV, OperatorT< MV > >Specialization of OperatorTraits for OperatorT
 CBelos::Test::OrthoManagerBenchmarker< Scalar, MV >OrthoManager benchmark
 CBelos::OrthoManagerFactory< Scalar, MV, OP >Enumeration of all valid Belos (Mat)OrthoManager classes
 CBelos::OrthoManagerFactory< ScalarType, MV, OP >
 CBelos::Test::OrthoManagerTester< Scalar, MV >Wrapper around OrthoManager test functionality
 CBelos::OutOfPlaceNormalizerMixin< Scalar, MV >Mixin for out-of-place orthogonalization
 CBelos::OutputManager< ScalarType >Belos's basic output manager for sending information of select verbosity levels to the appropriate output stream
 CTeuchos::ParameterListAcceptorDefaultBase
 CBelos::PCPGIterState< ScalarType, MV >Structure to contain pointers to PCPGIter state variables
 CBelos::details::ProjectedLeastSquaresProblem< Scalar >"Container" for the GMRES projected least-squares problem
 CBelos::details::ProjectedLeastSquaresSolver< Scalar >Methods for solving GMRES' projected least-squares problem
 CBelos::PseudoBlockGmresIterState< ScalarType, MV >Structure to contain pointers to PseudoBlockGmresIter state variables
 CBelos::PseudoBlockTFQMRIterState< ScalarType, MV >Structure to contain pointers to PseudoBlockTFQMRIter state variables
 CBelos::RCGIterState< ScalarType, MV >Structure to contain pointers to RCGIter state variables
 CBelos::Details::RealSolverManager< ScalarType, MV, OP, isComplex >Base class for Belos::SolverManager subclasses which normally can only compile for real ScalarType
 CBelos::Details::RealSolverManager< ScalarType, MV, OP, Teuchos::ScalarTraits< ScalarType >::isComplex >
 CBelos::Impl::SolverFactorySelector< SC, MV, OP >
 CBelos::Impl::SolverFactorySelector< double, MultiVec< double >, Operator< double > >
 CBelos::Impl::SolverFactorySelector< float, MultiVec< float >, Operator< float > >
 CBelos::Details::SolverManagerRequiresLapack< ScalarType, MV, OP, lapackSupportsScalarType >Base class for Belos::SolverManager subclasses which normally can only compile with ScalarType types for which Teuchos::LAPACK has a valid implementation
 CBelos::Details::SolverManagerRequiresLapack< ScalarType, MV, OP, Belos::Details::LapackSupportsScalar< ScalarType >::value >
 CBelos::Details::SolverManagerRequiresRealLapack< ScalarType, MV, OP, supportsScalarType >Base class for Belos::SolverManager subclasses which normally can only compile with real ScalarType types for which Teuchos::LAPACK has a valid implementation
 CBelos::Details::SolverManagerRequiresRealLapack< ScalarType, MV, OP, Belos::Details::LapackSupportsScalar< ScalarType >::value &&! Teuchos::ScalarTraits< ScalarType >::isComplex >
 CBelos::StatusTestFactory< Scalar, MV, OP >Factory to build a set of status tests from a parameter list
 CBelos::StatusTestOutputFactory< ScalarType, MV, OP >A factory class for generating StatusTestOutput objects
 CBelos::StochasticCGIterationState< ScalarType, MV >Structure to contain pointers to CGIteration state variables
 CBelos::TFQMRIterState< ScalarType, MV >Structure to contain pointers to TFQMRIter state variables
 CBelos::UndefinedMultiVecTraits< ScalarType, MV >Used by MultiVecTraits to report lack of a specialization
 CBelos::UndefinedOperatorTraits< ScalarType, MV, OP >Class used to require specialization of OperatorTraits
 CBelos::UndefinedWrapperType< Scalar, MV, OP >Undefined wrapper type, to check at compile time whether InnerSolverTraits has been specialized

Generated for Belos by doxygen 1.9.6