Public Types | Public Member Functions | Private Attributes
Playa::CompoundTester< Scalar > Class Template Reference
Inheritance diagram for Playa::CompoundTester< Scalar >:
Playa::TesterBase< Scalar >

List of all members.

Public Types

typedef Teuchos::ScalarTraits
< Scalar >::magnitudeType 
ScalarMag
 Local typedef for promoted scalar magnitude.

Public Member Functions

 CompoundTester (const LinearOperator< Scalar > &A, const LinearOperator< Scalar > &B, const TestSpecifier< Scalar > &sumSpec, const TestSpecifier< Scalar > &composedSpec, const TestSpecifier< Scalar > &scaledSpec, const TestSpecifier< Scalar > &diagSpec)
bool runAllTests () const
bool sumTest () const
bool composedTest () const
bool scaledTest () const
bool diagTest () const

Private Attributes

LinearOperator< Scalar > A_
LinearOperator< Scalar > B_
TestSpecifier< Scalar > sumSpec_
TestSpecifier< Scalar > composedSpec_
TestSpecifier< Scalar > scaledSpec_
TestSpecifier< Scalar > diagSpec_

Detailed Description

template<class Scalar>
class Playa::CompoundTester< Scalar >

Definition at line 74 of file PlayaCompoundTester.hpp.


Member Typedef Documentation

template<class Scalar >
typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Playa::CompoundTester< Scalar >::ScalarMag

Local typedef for promoted scalar magnitude.

Reimplemented from Playa::TesterBase< Scalar >.

Definition at line 78 of file PlayaCompoundTester.hpp.


Constructor & Destructor Documentation

template<class Scalar >
Playa::CompoundTester< Scalar >::CompoundTester ( const LinearOperator< Scalar > &  A,
const LinearOperator< Scalar > &  B,
const TestSpecifier< Scalar > &  sumSpec,
const TestSpecifier< Scalar > &  composedSpec,
const TestSpecifier< Scalar > &  scaledSpec,
const TestSpecifier< Scalar > &  diagSpec 
) [inline]

Definition at line 122 of file PlayaCompoundTester.hpp.


Member Function Documentation

template<class Scalar >
bool Playa::CompoundTester< Scalar >::composedTest ( ) const [inline]

Definition at line 180 of file PlayaCompoundTester.hpp.

References Playa::norm2(), and Playa::Out::root().

template<class Scalar >
bool Playa::CompoundTester< Scalar >::diagTest ( ) const [inline]
template<class Scalar >
bool Playa::CompoundTester< Scalar >::runAllTests ( ) const [inline, virtual]

Implements Playa::TesterBase< Scalar >.

Definition at line 139 of file PlayaCompoundTester.hpp.

template<class Scalar >
bool Playa::CompoundTester< Scalar >::scaledTest ( ) const [inline]

Definition at line 208 of file PlayaCompoundTester.hpp.

References Playa::norm2(), and Playa::Out::root().

template<class Scalar >
bool Playa::CompoundTester< Scalar >::sumTest ( ) const [inline]

Definition at line 153 of file PlayaCompoundTester.hpp.

References Playa::norm2(), and Playa::Out::root().


Member Data Documentation

template<class Scalar >
LinearOperator<Scalar> Playa::CompoundTester< Scalar >::A_ [private]

Definition at line 106 of file PlayaCompoundTester.hpp.

template<class Scalar >
LinearOperator<Scalar> Playa::CompoundTester< Scalar >::B_ [private]

Definition at line 108 of file PlayaCompoundTester.hpp.

template<class Scalar >
TestSpecifier<Scalar> Playa::CompoundTester< Scalar >::composedSpec_ [private]

Definition at line 112 of file PlayaCompoundTester.hpp.

template<class Scalar >
TestSpecifier<Scalar> Playa::CompoundTester< Scalar >::diagSpec_ [private]

Definition at line 116 of file PlayaCompoundTester.hpp.

template<class Scalar >
TestSpecifier<Scalar> Playa::CompoundTester< Scalar >::scaledSpec_ [private]

Definition at line 114 of file PlayaCompoundTester.hpp.

template<class Scalar >
TestSpecifier<Scalar> Playa::CompoundTester< Scalar >::sumSpec_ [private]

Definition at line 110 of file PlayaCompoundTester.hpp.

Site Contact