| Thyra::AddedLinearOpBase< Scalar > | Interface class for implicitly added linear operators |
| Thyra::BlockedLinearOpBase< Scalar > | Base interface for linear operators that can be accessed as sub-blocks |
| Thyra::BlockedLinearOpWithSolveBase< Scalar > | Base interface for linear operators with a solve that can be accessed as sub-blocks |
| Thyra::DefaultBlockedLinearOp< Scalar >::BlockEntry< Scalar2 > | |
| Thyra::BlockSolveCriteria< Scalar > | Deprecated |
| Thyra::CatastrophicSolveFailure | Exception type thrown on an catastrophic solve failure |
| Thyra::ConstDetachedMultiVectorView< Scalar > | Create an explicit non-mutable (const) view of a MultiVectorBase object |
| Thyra::ConstDetachedSpmdVectorView< Scalar > | Create an explicit detached non-mutable (const) view of all of the local elements on this process of an VectorBase object |
| Thyra::ConstDetachedVectorView< Scalar > | Create an explicit non-mutable (const) view of a VectorBase object |
| Thyra::CopyBackSpmdMultiVectorEntries< Scalar > | |
| Thyra::CopyMultiVectorViewBack< Scalar > | |
| Thyra::CopyVectorViewBack< Scalar > | |
| Thyra::DampenedNewtonNonlinearSolver< Scalar > | Simple dampended Newton solver using a Armijo line search :-) |
| Thyra::DefaultAddedLinearOp< Scalar > | Concrete composite LinearOpBase subclass that creates an implicitly added linear operator out of one or more constituent LinearOpBase objects |
| Thyra::DefaultAdjointLinearOpWithSolve< Scalar > | Default concreate decorator subclass for a transpose/adjoint LinearOpWithSolveBase object |
| Thyra::DefaultBlockedLinearOp< Scalar > | Concrete composite LinearOpBase subclass that creates single linear operator object out of a set of constituent LinearOpBase blocks |
| Thyra::DefaultBlockedTriangularLinearOpWithSolve< Scalar > | Concrete composite LinearOpWithSolveBase subclass that creates single upper or lower block triangular LOWSB object out of a set of LOWSB objects along the diagonal with LOB objects off diagonal |
| Thyra::DefaultBlockedTriangularLinearOpWithSolveFactory< Scalar > | Implicit subclass that takes a blocked triangular LOWB object and turns it into a LOWSB object |
| Thyra::DefaultClusteredSpmdProductVector< Scalar > | Concrete implementation of a clustered Spmd-based product vector |
| Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar > | Concrete subclass of VectorSpaceBase that takes a collection of individual VectorSpaceBase objects distributed over many different processes and creates a single vector space |
| Thyra::DefaultColumnwiseMultiVector< Scalar > | Default subclass for MultiVectorBase implemented using columns of separate abstract vectors |
| Thyra::ModelEvaluatorDefaultBaseTypes::DefaultDerivLinearOpSupport | |
| Thyra::ModelEvaluatorDefaultBaseTypes::DefaultDerivMvAdjointSupport | |
| Thyra::DefaultDiagonalLinearOp< Scalar > | Default concrete LinearOpBase subclass for diagonal linear operators |
| Thyra::DefaultDiagonalLinearOpWithSolve< Scalar > | Concrete LinearOpWithSolveBase subclass for diagonal linear operators |
| Thyra::DefaultEvaluationLoggerModelEvaluator< Scalar > | This class wraps any ModelEvaluator object and logs the evaluation of various functions |
| Thyra::DefaultFinalPointCaptureModelEvaluator< Scalar > | This class wraps any ModelEvaluator object and allows the client to capture the final point that is returned by a client |
| Thyra::DefaultFiniteDifferenceModelEvaluator< Scalar > | This class wraps any ModelEvaluator object and computes certain derivatives using finite differences |
| Thyra::DefaultIdentityLinearOp< Scalar > | Represents a identity linear operator M = I |
| Thyra::DefaultInverseLinearOp< Scalar > | Concrete LinearOpBase subclass that creates an implicit LinearOpBase object using the inverse action of a LinearOpWithSolveBase object |
| Thyra::DefaultInverseModelEvaluator< Scalar > | This class wraps any ModelEvaluator object and adds a simple, but fairly general, inverse response function |
| Thyra::DefaultLinearOpSource< Scalar > | Default implementation of a LinearOpSourceBase that just accepts and gives up a single linear operator object |
| Thyra::DefaultLumpedParameterModelEvaluator< Scalar > | Decorator class that wraps any ModelEvaluator object and lumps parameters together using a linear basis matrix |
| Thyra::DefaultModelEvaluatorWithSolveFactory< Scalar > | This class wraps any ModelEvaluator object and uses a compatible LinearOpWithSolveFactory object to create a LinearOpWithSolveBase version of W |
| Thyra::DefaultMultiPeriodModelEvaluator< Scalar > | Composite subclass that takes a single ModelEvaluator object and represents it as a single aggregate multi-period ModelEvalator object |
| Thyra::DefaultMultipliedLinearOp< Scalar > | Concrete composite LinearOpBase subclass that creates an implicitly multiplied linear operator out of one or more constituent LinearOpBase objects |
| Thyra::DefaultMultiVectorLinearOpWithSolve< Scalar > | Implicit concrete LinearOpWithSolveBase subclass that takes a flattended out multi-vector and performs a multi-RHS solve with it |
| Thyra::DefaultMultiVectorProductVector< Scalar > | Concrete implementation of a product vector which is really composed out of the columns of a multi-vector |
| Thyra::DefaultMultiVectorProductVectorSpace< Scalar > | Standard concrete implementation of a product vector space that creates product vectors fromed implicitly from the columns of a multi-vector |
| Thyra::DefaultNominalBoundsOverrideModelEvaluator< Scalar > | This class wraps any ModelEvaluator object and allows the client to overide the state contained in the nominal values and the upper and lower bounds |
| Thyra::DefaultNonlinearSolverBuilder | Concrete subclass of Thyra::NonlinearSolverBuilderBase for creating NonlinearSolverBase objects and PreconditionerFactoryBase object on demand given configured factory objects |
| Thyra::DefaultPreconditioner< Scalar > | Default implementation of a PreconditionerBase that just accepts precreated preconditioner linear operators |
| Thyra::DefaultProductMultiVector< Scalar > | Concrete implementation of a product multi-vector |
| Thyra::DefaultProductVector< Scalar > | Concrete implementation of a product vector |
| Thyra::DefaultProductVectorSpace< Scalar > | Standard concrete implementation of a product vector space |
| Thyra::DefaultScaledAdjointLinearOp< Scalar > | Concrete decorator LinearOpBase subclass that wraps a LinearOpBase object and adds on an extra scaling factor and/or a transpose enum |
| Thyra::DefaultSerialDenseLinearOpWithSolve< Scalar > | Simple concreate subclass of LinearOpWithSolveBase for serial dense matrices implemented using LAPACK |
| Thyra::DefaultSerialDenseLinearOpWithSolveFactory< Scalar > | Concreate LinearOpWithSolveFactoryBase subclass that creates DefaultSerialDenseLinearOpWithSolve objects that use LAPACK |
| Thyra::DefaultSerialVectorSpaceConverter< ScalarFrom, ScalarTo > | Concrete subclass for a converter subclass for converting serial multi-vectors and vectors |
| Thyra::DefaultSpmdMultiVector< Scalar > | Efficient concrete implementation subclass for SPMD multi-vectors |
| Thyra::DefaultSpmdMultiVectorFileIO< Scalar > | Concrete implementation of MultiVectorFileIO that reads and writes SPMD-based (multi)vectors to and from files |
| Thyra::DefaultSpmdVector< Scalar > | Efficient concrete implementation subclass for SPMD vectors |
| Thyra::DefaultSpmdVectorSpace< Scalar > | Concrete implementation of an SPMD vector space subclass which creates DefaultSpmdVector and DefaultSpmdMultiVector objects |
| Thyra::DefaultSpmdVectorSpaceFactory< Scalar > | Concrete implementation of a vector-space factory for a locally-replicated distributed DefaultSpmdVectorSpace objects |
| Thyra::DefaultStateEliminationModelEvaluator< Scalar > | This class wraps any ModelEvaluator object along with a NonlinearSolverBase object and eliminates the steady-state equations f(x,...)=0 |
| Thyra::DefaultZeroLinearOp< Scalar > | Represents a zero linear operator M = 0 |
| Thyra::DelayedLinearOpWithSolve< Scalar > | Delayed linear solver construction LinearOpWithSolveBase decorator class |
| Thyra::DelayedLinearOpWithSolveFactory< Scalar > | General delayed construction LinearOpWithSolveFactoryBase subclass |
| Thyra::ModelEvaluatorBase::Derivative< Scalar > | Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector |
| Thyra::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 |
| Thyra::ModelEvaluatorBase::DerivativeProperties | Simple public strict containing properties of a derivative object |
| Thyra::ModelEvaluatorBase::DerivativeSupport | Determines the forms of a general derivative that are supported |
| Describable | |
| Thyra::DetachedMultiVectorView< Scalar > | Create an explicit mutable (non-const) view of a MultiVectorBase object |
| Thyra::DetachedSpmdVectorView< Scalar > | Create an explicit detached mutable (non-const) view of all of the local elements on this process of an VectorBase object |
| Thyra::DetachedVectorView< Scalar > | Create an explicit mutable (non-const) view of a VectorBase object |
| Thyra::DiagonalEpetraLinearOpWithSolveFactory | Create a DefaultDiagonalLinearOpWithSolve out of a diagonal Epetra_RowMatrix object |
| Thyra::DiagonalLinearOpBase< Scalar > | Interface class for for diagonal linear operators |
| Thyra::DiagonalQuadraticResponseOnlyModelEvaluator< Scalar > | Simple parallel response-only ModelEvaluator |
| Thyra::DiagonalScalarProd< Scalar > | Concrete implementation of a scalar product using a diagonal vector |
| Thyra::DirectionalFiniteDiffCalculator< Scalar > | Utility calss for computing directional finite differences of a model |
| Thyra::dump_vec_spaces_t< Scalar > | |
| Thyra::EpetraExtAddTransformer | Transformer subclass for adding Epetra/Thyra operators using EpetraExt::MatrixMatrix |
| Thyra::EpetraExtDiagScaledMatProdTransformer | Transformer subclass for diagonally scaling and multiplying Epetra/Thyra operators |
| Thyra::EpetraExtDiagScalingTransformer | Transformer subclass for diagonally scaling a Epetra/Thyra operator |
| Thyra::EpetraLinearOp | Concrete LinearOpBase adapter subclass for Epetra_Operator object |
| Thyra::EpetraLinearOpBase | Abstract base class for all LinearOpBase objects that can return an Epetra_Operator view of themselves and details about how to apply the view |
| Thyra::EpetraModelEvaluator | Concrete Adapter subclass that takes an EpetraExt::ModelEvaluator object and wraps it as a Thyra::ModelEvaluator object |
| Thyra::EpetraOperatorViewExtractorBase | Strategy interface for extracting an Epetra_Operator view out of a Thyra::LinearOpBase<double> object |
| Thyra::EpetraOperatorViewExtractorStd | Standard strategy subclass for extracting an Epetra_Operator view out of a Thyra::LinearOpBase<double> object by dynamic casting to the EpetraLinearOpBase interface |
| Thyra::EpetraOperatorWrapper | Implements the Epetra_Operator interface with a Thyra LinearOperator |
| Thyra::EuclideanScalarProd< Scalar > | Concrete implementation of a scalar product for a Euclidean vector space (i.e. using the dot product) |
| ExampleTridiagSerialLinearOp< Scalar > | Simple example subclass for serial tridiagonal matrices |
| ExampleTridiagSpmdLinearOp< Scalar > | Simple example subclass for Spmd tridiagonal matrices |
| Thyra::IdentityLinearOpBase< Scalar > | Interface class for identity linear operators |
| Thyra::ModelEvaluatorBase::InArgs< Scalar > | Concrete aggregate class for all output arguments computable by a ModelEvaluator subclass object |
| Thyra::ModelEvaluatorBase::InArgsSetup< Scalar > | Protected subclass of InArgs that only ModelEvaluator subclasses can access to set up the selection of supported input arguments |
| Thyra::Exceptions::IncompatibleVectorSpaces | Thrown if vector spaces are incompatible |
| Thyra::InverseLinearOpBase< Scalar > | Base interface for <ttLinearOpBase objects that are implemented in terms of the solve function on a LinearOpWithSolveBase object |
| Thyra::LinearNonlinearSolver< Scalar > | Concrete nonlinear solver for linear equations |
| Thyra::LinearOpBase< Scalar > | Base class for all linear operators |
| Thyra::LinearOpChanger< Scalar > | Silly abstract strategy interface for changing Thyra::LinearOpBase objects |
| Thyra::LinearOpDefaultBase< Scalar > | Node subclass that provides a good default implementation for the describe() function |
| Thyra::LinearOpScalarProd< Scalar > | Concrete implementation of a scalar product using a symmetric positive-definite linear operator |
| Thyra::LinearOpSourceBase< Scalar > | Base interface for objects that can return a linear operator |
| Thyra::LinearOpTester< Scalar > | Testing class for LinearOpBase |
| Thyra::LinearOpTransformerBase< Scalar > | Base interface for transforming a LinearOpBase object |
| Thyra::LinearOpWithSolveBase< Scalar > | Base class for all linear operators that can support a high-level solve operation |
| Thyra::LinearOpWithSolveFactoryBase< Scalar > | Factory interface for creating LinearOpWithSolveBase objects from compatible LinearOpBase objects |
| Thyra::LinearOpWithSolveTester< Scalar > | Testing class for LinearOpWithSolveBase |
| Thyra::LinearSolverBuilderBase< Scalar > | Abstract interface for an object that can create LinearOpWithSolveFactoryBase objects on demand |
| Thyra::ListedMultiVectorRandomizer< Scalar > | MultiVectorRandomizerBase subclass that returns a revolving list of preset MultiVectorBase objects |
| Thyra::MockNormReductionFunctional< Scalar > | Mock ReductionFunctional subclass used for unit testing |
| Thyra::ModelEvaluator< Scalar > | Pure abstract base interface for evaluating a stateless "model" that can be mapped into a number of different types of problems |
| Thyra::ModelEvaluatorBase | Base subclass for ModelEvaluator that defines some basic types |
| Thyra::ModelEvaluatorDefaultBase< Scalar > | Default base class for concrete model evaluators |
| Thyra::ModelEvaluatorDelegatorBase< Scalar > | This is a base class that delegetes almost all function to a wrapped model evaluator object |
| Thyra::MultipliedLinearOpBase< Scalar > | Interface class for implicitly multiplied linear operators |
| Thyra::MultiVectorAdapterBase< Scalar > | Node subclass for MultiVectorBase subclasses that allows the insertion of an application defined scalar product |
| Thyra::ModelEvaluatorDefaultBaseTypes::MultiVectorAdjointPair< Scalar > | |
| Thyra::MultiVectorAllocator< Scalar > | Allocator class to be used with Teuchos::AbstractFactoryStd to create MultiVectorBase objects of a given size |
| Thyra::MultiVectorBase< Scalar > | Interface for a collection of column vectors called a multi-vector |
| Thyra::MultiVectorDefaultBase< Scalar > | Node subclass that uses a default MultiVectorBase implementation to provide default implementations for as many other functions in MultiVectorBase interface the as is reasonable |
| Thyra::MultiVectorFileIOBase< Scalar > | Abstract strategy interface for reading and writing (multi)vector objects to and from files |
| Thyra::MultiVectorRandomizerBase< Scalar > | Base interface for a strategy object for randomizing a multi-vector |
| Thyra::MultiVectorStdOpsTester< Scalar > | Testing class that tests all of the standard vector operations defined in ??? using an arbitrary vector space |
| Thyra::MultiVectorTester< Scalar > | Unit testing class for a MultiVectorBase object |
| Thyra::NonlinearSolverBase< Scalar > | Base class for all nonlinear equation solvers |
| Thyra::NonlinearSolverBuilderBase< Scalar > | Abstract interface for an object that can create NonlinearSolverBase objects on demand |
| Thyra::NullLinearOpChanger< Scalar > | No-op changer |
| Thyra::Exceptions::OpNotSupported | |
| Thyra::ModelEvaluatorBase::OutArgs< Scalar > | Concrete aggregate class for all output arguments computable by a ModelEvaluator subclass object |
| Thyra::DirectionalFiniteDiffCalculatorTypes::OutArgsCreator< Scalar > | |
| Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar > | Protected subclass of OutArgs that only ModelEvaluator subclasses can access to set up the selection of supported input arguments |
| Thyra::ParameterDrivenMultiVectorInput< Scalar > | Concrete utility class that an ANA can use for reading in a (multi)vector as directed by a parameter sublist |
| ParameterListAcceptor | |
| Thyra::PhysicallyBlockedLinearOpBase< Scalar > | Base interface for physically blocked linear operators |
| Thyra::PhysicallyBlockedLinearOpWithSolveBase< Scalar > | Base interface for linear operators with a solve that are composed out of individual LOB and LOWSB objects |
| Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > > | Specilization of Teuchos::PolynomialTraits for Thyra vectors |
| Thyra::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 |
| Thyra::PreconditionerFactoryBase< Scalar > | Factory interface for creating precondtioner objects from LinearOpBase objects |
| Thyra::ProductMultiVectorBase< Scalar > | Base interface for product multi-vectors |
| Thyra::ProductVectorBase< Scalar > | Base interface for product vectors |
| Thyra::ProductVectorSpaceBase< Scalar > | Base interface for product vector spaces |
| Thyra::ReductionFunctional< Scalar > | A general reduction functional to be used in specialized solve convergence criteria |
| Thyra::ResponseOnlyModelEvaluatorBase< Scalar > | This base class defines default function implementations appropritate for a response-only model evaluator (p) -> g(j), for j=0...Ng-1 |
| Thyra::DefaultScaledAdjointLinearOp< Scalar >::ScalarETransp< Scalar2 > | |
| Thyra::ScalarProdBase< Scalar > | Abstract interface for scalar products |
| Thyra::ScalarProdVectorSpaceBase< Scalar > | Base subclass for VectorSpaceBase that allows the definition of an application-specific scalar product to be swapped in and out |
| Thyra::ScaledAdjointLinearOpBase< Scalar > | Base class for LinearOpBase decorator subclasses that wrap a LinearOpBase object and adds on an extra scaling factor and/or a new transpose enum |
| Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives | Simple utility class used to select finite difference derivatives for OutArgs object |
| Thyra::SerialVectorSpaceConverterBase< ScalarFrom, ScalarTo > | Node base class for converting serial multi-vectors (and vectors) from one scalar type to another |
| Thyra::Simple2DModelEvaluator< Scalar > | Simple 2d simulation only ModelEvaluator for f(x) = 0 |
| Simple2DTpetraModelEvaluator< Scalar > | Simple 2d simulation only ModelEvaluator for f(x) = 0 using Tpetra objects |
| Thyra::SolveCriteria< Scalar > | Simple struct that defines the requested solution criteria for a solve |
| Thyra::SolveMeasureType | Solve tolerance type |
| Thyra::SolveStatus< Scalar > | Simple struct for the return status from a solve |
| Thyra::SpmdMultiVectorBase< Scalar > | Base class for SPMD multi-vectors |
| Thyra::SpmdMultiVectorSerializer< Scalar > | Concrete utility class for reading and writing SPMD-based MultiVectorBase objects to and from standard streams |
| Thyra::SpmdVectorBase< Scalar > | Base class for SPMD vectors that can provide views of contiguous elements in a process |
| Thyra::SpmdVectorSpaceBase< Scalar > | Base abstract VectorSpaceBase class for all SPMD-based vector spaces |
| Thyra::SpmdVectorSpaceDefaultBase< Scalar > | Base VectorSpaceBase class for all SPMD vector spaces with contiguous local-to-global indexing |
| Thyra::StateFuncModelEvaluatorBase< Scalar > | This base class defines default function implementations appropritate for a set of nonlinear state functions of the form x -> f(x) |
| Thyra::SymmetricLinearOpTester< Scalar > | |
| Thyra::TpetraLinearOp< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Concrete Thyra::LinearOpBase subclass for Tpetra::Operator |
| Thyra::TpetraMultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Concrete implementation of Thyra::MultiVector in terms of Tpetra::MultiVector |
| Thyra::TpetraOperatorVectorExtraction< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Traits class that enables the extraction of Tpetra operator/vector objects wrapped in Thyra operator/vector objects |
| Thyra::TpetraVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Concrete Thyra::SpmdVectorBase using Tpetra::Vector |
| Thyra::TpetraVectorSpace< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Concrete implementation of an SPMD vector space for Tpetra |
| Thyra::Exceptions::UnInitialized | Thrown if any member functions are called before initialize() has been called |
| Thyra::UniversalMultiVectorRandomizer< Scalar > | Univeral MultiVectorRandomizerBase subclass that is compatible with all MultiVectorBase objects |
| Thyra::VectorBase< Scalar > | Abstract interface for finite-dimensional dense vectors |
| Thyra::VectorDefaultBase< Scalar > | Convenient node subclass for concrete VectorBase subclasses that relies on a default MultiVectorBase implementation |
| Thyra::VectorSpaceBase< Scalar > | Abstract interface for objects that represent a space for vectors |
| Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo > | Base interface for a factory that converts vector space types and vectors and multi-vectors from one scalar type to another |
| Thyra::VectorSpaceDefaultBase< Scalar > | Node VectorSpaceBase subclass that provides default implementations for many functions using a default multi-vectors implementation |
| Thyra::VectorSpaceFactoryBase< Scalar > | Abstract interface for objects that can create vector spaces of a specified dimension |
| Thyra::VectorSpaceTester< Scalar > | Testing class for VectorSpace and the VectorBase and MultiVectorBase objects that it creates |
| Thyra::VectorStdOpsTester< Scalar > | Testing class that tests all of the standard vector operations defined in ??? using an arbitrary vector space |
| Thyra::VectorStdOpsTesterComparable< isComparable, Scalar > | |
| Thyra::VectorStdOpsTesterComparable< false, Scalar > | |
| Thyra::VectorStdOpsTesterComparable< true, Scalar > | |
| Thyra::VectorTester< Scalar > | Unit testing class for a VectorBase object |
| VerboseObject | |
| Thyra::ZeroLinearOpBase< Scalar > | Interface class for zero linear operators |