|
Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
Mock NormInf ReductionFunctional subclass used for unit testing. More...
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| RCP < MockNormInfReductionFunctional < Scalar > > | createMockNormReductionFunctional () |
| Non-member constructor. | |
| template<class Scalar > | |
| RCP < MockMaxNormInfEpsReductionFunctional < Scalar > > | createMockMaxNormInfEpsReductionFunctional () |
| Non-member constructor. | |
Overridded protected functions overridden from ReductionFunctional. | |
| virtual ScalarTraits< Scalar > ::magnitudeType | reduceImpl (const VectorBase< Scalar > &v) const |
| | |
| virtual bool | isCompatibleImpl (const VectorBase< Scalar > &v) const |
| | |
Mock NormInf ReductionFunctional subclass used for unit testing.
Definition at line 83 of file Thyra_Belos_StatusTest_UnitTests.cpp.
| virtual ScalarTraits<Scalar>::magnitudeType Thyra::MockNormInfReductionFunctional< Scalar >::reduceImpl | ( | const VectorBase< Scalar > & | v | ) | const [inline, protected, virtual] |
Definition at line 91 of file Thyra_Belos_StatusTest_UnitTests.cpp.
| virtual bool Thyra::MockNormInfReductionFunctional< Scalar >::isCompatibleImpl | ( | const VectorBase< Scalar > & | v | ) | const [inline, protected, virtual] |
Definition at line 95 of file Thyra_Belos_StatusTest_UnitTests.cpp.
| RCP< MockNormInfReductionFunctional< Scalar > > createMockNormReductionFunctional | ( | ) | [related] |
Non-member constructor.
Definition at line 109 of file Thyra_Belos_StatusTest_UnitTests.cpp.
| RCP< MockMaxNormInfEpsReductionFunctional< Scalar > > createMockMaxNormInfEpsReductionFunctional | ( | ) | [related] |
Non-member constructor.
Definition at line 147 of file Thyra_Belos_StatusTest_UnitTests.cpp.
1.7.6.1