Thyra  Version of the Day
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 CThyra::CatastrophicSolveFailureException type thrown on an catastrophic solve failure
 CThyra::ConstDetachedMultiVectorView< Scalar >Create an explicit non-mutable (const) view of a MultiVectorBase object
 CThyra::ConstDetachedSpmdVectorView< Scalar >Create an explicit detached non-mutable (const) view of all of the local elements on this process of an VectorBase object
 CThyra::ConstDetachedVectorView< Scalar >Create an explicit non-mutable (const) view of a VectorBase object
 CThyra::DefaultNonlinearSolverBuilderConcrete subclass of Thyra::NonlinearSolverBuilderBase for creating NonlinearSolverBase objects and PreconditionerFactoryBase object on demand given configured factory objects
 CThyra::ModelEvaluatorBase::Derivative< Scalar >Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector
 CThyra::ModelEvaluatorBase::DerivativeMultiVector< Scalar >Simple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector
 CThyra::ModelEvaluatorBase::DerivativePropertiesSimple public strict containing properties of a derivative object
 CThyra::ModelEvaluatorBase::DerivativeSupportDetermines the forms of a general derivative that are supported
 CThyra::DetachedMultiVectorView< Scalar >Create an explicit mutable (non-const) view of a MultiVectorBase object
 CThyra::DetachedSpmdVectorView< Scalar >Create an explicit detached mutable (non-const) view of all of the local elements on this process of an VectorBase object
 CThyra::DetachedVectorView< Scalar >Create an explicit mutable (non-const) view of a VectorBase object
 CThyra::DirectionalFiniteDiffCalculator< Scalar >Utility calss for computing directional finite differences of a model
 CThyra::EpetraLinearOpBaseAbstract base class for all LinearOpBase objects that can return an Epetra_Operator view of themselves and details about how to apply the view
 CThyra::EpetraOperatorViewExtractorBaseStrategy interface for extracting an Epetra_Operator view out of a Thyra::LinearOpBase<double> object
 CThyra::EpetraOperatorWrapperImplements the Epetra_Operator interface with a Thyra LinearOperator
 CThyra::ModelEvaluatorBase::Evaluation< ObjType >Type to embed evaluation accuracy with an RCP-managed object
 CThyra::ModelEvaluatorBase::Evaluation< Thyra::VectorBase< double > >
 CThyra::ModelEvaluatorBase::Evaluation< Thyra::VectorBase< Scalar > >
 CThyra::ModelEvaluatorBase::InArgs< Scalar >Concrete aggregate class for all output arguments computable by a ModelEvaluator subclass object
 CThyra::ModelEvaluatorBase::InArgs< double >
 CThyra::Exceptions::IncompatibleVectorSpacesThrown if vector spaces are incompatible
 CThyra::LinearOpBase< Scalar >Base class for all linear operators
 CThyra::LinearOpBase< double >
 CThyra::LinearOpChanger< Scalar >Silly abstract strategy interface for changing Thyra::LinearOpBase objects
 CThyra::LinearOpSourceBase< Scalar >Base interface for objects that can return a linear operator
 CThyra::LinearOpTester< Scalar >Testing class for LinearOpBase
 CThyra::LinearOpTransformerBase< Scalar >Base interface for transforming a LinearOpBase object
 CThyra::LinearOpTransformerBase< double >
 CThyra::LinearOpWithSolveFactoryBase< Scalar >Factory interface for creating LinearOpWithSolveBase objects from compatible LinearOpBase objects
 CThyra::LinearOpWithSolveFactoryBase< double >
 CThyra::LinearOpWithSolveTester< Scalar >Testing class for LinearOpWithSolveBase
 CThyra::LinearSolverBuilderBase< Scalar >Abstract interface for an object that can create LinearOpWithSolveFactoryBase objects on demand
 CThyra::ModelEvaluatorBaseBase subclass for ModelEvaluator that defines some basic types
 CThyra::ModelEvaluatorBase::MPDerivativeSimple aggregate class that stores a derivative object as a general linear operator or as a multi-vector
 CThyra::ModelEvaluatorBase::MPDerivativeMultiVectorSimple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector
 CThyra::MultiVectorAllocator< Scalar >Allocator class to be used with Teuchos::AbstractFactoryStd to create MultiVectorBase objects of a given size
 CThyra::MultiVectorFileIOBase< Scalar >Abstract strategy interface for reading and writing (multi)vector objects to and from files
 CThyra::MultiVectorRandomizerBase< Scalar >Base interface for a strategy object for randomizing a multi-vector
 CThyra::MultiVectorStdOpsTester< Scalar >Testing class that tests all of the standard vector operations defined in ??? using an arbitrary vector space
 CThyra::MultiVectorTester< Scalar >Unit testing class for a MultiVectorBase object
 CThyra::NonlinearSolverBase< Scalar >Base class for all nonlinear equation solvers
 CThyra::Exceptions::OpNotSupported
 CThyra::ModelEvaluatorBase::OutArgs< Scalar >Concrete aggregate class for all output arguments computable by a ModelEvaluator subclass object
 CThyra::ModelEvaluatorBase::OutArgs< double >
 CThyra::ParameterDrivenMultiVectorInput< Scalar >Concrete utility class that an ANA can use for reading in a (multi)vector as directed by a parameter sublist
 CTeuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >Specilization of Teuchos::PolynomialTraits for Thyra vectors
 CThyra::PreconditionerBase< Scalar >Simple interface class to access a precreated preconditioner as one or more linear operators objects and information on how they are meant to be applied
 CThyra::PreconditionerFactoryBase< Scalar >Factory interface for creating preconditioner objects from LinearOpBase objects
 CThyra::ReductionFunctional< Scalar >A general reduction functional to be used in specialized solve convergence criteria
 CThyra::ScalarProdBase< Scalar >Abstract interface for scalar products
 CThyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivativesSimple utility class used to select finite difference derivatives for OutArgs object
 CThyra::SolveCriteria< Scalar >Simple struct that defines the requested solution criteria for a solve
 CThyra::SolveMeasureTypeSolve tolerance type
 CThyra::SolveStatus< Scalar >Simple struct for the return status from a solve
 CThyra::SpmdMultiVectorSerializer< Scalar >Concrete utility class for reading and writing SPMD-based MultiVectorBase objects to and from standard streams
 CThyra::TestResultsPrinterControl printing of test results
 CThyra::TpetraOperatorVectorExtraction< Scalar, LocalOrdinal, GlobalOrdinal, Node >Traits class that enables the extraction of Tpetra operator/vector objects wrapped in Thyra operator/vector objects
 CThyra::Exceptions::UnInitializedThrown if any member functions are called before initialize() has been called
 CThyra::VectorSpaceBase< Scalar >Abstract interface for objects that represent a space for vectors
 CThyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >Base interface for a factory that converts vector space types and vectors and multi-vectors from one scalar type to another
 CThyra::VectorSpaceFactoryBase< Scalar >Abstract interface for objects that can create vector spaces of a specified dimension
 CThyra::VectorSpaceTester< Scalar >Testing class for VectorSpace and the VectorBase and MultiVectorBase objects that it creates
 CThyra::VectorStdOpsTester< Scalar >Testing class that tests all of the standard vector operations defined in ??? using an arbitrary vector space
 CThyra::VectorTester< Scalar >Unit testing class for a VectorBase object