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 37 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 41 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 85 of file PlayaCompoundTester.hpp.


Member Function Documentation

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

Definition at line 143 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 102 of file PlayaCompoundTester.hpp.

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

Definition at line 171 of file PlayaCompoundTester.hpp.

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

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

Definition at line 116 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 69 of file PlayaCompoundTester.hpp.

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

Definition at line 71 of file PlayaCompoundTester.hpp.

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

Definition at line 75 of file PlayaCompoundTester.hpp.

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

Definition at line 79 of file PlayaCompoundTester.hpp.

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

Definition at line 77 of file PlayaCompoundTester.hpp.

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

Definition at line 73 of file PlayaCompoundTester.hpp.

Site Contact