A | |
ArrayConversionsUnitTestHelpers | |
ArrayUnitTestHelpers | |
B | |
boost | |
C | |
Common | |
MultiVector | |
Operator | |
LinearSolverTestBase | |
Details | Namespace of implementation details |
details | Teuchos implementation details |
DummyNS | |
EvilPack | |
BEvil | A subclass of EvilBase that calls AEvil |
AEvil | A subclass of EvilBase that calls BEvil |
EvilBase | Evil base class that people often write with a factory function to all of the subclasses in the interface |
MatrixMarket | Matrix Market file utilities |
Raw | "Raw" input of sparse matrices from Matrix Market files |
std | |
Teuchos | |
Utilities | |
Details | |
AllocationLogger | Logging implementation used by Allocator (see below) |
Allocator | Optional tracking allocator for Teuchos Memory Management classes |
rebind | Mapping to an Allocator for a different type U |
MpiCommRequest | MPI implementation of CommRequest<int> |
PtrPrivateUtilityPack | |
TwoDDetails | |
TypeTraits | |
is_same | Default is_equal traits class has value equal to false , indicating that T1 and T2 are not equal, |
is_same< T, T > | Partial specialization of is_equal class for equal types, where value equal to true |
Exceptions | |
InvalidArgument | |
InvalidParameter | |
InvalidParameterName | |
InvalidParameterType | |
InvalidParameterValue | |
YAMLParameterList | |
Reader | |
YamlWrite | |
YamlWrite< double > | |
YamlWrite< std::string > | |
MixMaxUtilities | |
Min | |
Min< true, Ordinal, Packet > | |
Min< false, Ordinal, Packet > | |
Max | |
Max< true, Ordinal, Packet > | |
Max< false, Ordinal, Packet > | |
AND | |
AND< true, Ordinal, Packet > | |
AND< false, Ordinal, Packet > | |
details | |
GivensRotator | |
MagValue | |
MagValue< ScalarType, true > | |
MagValue< ScalarType, false > | |
GivensRotator< ScalarType, true > | |
GivensRotator< ScalarType, false > | |
lapack_traits | |
lapack_traits< std::complex< T > > | |
MatrixMarket | |
details | |
ScalarAssigner | Implementation detail of assignScalar() |
ScalarAssigner< RealType, false > | |
Raw | |
Element | Stores one entry of a sparse matrix |
Adder | To be used with Checker for "raw" sparse matrix input |
Checker | Tool for debugging the syntax of a Matrix Market file containing a sparse matrix |
GraphElement | Stores one entry of a sparse graph |
GraphAdder | To be used with Checker for "raw" sparse matrix input |
Reader | Read a sparse matrix from a Matrix Market file into raw CSR (compressed sparse row) storage |
Writer | Write a sparse matrix from raw CSR (compressed sparse row) storage to a Matrix Market file |
Banner | Parse a Matrix Market banner line |
CoordDataReaderBase | Common functionality of a coordinate-format sparse matrix or graph data reader |
CoordDataReader | Coordinate-format sparse matrix data reader |
CoordDataReader< Callback, Ordinal, Scalar, false > | |
CoordPatternReader | Coordinate-format sparse graph data reader |
SymmetrizingAdder | Adds entries with optional symmetry to a sparse matrix |
SymmetrizingGraphAdder | Adds entries with optional symmetry to a sparse graph |
AbstractFactory | Simple, universal "Abstract Factory" interface for the dynamic creation of objects |
PostModNothing | Default post-modification policy class for AbstractFactorStd which does nothing! |
AllocatorNew | Default allocation policy class for AbstractFactoryStd which returns new T_impl() |
AbstractFactoryStd | Simple, templated concrete subclass of universal "Abstract
Factory" interface for the creation of objects |
is_comparable | |
is_printable | |
compare | |
compare< T, std::false_type > | |
compare< T, std::true_type > | |
print | |
print< T, std::false_type > | |
print< T, std::true_type > | |
any | Modified boost::any class, which is a container for a templated value |
bad_any_cast | Thrown if any_cast is attempted between two incompatable types |
InvalidArrayStringRepresentation | |
Array | Replacement for std::vector that is compatible with the Teuchos Memory Management classes |
TypeNameTraits< Array< T > > | TypeNameTraits specialization for Array |
ArcpReinterpretCastEmbeddedObj | |
ArrayRCP | Reference-counted smart pointer for managing arrays |
ArrayRCP< const T > | Partial specialization of ArrayRCP for const T |
ArrayRCP< void > | Full specialization of ArrayRCP for T = void |
ArrayRCP< const void > | Dummy specialization of ArrayRCP<const void> |
NullIteratorTraits< ArrayRCP< T > > | Traits specialization for ArrayRCP |
ArrayView | Nonowning array view |
ArrayView< const T > | Partial specialization of ArrayView for const T |
ValueTypeConversionTraits | Default traits class for all conversions between value types |
asFunc | Function object wrapper for as() |
ValueTypeConversionTraits< OutType, std::string > | Convert an std::string to a type OutType |
ValueTypeConversionTraits< double, std::string > | Convert an std::string to a double |
ValueTypeConversionTraits< float, std::string > | Convert an std::string to a float |
ValueTypeConversionTraits< long double, std::string > | Convert an std::string to a long double |
ValueTypeConversionTraits< long long, std::string > | Convert an std::string to a long long |
ValueTypeConversionTraits< unsigned long long, std::string > | Convert an std::string to an unsigned long long |
ValueTypeConversionTraits< long, std::string > | Convert an std::string to a long |
ValueTypeConversionTraits< unsigned long, std::string > | Convert an std::string to an unsigned long |
ValueTypeConversionTraits< int, std::string > | Convert an std::string to an int |
ValueTypeConversionTraits< unsigned int, std::string > | Convert an std::string to an unsigned int |
ValueTypeConversionTraits< short, std::string > | Convert an std::string to a short |
ValueTypeConversionTraits< unsigned short, std::string > | Convert an std::string to an unsigned short |
ValueTypeConversionTraits< float, double > | Convert from double to float |
ValueTypeConversionTraits< float, long double > | Convert from long double to float |
ValueTypeConversionTraits< double, long double > | Convert from long double to double |
ValueTypeConversionTraits< short, double > | Convert from double to short |
ValueTypeConversionTraits< unsigned short, double > | Convert from double to unsigned short |
ValueTypeConversionTraits< int, double > | Convert from double to int |
ValueTypeConversionTraits< unsigned int, double > | Convert from double to unsigned int |
ValueTypeConversionTraits< long, double > | Convert from double to long |
ValueTypeConversionTraits< unsigned long, double > | Convert from double to unsigned long |
ValueTypeConversionTraits< long long, double > | Convert from double to long long |
ValueTypeConversionTraits< unsigned long long, double > | Convert from double to unsigned long long |
ValueTypeConversionTraits< short, float > | Convert from float to short |
ValueTypeConversionTraits< unsigned short, float > | Convert from float to unsigned short |
ValueTypeConversionTraits< int, float > | Convert from float to int |
ValueTypeConversionTraits< unsigned int, float > | Convert from float to unsigned int |
ValueTypeConversionTraits< long, float > | Convert from float to long |
ValueTypeConversionTraits< unsigned long, float > | Convert from float to unsigned long |
ValueTypeConversionTraits< long long, float > | Convert from float to long long |
ValueTypeConversionTraits< unsigned long long, float > | Convert from float to unsigned long long |
ValueTypeConversionTraits< short, unsigned short > | Convert from unsigned short to short |
ValueTypeConversionTraits< unsigned short, short > | Convert from short to unsigned short |
ValueTypeConversionTraits< int, unsigned int > | Convert from unsigned int to int |
ValueTypeConversionTraits< unsigned int, int > | Convert from int to unsigned int |
ValueTypeConversionTraits< long, unsigned long > | Convert from unsigned long to long |
ValueTypeConversionTraits< unsigned long, long > | Convert from long to unsigned long |
ValueTypeConversionTraits< long long, unsigned long long > | Convert from unsigned long long to long long |
ValueTypeConversionTraits< unsigned long long, long long > | Convert from long long to unsigned long long |
ValueTypeConversionTraits< short, int > | Convert from int to short |
ValueTypeConversionTraits< short, long > | Convert from long to short |
ValueTypeConversionTraits< int, long > | Convert from long to int |
ValueTypeConversionTraits< int, unsigned long > | Convert from unsigned long to int |
ValueTypeConversionTraits< long, unsigned int > | Convert from unsigned int to long |
ValueTypeConversionTraits< unsigned int, long > | Convert from long to unsigned int |
ValueTypeConversionTraits< unsigned int, unsigned long > | Convert from unsigned long to unsigned int |
ValueTypeConversionTraits< unsigned short, unsigned long > | Convert from unsigned long to unsigned short |
ValueTypeConversionTraits< int, long long > | Convert from long long to int |
ValueTypeConversionTraits< unsigned int, long long > | Convert from long long to unsigned int |
ValueTypeConversionTraits< int, unsigned long long > | Convert from unsigned long long to int |
ValueTypeConversionTraits< unsigned int, unsigned long long > | Convert from unsigned long long to unsigned int |
ValueTypeConversionTraits< float, long long > | Convert from long long to float |
ValueTypeConversionTraits< float, unsigned long long > | Convert from unsigned long long to float |
ValueTypeConversionTraits< std::string, char[N]> | Convert raw C string to std::string |
basic_oblackholestream | basic_ostream<> subclass that does nothing but discard output |
BigUInt | Arbitrary-precision unsigned integer class |
CommandLineProcessor | Class that helps parse command line input arguments from (argc,argv[]) and set options |
enum_opt_data_t | |
HelpPrinted | Thrown if –help was specified and throwExceptions==true |
opt_doc_t | |
opt_val_val_t | |
ParseError | Thrown if a parse std::exception occurs and throwExceptions==true |
TimeMonitorSurrogate | Interface by which CommandLineProcessor may use TimeMonitor |
UnrecognizedOption | Thrown if an unrecognized option was found and throwExceptions==true |
CompileTimeAssert | If instantiated (for Test!=0) then this should not compile! |
CompileTimeAssert< 0 > | If instantiated (i.e. Test==0) then this will compile! |
ConstNonconstObjectContainer | Simple class supporting the "runtime protection of const" idiom |
ConstTypeTraits | Traits class that strips 'const' off of a type |
UnConst | |
UnConst< const U > | |
CWrapperErrorHandling | Static C Wrapper Error Handling Policy Class |
Describable | Base class for all objects that can describe themselves |
DescribableStreamManipulatorState | |
m_bad_cast | Exception class for bad cast |
ExceptionBase | Base exception class for Teuchos |
DuplicateOwningRCPError | Thrown if a duplicate owning RCP is creatd the the same object |
NullReferenceError | Null reference error exception class |
NonconstAccessError | Null reference error exception class |
RangeError | Range error exception class |
DanglingReferenceError | Dangling reference error exception class |
IncompatibleIteratorsError | Incompatiable iterators error exception class |
DuplicateParameterSublist | Optionally thrown when a sublist is set twice by either updateParametersFromXmlFile(), updateParametersFromXmlFileAndUpdate() or updateParametersFromXmlString() |
DuplicateParameterEntryException | Thrown when a Parameter Entry that is already being tracked is attempted to be inserted again into the masterParameterEntryMap and masterIDMap |
DuplicateParameterEntryIDException | Thrown when a Parameter Entry ID that is already being used is attempted to be reused again |
DuplicateValidatorIDException | Thrown when a ParameterEntryValidatorID that is already being used is attempted to be reused again |
basic_FancyOStream_buf | Stream buffering class that performs the magic of indenting data sent to an std::ostream object |
basic_FancyOStream | Std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among other things |
basic_OSTab | Tabbing class for helping to create formated, indented output for a basic_FancyOStream object |
FilteredIterator | C++ Standard Library compatable filtered iterator |
RawPointerConversionTraits | |
RawPointerConversionTraits< RawType * > | |
RawPointerConversionTraits< ArrayRCP< T > > | |
GlobalMPISession | Initialize, finalize, and query the global MPI session |
HashSet | Templated hashtable-based set |
HashPair | Helper class for Teuchos::Hashtable, representing a single <key, value> pair |
Hashtable | Templated hashtable class |
HashUtils | Utilities for generating hashcodes. This is not a true hash ! For all ints and types less than ints it returns the i/p typecasted as an int. For every type more than the size of int it is only slightly more smarter where it adds the bits into int size chunks and calls that an hash. Used with a capacity limited array this will lead to one of the simplest hashes. Ideally this should be deprecated and not used at all |
LabeledObject | Base class for objects that contain a std::string label |
NullIteratorTraits | Base traits class for getting a properly initialized null pointer |
NullIteratorTraits< std::reverse_iterator< Iter > > | Partial specialization for std::reverse_iterator |
OpaqueWrapper | Base class for wrapped opaque objects |
OpaqueWrapperWithFree | Subclass for wrapped opaque objects with a free function |
UndefinedOrdinalTraits | |
OrdinalTraits | This structure defines some basic traits for the ordinal field type |
Ptr | Simple wrapper class for raw pointers to single objects where no persisting relationship exists |
Range1D | Subregion Index Range Class |
DeallocBoostSharedPtr | Teuchos::RCP Deallocator class that wraps a boost::shared_ptr |
RCPDeleter | boost::shared_ptr deleter class that wraps a Teuchos::RCP |
RCP | Smart reference counting pointer class for automatic garbage collection |
RCPComp | Struct for comparing two RCPs. Simply compares the raw pointers contained within the RCPs |
RCPConstComp | Struct for comparing two RCPs. Simply compares the raw pointers contained within the RCPs |
NullIteratorTraits< RCP< T > > | Traits specialization for RCP |
DeallocNull | Policy class for deallocator for non-owned RCPs |
DeallocDelete | Policy class for deallocator that uses delete to delete a pointer which is used by RCP |
DeallocArrayDelete | Deallocator class that uses delete [] to delete memory allocated uisng new [] |
DeallocFunctorDelete | Deallocator subclass that Allows any functor object (including a function pointer) to be used to free an object |
DeallocFunctorHandleDelete | Deallocator subclass that Allows any functor object (including a function pointer) to be used to free a handle (i.e. pointer to pointer) to an object |
EmbeddedObjDealloc | A deallocator class that wraps a simple value object and delegates to another deallocator object |
ToStringTraits< ERCPStrength > | Traits class specialization for toString(...) function for converting from ERCPStrength to std::string |
RCPNode | Node class to keep track of address and the reference count for a reference-counted utility class and delete the object |
extra_data_entry_t | |
RCPNodeTracer | Debug-mode RCPNode tracing class |
RCPNodeStatistics | RCP statistics struct |
RCPNodeTmpl | Templated implementation class of RCPNode that has the responsibility for deleting the reference-counted object |
ActiveRCPNodesSetup | Sets up node tracing and prints remaining RCPNodes on destruction |
RCPNodeHandle | Handle class that manages the RCPNode's reference counting |
RCPNodeThrowDeleter | Deletes a (non-owning) RCPNode but not it's underlying object in case of a throw |
DeallocStdSharedPtr | Teuchos::RCP Deallocator class that wraps a std::shared_ptr |
StdSharedPtrRCPDeleter | std::shared_ptr deleter class that wraps a Teuchos::RCP |
UndefinedScalarTraits | |
ScalarTraits | This structure defines some basic traits for a scalar field type |
SetScientific | Temporarily make an output stream use scientific notation with sufficient precision |
SetScientific< Scalar, true > | |
SetScientific< Scalar, false > | Partial specialization of SetScientific for non-floating-point types |
ThreadLock | Basic portable thread lock primative class |
ScopedThreadLock | Stack-based object for locking a thread |
SharedAccessPolicy | Single policy class defining an approach for sharing an integral object across threads as well as a general heavy-weight locking policy |
SimpleObjectDB | Simple object object database |
SimpleObjectTable | This class provides a central place to store objects |
StringIndexedOrderedValueObjectContainerBase | Base types for StringIndexedOrderedValueObjectContainer |
InvalidKeyError | Thrown if an invalid string is passed in |
InvalidOrdinalIndexError | Thrown if an invalid ordinal index is passed in |
KeyObjectPair | A simple aggregate type to bind a key string and and objects value |
OrdinalIndex | A safe ordinal index type that default initializes to a special value |
SelectActive | Predicate for selecting active object entries in filtered iterator |
StringIndexedOrderedValueObjectContainer | String indexed ordered value-type object container class |
StrUtils | Provides std::string manipulation utilities that are not provided in the standard C++ std::string class |
TabularOutputter | Utility class that makes it easy to create formatted tables of output |
FieldSpec | |
InvalidFieldOutputError | |
InvalidFieldSpecError | |
MissingFieldsError | |
MissingHeaderError | |
RelErrSmallNumber | |
RelErrSmallNumber< false, Scalar > | |
RelErrSmallNumber< true, Scalar > | |
Time | Wall-clock timer |
ToStringTraits | Default traits class for converting objects into strings |
ToStringTraits< bool > | Specialization for bool |
ToStringTraits< std::string > | Specialization for std::string |
ToStringTraits< double > | Specialization for double |
ToStringTraits< float > | Specialization for float |
ToStringTraits< std::pair< T1, T2 > > | Partial specialization for std::pair<T1, T2> |
Tuple | Statically sized simple array (tuple) class |
TwoDArray | A thin wrapper around the Array class which causes it to be interpreted as a 2D Array |
TypeNameTraits< TwoDArray< T > > | TypeNameTraits specialization for Array |
TypeNameTraits | Default traits class that just returns typeid(T).name() |
TypeNameTraits< T * > | |
TypeNameTraits< std::string > | |
TypeNameTraits< void * > | |
TypeNameTraits< void > | |
UnitTestBase | Unit test base class |
UnitTestData | |
UnitTestRepository | Singleton unit testing repository |
InstanceData | |
Utils | This class provides some basic std::string and floating-point utilities for Teuchos |
VerboseObjectBase | Non-templated base class for objects that can print their activities to a stream |
VerboseObject | Templated base class for objects that can print their activities to a stream and have a verbosity level |
VerboseObjectTempState | Set and release a stream and verbosity level |
RawWorkspace | Encapulsation object for raw temporary workspace that has been allocated. These objects can only be created on the stack and should not be included as the member of any other classes |
Workspace | Templated class for workspace creation |
WorkspaceStore | Workspace encapsulation class |
WorkspaceStoreInitializeable | WorkspaceStore class that can be used to actually reinitialize memory |
MockRCP | |
TypeNameTraits< UndefinedType2 > | |
TypeNameTraits< Opaque3_handle > | |
Condition | A Condition determines whether or not a particular set of conditions are currently occuring |
ConditionXMLConverter | An abstract base class for converting Dependencies to and from XML |
ConditionXMLConverterDB | Provides ability to lookup ConditionXMLConverters |
Dependency | This class represents a depndency between elements in a Parameter List |
DependencySheet | A Dependency sheet keeps track of dependencies between various ParameterEntries |
DependencyXMLConverter | An abstract base class for converting Dependencies to and from XML |
DependencyXMLConverterDB | Provides ability to lookup DependencyXMLConverterDB |
DummyObjectGetter | Class for retrieving a dummy object of type T |
FileInputSource | Instantiation of XMLInputSource class for reading XML from a file |
FileInputStream | Instantiation of XMLInputStream class for reading an entire document from a file |
FunctionObject | A function object represents an arbitrary function |
FunctionObjectXMLConverter | An abstract base class for converting FunctionObjects to and from XML |
FunctionObjectXMLConverterDB | Provides ability to lookup FunctionObjectXMLConverters |
InvalidConditionException | |
InvalidDependencyException | |
ObjectBuilder | Generic parameterlist driven bulider class |
ParameterEntry | This object is held as the "value" in the Teuchos::ParameterList std::map |
ParameterEntryValidator | Abstract interface for an object that can validate a ParameterEntry's value |
ParameterEntryXMLConverter | A class used to convert parameter entries to xml and vice versa |
ParameterEntryXMLConverterDB | Provides ability to lookup ParameterEntryXMLConverters |
ParameterList | A list of parameters of arbitrary type |
PrintOptions | Utility class for setting and passing in print options |
TypeNameTraits< ParameterList > | Traits specialization |
ParameterListAcceptor | Interface for objects that can accept a ParameterList |
ParameterListAcceptorDefaultBase | Intermediate node base class for objects that accept parameter lists that implements some of the needed behavior automatically |
ParameterListModifier | Abstract interface for an object that can modify both a parameter list and the parameter list being used during the validation stage |
ParameterListNonAcceptor | Mix-in implementation subclass to be inherited by concrete subclasses who's interface says that they take a parameter list but do not have any parameters yet |
ParameterXMLFileReader | |
ParameterCondition | An Abstract Base class for all ParameterConditions |
StringCondition | A String Condition is a Parameter Condition that evaluates whether or not a string parameter has taken on a particular value or set of values |
DummyObjectGetter< StringCondition > | Specialized class for retrieving a dummy object of type StringCondition |
NumberCondition | A Number Condition is a Parameter Condition that evaluates whether or not a number parameter is greater than 0 (or some other number based on a given function). If the parameter is greater than 0 this is interperted as the condition being "true". Otherwise the condition is interperted as false |
DummyObjectGetter< NumberCondition< T > > | Specialized class for retrieving a dummy object of type NumberCondition |
BoolCondition | A Bool Condition is a Parameter Condition that evaluates whether or not a Boolean parameter is ture |
DummyObjectGetter< BoolCondition > | Specialized class for retrieving a dummy object of type BoolCondition |
BoolLogicCondition | An abstract parent class for all Bool Logic Conditions |
OrCondition | A Bool Logic Condition that returns the result or perfroming a logical OR on the conditions |
DummyObjectGetter< OrCondition > | Specialized class for retrieving a dummy object of type OrCondition |
AndCondition | A Bool Logic Condition that returns the result or perfroming a logical AND on the conditions |
DummyObjectGetter< AndCondition > | Specialized class for retrieving a dummy object of type AndCondition |
EqualsCondition | A Bool Logic Condition that returns the result or perfroming a logical EQUALS on the conditions |
DummyObjectGetter< EqualsCondition > | Specialized class for retrieving a dummy object of type EqualsCondition |
NotCondition | A Not condition returns the result of performing a logical NOT on a given condition |
DummyObjectGetter< NotCondition > | Specialized class for retrieving a dummy object of type NotCondition |
BoolLogicConditionConverter | An xml converter for BoolLogicConditions |
OrConditionConverter | An xml converter for OrConditions |
AndConditionConverter | An xml converter for AndConditions |
EqualsConditionConverter | An xml converter for EqualsConditions |
NotConditionConverter | An xml converter for NotConditions |
ParameterConditionConverter | An xml converter for ParameterConditions |
StringConditionConverter | An xml converter for StringConditions The valid XML represntation for a StringCondition is: |
BoolConditionConverter | An xml converter for BoolConditions |
NumberConditionConverter | An xml converter for NumberConditions The valid XML represntation for a NumberCondition is: |
VisualDependency | An abstract parent class for all visual dependencies |
ValidatorDependency | An abstract base class for all validator dependencies |
StringVisualDependency | A string visual depdencies says the following about the relationship between two elements in a Parameter List: Depending on whether or not the dependee has a particular value, the dependent may or may not be displayed to the user in a UI |
DummyObjectGetter< StringVisualDependency > | Specialized class for retrieving a dummy object of type StringVisualDependency |
BoolVisualDependency | A bool visual dependency says the following about the relationship between two elements in a Parameter List: Depending on whether or not the dependee is true or false, the dependent may or may not be displayed to the user in a GUI |
DummyObjectGetter< BoolVisualDependency > | Specialized class for retrieving a dummy object of type BoolVisualDependency |
ConditionVisualDependency | A condition visual dependency says the following about the relationship between elements in a Parameter List: Depending on whether or not the dependee(s) statisfy a particual condition, the dependent may or may not be displayed to the user in a UI |
DummyObjectGetter< ConditionVisualDependency > | Specialized class for retrieving a dummy object of type ConditionVisualDependency |
NumberVisualDependency | A number visual dependency says the following about the relationship between two elements in a Parameter List: Depending on whether or not the dependee has a certain value, the dependent may or may not be displayed to the user in a UI |
DummyObjectGetter< NumberVisualDependency< T > > | Specialized class for retrieving a dummy object of type NumberVisualDependency |
ArrayModifierDependency | An abstract base class for all dependencies which modify the dimensional attributes of an Array parameter |
NumberArrayLengthDependency | A NumberArrayLengthDependency says the following about the relationship between two parameters: The length of the dependent's array depends on the value of the dependee |
DummyObjectGetter< NumberArrayLengthDependency< DependeeType, DependentType > > | Specialized class for retrieving a dummy object of type NumberArrayLengthDependency |
StringValidatorDependency | A StringValidatorDependency says the following about the relationship between two parameters: Dependening on the value of the dependee, the dependent should use a particular validator from a given set of validators |
DummyObjectGetter< StringValidatorDependency > | Specialized class for retrieving a dummy object of type StringValidatorDependency |
BoolValidatorDependency | A BoolValidatorDependency says the following about the relationship between two parameters: Dependening on the value of the dependee, the dependent should use a particular validator from a given set of validators |
DummyObjectGetter< BoolValidatorDependency > | Specialized class for retrieving a dummy object of type BoolValidatorDependency |
RangeValidatorDependency | A RangeValidatorDependency says the following about the relationship between two parameters: Dependening on the value of the dependee, the dependent should use a particular validator from a given set of validators |
DummyObjectGetter< RangeValidatorDependency< T > > | Specialized class for retrieving a dummy object of type RangeValidatorDependency |
TwoDArrayModifierDependency | A dependency in which some attribute of a TwoDArray in a parameter depends on the value of another parameter |
TwoDRowDependency | A dependency in which the number of rows in a parameter with a TwoDArray depends on the value of another parameter |
DummyObjectGetter< TwoDRowDependency< DependeeType, DependentType > > | Specialized class for retrieving a dummy object of type TwoDRowDependency |
TwoDColDependency | A dependency in which the number of rows in a parameter with a TwoDArray depends on the value of another parameter |
DummyObjectGetter< TwoDColDependency< DependeeType, DependentType > > | Specialized class for retrieving a dummy object of type TwoDColDependency |
VisualDependencyXMLConverter | An xml converter for VisualDepenencies |
ValidatorDependencyXMLConverter | An xml converter for ValidatorDependencies |
StringVisualDependencyXMLConverter | An xml converter for StringVisualDepenencies |
BoolVisualDependencyXMLConverter | An xml converter for BoolVisualDepenencies |
NumberVisualDependencyXMLConverter | An xml converter for NumberVisualDependencies |
ConditionVisualDependencyXMLConverter | An xml converter for ConditionVisualDependencies |
StringValidatorDependencyXMLConverter | An xml converter for StringValidatorDependencies |
BoolValidatorDependencyXMLConverter | An xml converter for BoolValidatorDependencies |
RangeValidatorDependencyXMLConverter | An xml converter for RangeValidatorDependencies |
ArrayModifierDependencyXMLConverter | A converter used to convert ArrayModifierDepdencies to and from xml |
NumberArrayLengthDependencyXMLConverter | An xml converter for NumberArrayLengthDependencies |
TwoDRowDependencyXMLConverter | A class for converting TwoDRowDependencies to and from XML |
TwoDColDependencyXMLConverter | A class for converting TwoDColDependencies to and from XML |
SimpleFunctionObject | A simple function object that applies a given operand to a spcified arguement using a specific operator |
SubtractionFunction | A simple function object that subtracts a specififed value from the given arguement in the runFunction function |
AdditionFunction | A simple function object that adds a specififed value from the given arguement in the runFunction function |
MultiplicationFunction | A simple function object that multiplys a specififed value from the given arguement in the runFunction function |
DivisionFunction | A simple function object that divides a specififed value from the given arguement in the runFunction function |
SimpleFunctionXMLConverter | An xml converter for SimpleFunctionObjects |
SubtractionFunctionXMLConverter | Class for converting SubtractionFunction objects to and from XML |
AdditionFunctionXMLConverter | Class for converting AdditionFunction objects to and from XML |
MultiplicationFunctionXMLConverter | Class for converting MultiplicationFunction objects to and from XML |
DivisionFunctionXMLConverter | Class for converting DivisionFunction objects to and from XML |
StringToIntegralParameterEntryValidator | Standard implementation of a ParameterEntryValidator that maps from a list of strings to an enum or integer value |
DummyObjectGetter< StringToIntegralParameterEntryValidator< IntegralType > > | Specialized class for retrieving a dummy object of type StringToIntegralParameterEntryValidator<IntegralType> |
BoolParameterEntryValidator | Standard implementation of a BoolParameterEntryValidator that accepts bool values (true/false) or string values for bool ("true"/"false") |
AnyNumberParameterEntryValidator | Standard implementation of a ParameterEntryValidator that accepts numbers from a number of different formats and converts them to numbers in another format |
AcceptedTypes | Determines the types that are accepted |
DummyObjectGetter< AnyNumberParameterEntryValidator > | Specialized class for retrieving a dummy object of type AnyNumberParameterEntryValidator |
UndefinedEnhancedNumberTraits | Default structure used by EnhancedNumberTraits<T> to produce a compile time error when the specialization does not exist for type T |
EnhancedNumberTraits | Class defining the traits of the number type being used in an EnhancedNumberValidator |
EnhancedNumberTraits< short int > | |
EnhancedNumberTraits< short unsigned int > | |
EnhancedNumberTraits< int > | |
EnhancedNumberTraits< unsigned int > | |
EnhancedNumberTraits< long int > | |
EnhancedNumberTraits< long unsigned int > | |
EnhancedNumberTraits< long long int > | |
EnhancedNumberTraits< long long unsigned int > | |
EnhancedNumberTraits< double > | |
EnhancedNumberTraits< float > | |
EnhancedNumberValidator | Class uesd to validate a particular type of number |
DummyObjectGetter< EnhancedNumberValidator< T > > | Specialized class for retrieving a dummy object of type EnhancedNumberValidator<T> |
FileNameValidator | Validate a file name entry |
DummyObjectGetter< FileNameValidator > | Specialized class for retrieving a dummy object of type FileNameValidator |
StringValidator | A simple validator that only allows certain string values to be choosen or simply enforces that a particular parameter have a std::string for a value |
DummyObjectGetter< StringValidator > | Specialized class for retrieving a dummy object of type StringValidator |
AbstractArrayValidator | An abstract base class for all ArrayValidators |
TwoDArrayValidator | Takes a validator, wraps it, and applies it to a TwoDArray |
DummyObjectGetter< TwoDArrayValidator< ValidatorType, EntryType > > | Specialized class for retrieving a dummy object of type TwoDArrayValidator |
TwoDArrayStringValidator | Convience class for StringValidators that are to be applied to TwoDArrays |
TwoDArrayFileNameValidator | Convience class for FileNameValidators that are to be applied to TwoDArrays |
TwoDArrayNumberValidator | Convience class for EnhancedNumberValidators that are to be applied to TwoDArray |
ArrayValidator | Takes a validator, wraps it, and applies it to an array |
DummyObjectGetter< ArrayValidator< ValidatorType, EntryType > > | Specialized class for retrieving a dummy object of type ArrayValidator |
ArrayStringValidator | Convience class for StringValidators that are to be applied to arrays |
ArrayFileNameValidator | Convience class for FileNameValidators that are to be applied to arrays |
ArrayNumberValidator | Convience class for EnhancedNumberValidators that are to be applied to arrays |
AnyParameterEntryConverter | A last resort converter for when no others will do |
StandardTemplatedParameterConverter | A standard ParameterEntryXMLConverter for most data types |
StringToIntegralValidatorXMLConverter | Convert a StringToIntegralParameterEntryValidator to and from XML |
BoolValidatorXMLConverter | Converts BoolParameterEntryValidators to and from XML |
AnyNumberValidatorXMLConverter | Converts AnyNumberParameterEntryValidators to and from XML |
EnhancedNumberValidatorXMLConverter | Converts EnhancedNumberValidators to and from XML |
FileNameValidatorXMLConverter | Converts FileNameValidators to and from XML |
StringValidatorXMLConverter | Converts StringValidators to and from XML |
AbstractArrayValidatorXMLConverter | |
ArrayValidatorXMLConverter | Converts ArrayValidators to and from XML |
TwoDArrayValidatorXMLConverter | Converts TwoDArrayValidators to and from XML |
StringInputSource | Instantiation of XMLInputSource class for reading XML from a std::string |
StringInputStream | Instantiation of XMLInputStream for reading an entire document from a std::string |
TreeBuildingXMLHandler | TreeBuildingXMLHandler assembles a XMLObject from your XML input |
ValidatorFactory | Factory for ParameterEntryValidator objects |
IDtoValidatorMap | Maps Validators to integers |
ValidatortoIDMap | A class for mapping validators to integers |
ValidatorXMLConverter | An abstract base class for converting ParameterEntryValidators to and from XML |
ValidatorXMLConverterDB | Provides ability to lookup ValidatorXMLConverterDB |
MissingValuesTagException | Thrown when a StringConditon is missing it's Value tag |
CantFindConditionConverterException | Thrown when an appropriate Condition Converter can't be found |
MissingDependeeException | Thrown when no dependes of a dependency can't be found when converting the dependency to or from XML |
MissingDependentException | Thrown when a dependent of a dependency cant be found when converting the dependency to or from XML |
MissingDependeesException | Thrown when no dependess of a dependency are specified when converting the dependency from XML |
MissingDependentsException | Thrown when no dependents of a dependency are specified when converting the dependency from XML |
TooManyDependeesException | Thrown when a Dependency has too many dependees specified in its XML |
ValuesTagMissingException | Thrown when a StringVisualDependency is being converted from XML and no Values tag is found |
MissingRangesAndValidatorsTagException | Thrown when the rangesAndValidators tag for the RangeValidatorDepencyConverter can't be found |
MissingValuesAndValidatorsTagException | Thrown when converting a StrinvValidatorDependcny from XML and no valuesAndValidators tag is found |
MissingConditionTagException | Thrown when no condtion tag is found when converting a ConditionVisualDependency from XML |
MissingValidatorException | Thrown when converting a dependency that has validaotrs to and from XML. This excetpion indicates that a specified validator could not be found |
CantFindDependencyConverterException | Thrown when an appropriate Dependency Converter can't be found |
CantFindFunctionObjectConverterException | Thrown when an appropriate FunctionObject Converter can't be found |
XMLInputSource | XMLInputSource represents a source of XML input that can be parsed to produce an XMLObject |
XMLInputStream | XMLInputStream represents an XML input stream that can be used by a XMLInputSource |
EmptyXMLError | Thrown when attempting to parse an empty XML std::string |
XMLObject | Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object, allowing storage by reference |
XMLObjectImplem | Takes care of the low-level implementation details of XMLObject |
CantFindParameterEntryConverterException | Thrown when an appropriate ParameterEntryXMLConverter can't be found |
DuplicateValidatorIDsException | Constructs a CantFindParameterEntryConverterException |
DuplicateParameterIDsException | Thrown when two parameters in an XML file have the same ID |
BadValidatorXMLConverterException | Thrown when a bad validator xml converter is used |
CantFindValidatorConverterException | Thrown when the ValidatorXMLConverterDB can't find an appropriate converter |
BadParameterEntryXMLConverterTypeException | Thrown when a converter is being used to convert either and XML tag or ParameterEntry with an innappropriate type |
NoValueAttributeExecption | Thrown when a parameter entry tag is missing it's value attribute |
NoTypeAttributeExecption | Thrown when a parameter entry tag is missing it's type attribute |
NoNameAttributeExecption | Thrown when a parameter entry tag is missing it's name attribute |
BadParameterListElementException | Thrown when an element inside a parameter list is bad |
BadXMLParameterListRootElementException | Thrown when the root xml tag for a parameter list is incorrect |
MissingValidatorDefinitionException | Thrown when a referenced validator can't be found |
MissingParameterEntryDefinitionException | Thrown when a referenced ParameterEntry can't be found |
BadTagException | Thrown when xml tag is encountered that is either unrecognized or inappropriate for a given context |
XMLParameterListReader | Writes an XML object to a parameter list |
XMLParameterListWriter | Writes a ParameterList to an XML object |
XMLParser | XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuildingXMLHandler to construct an XMLObject |
ValueTolerance | ValueTolerance is a struct to keep a tuple of value and a tolerance. The tolerance can be either expressed as a relative or through an upper and lower bound |
XMLTestNode | Subclass of XMLObject used by the performance archive |
PLPair | |
Scalar | |
Foo | |
FooA | |
FooB | |
FooC | |
UNDEFINED_PARAMETERENTRY_VALIDATOR | |
CommStatus | Encapsulation of the result of a receive (blocking or nonblocking) |
Comm | Abstract interface for distributed-memory communication |
CommRequest | Encapsulation of a pending nonblocking communication operation |
SumValueReductionOp | Standard summation operator for types with value semantics |
MinValueReductionOp | Standard min operator for types with value semantics |
MaxValueReductionOp | Standard Max operator for types with value semantics |
ANDValueReductionOp | Standard logical AND operator for booleans |
DefaultComm | Return a default global communicator appropriate for the build |
SerialCommStatus | Implementation of CommStatus for a serial communicator |
SerialComm | Concrete serial communicator subclass |
PerformanceMonitorBase | Common capabilities for collecting and reporting performance data across processors |
ValueTypeReductionOp | Base interface class for user-defined reduction operations for objects that use value semantics |
ReferenceTypeReductionOp | Base interface class for user-defined reduction operations for objects that use reference semantics |
CharToValueTypeReductionOpImp | Decorator class that uses traits to convert to and from char[] to typed buffers for objects that use value semantics and then call a type-specific reduction object |
CharToValueTypeReductionOp | Decorator class that uses traits to convert to and from char[] to typed buffers for objects that use value semantics and then call a type-specific reduction object |
CharToValueTypeReductionOp< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > | Decorator class that uses traits to convert to and from char[] to typed buffers for objects that use value semantics and then call a type-specific reduction object |
CharToReferenceTypeReductionOp | Decorator class that uses a strategy object to convert to and from char[] to typed buffers for objects that use reference semantics and then call a type-specific reduction object |
UndefinedSerializationTraits | Report an error if a specialization of SerializationTraits is missing |
SerializationTraits | Serialization traits class for types T that use value semantics |
ValueTypeSerializer | Serialization class for types T that use value semantics |
DirectSerializationTraits | Serialization traits for objects that support direct serialization |
SerializationTraits< Ordinal, char > | |
SerializationTraits< Ordinal, signed char > | |
SerializationTraits< Ordinal, unsigned char > | |
SerializationTraits< Ordinal, short int > | |
SerializationTraits< Ordinal, unsigned short int > | |
SerializationTraits< Ordinal, int > | |
SerializationTraits< Ordinal, unsigned int > | |
SerializationTraits< Ordinal, long int > | |
SerializationTraits< Ordinal, unsigned long int > | |
SerializationTraits< Ordinal, float > | |
SerializationTraits< Ordinal, double > | |
SerializationTraits< Ordinal, std::pair< P1, P2 > > | |
SerializationTraits< Ordinal, long long int > | |
SerializationTraits< Ordinal, unsigned long long int > | |
DefaultSerializer | A class for instantiating a default serialization object |
ValueTypeSerializationBufferImp | Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array |
ConstValueTypeSerializationBufferImp | Encapsulate how an array of const objects with value sematics is serialized into a const char[] array |
ValueTypeDeserializationBufferImp | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ConstValueTypeDeserializationBufferImp | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ValueTypeSerializationBufferImp< Ordinal, T, Serializer, true > | Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array |
ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, true > | Encapsulate how an array of const objects with value sematics is serialized into a const char[] array |
ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true > | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true > | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ValueTypeSerializationBufferImp< Ordinal, T, Serializer, false > | Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array |
ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false > | Encapsulate how an array of const objects with value sematics is serialized into a const char[] array |
ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false > | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false > | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ValueTypeSerializationBuffer | Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array |
ConstValueTypeSerializationBuffer | Encapsulate how an array of const objects with value sematics is serialized into a const char[] array |
ValueTypeDeserializationBuffer | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ConstValueTypeDeserializationBuffer | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ValueTypeSerializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > | Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array |
ConstValueTypeSerializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > | Encapsulate how an array of const objects with value sematics is serialized into a const char[] array |
ValueTypeDeserializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
ConstValueTypeDeserializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
Serializer | Strategy interface for the indirect serializing and deserializing objects of a given type handled using reference semantics |
ReferenceTypeSerializationBuffer | Encapsulate how an array of non-const objects with reference sematics is serialized into a char[] array and deserialized again |
ConstReferenceTypeSerializationBuffer | Encapsulate how an array of const objects with reference sematics is serialized into a char[] array |
ReferenceTypeDeserializationBuffer | Encapsulate how an array of non-const objects with reference sematics is deserialized from a char[] array and then serialized back into the char[] buffer again |
ConstReferenceTypeDeserializationBuffer | Encapsulate how an array of onst objects with reference sematics is deserialized from a char[] array with memory being automatically freed at destruction time |
BaseTimer | Basic timer used elsewhere, uses MPI_Wtime for time |
TimeInfo | |
StackedTimer | This class allows one to push and pop timers on and off a stack |
AlignmentWidths | Stores the column widths for output alignment |
LevelTimer | Timer info at a given level and all the children |
OutputOptions | |
TableColumn | |
TableEntry | An entry, perhaps compound, to be written into a table |
DoubleEntry | A table entry that is a simple double-precision number |
IntEntry | A table entry that is a simple integer |
StringEntry | A table entry that is a simple std::string |
CompoundEntryWithParentheses | An entry containing two subentries, with the second to be written in parentheses after the first. For example, |
TableFormat | Encapsulation of formatting specifications for writing data in a clean tabular form |
MaxLoc | Teuchos version of MPI_MAXLOC |
MaxLoc< Ordinal, double, int > | |
MinLoc | Teuchos version of MPI_MINLOC |
MinLoc< Ordinal, double, int > | |
MinLocNonzero | Same as MinLoc, but don't allow zero |
MinLocNonzero< Ordinal, double, int > | |
TimeMonitor | Scope guard for Time, that can compute MPI collective timer statistics |
SyncTimeMonitor | A TimeMonitor that waits at a MPI barrier before destruction |
TimeMonitorSurrogateImpl | Implementation of TimeMonitorSurrogate that invokes TimeMonitor |
TimeMonitorSurrogateImplInserter | Injects run-time dependency of a class on TimeMonitor |
ScalarTraits< std::pair< Packet, Packet > > | |
ValueTypeConversionTraits< std::pair< Packet, Packet >, ConvertToPacket > | |
DefaultBLASImpl | Default implementation for BLAS routines |
BLAS | Templated BLAS wrapper |
BLAS< int, float > | |
BLAS< int, double > | |
BLAS< int, std::complex< float > > | |
BLAS< int, std::complex< double > > | |
CompObject | Functionality and data that is common to all computational classes |
Flops | The Teuchos Floating Point Operations Class |
UndefinedLAPACKRoutine | |
LAPACK | The Templated LAPACK Wrapper Class |
Object | The base Teuchos class |
Polynomial | Lightweight container class to represent a simple polynomial |
PolynomialTraits | Traits class for polynomial coefficients in Teuchos::Polynomial |
PromotionTraits | |
PromotionTraits< T, T > | |
SerialBandDenseMatrix | This class creates and provides basic support for banded dense matrices of templated type |
SerialBandDenseMatrixPrinter | Ostream manipulator for SerialBandDenseMatrix |
SerialBandDenseSolver | A class for representing and solving banded dense linear systems |
SerialDenseMatrix | This class creates and provides basic support for dense rectangular matrix of templated type |
SerialDenseMatrixPrinter | Ostream manipulator for SerialDenseMatrix |
SerialDenseSolver | A class for solving dense linear problems |
SerialDenseVector | This class creates and provides basic support for dense vectors of templated type as a specialization of Teuchos::SerialDenseMatrix. Additional methods for the SerialDenseVector class, like mathematical methods, can be found documented in SerialDenseMatrix |
SerialDenseVectorPrinter | Ostream manipulator for SerialDenseVector |
SerialQRDenseSolver | A class for solving dense linear problems |
SerialSpdDenseSolver | A class for constructing and using Hermitian positive definite dense matrices |
SerialSymDenseMatrix | This class creates and provides basic support for symmetric, positive-definite dense matrices of templated type |
SerialSymDenseMatrixPrinter | Ostream manipulator for SerialSymDenseMatrix |
SerialTriDiMatrix | This class creates and provides basic support for TriDi matrix of templated type |
FILEstream | Teuchos::FILEstream: Combined C FILE and C++ stream |
ConstHandle | Templated handle class with strong const protection |
Handle | Generic templated handle class |
ConstHandleable | Class ConstHandleable provides an abstract interface for polymorphic conversion from raw pointers to const smart pointers |
Handleable | Class Handleable provides an abstract interface for polymorphic conversion from raw pointers to smart pointers |
StringToIntMap | Map a std::string to an enumeration |
AlreadyExists | |
DoesNotExist | |
map | This class creates a basic std::map object for platforms where the std::map is deficient, otherwise the std::map is injected into the Teuchos namespace |
TeuchosTests | |
Trilinos | Namespace of things generally useful to many Trilinos packages |
Details | |
Impl | Implementation details of implementation details |
LinearSolverFactoryRepository | Repository of solver factories |
LinearSolver | Interface for a method for solving linear system(s) AX=B |
LinearSolverFactory | Interface for a "factory" that creates solvers |
LinearSolverSetupFailure | Exception reporting failure in setting up a linear solver |
A | |
FactoryA | |
RegisterFactoryA | |
Solver1 | |
Solver2 | |
AlgorithmA | |
B | |
FactoryB | |
RegisterFactoryB | |
Solver3 | |
Solver4 | |
B1 | |
B2 | |
C | |
FactoryC | |
RegisterFactoryC | |
Solver5 | |
Solver6 | |
CustomDataType | |
D | |
E | |
Get_A_f_return | |
TestVerboseObjectBaseInitialization | |
Transformer | This class implements a simple (useless) transformation that requires workspace |
UndefinedType | |
UndefinedType2 | |