| 
    Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include "Teuchos_UnitTestHarness.hpp"#include "Teuchos_TestingHelpers.hpp"#include "Teuchos_UnitTestRepository.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Stokhos.hpp"#include "Stokhos_UnitTestHelpers.hpp"#include "Stokhos_HouseTriDiagPCEBasis.hpp"
Go to the source code of this file.
Classes | |
| struct | lanczos_pce_quad_func | 
| struct | Lanczos_PCE_Setup< Func > | 
| struct | Lanczos_Cos_Func< Ordinal_Type, Value_Type > | 
| struct | Lanczos_Sin_Func< Ordinal_Type, Value_Type > | 
| struct | Lanczos_Exp_Func< Ordinal_Type, Value_Type > | 
Macros | |
| #define | LANCZOS_UNIT_TESTS(BASENAME, TAG, FUNC, NORMALIZE) | 
Functions | |
| LANCZOS_UNIT_TESTS (Stokhos_LanczosPCEBasis_Proj, Cos, Lanczos_Cos_Func, false) template< typename Ordinal_Type | |
| LANCZOS_UNIT_TESTS (Stokhos_LanczosPCEBasis_Proj, Sin, Lanczos_Sin_Func, false) template< typename Ordinal_Type | |
| LANCZOS_UNIT_TESTS (Stokhos_LanczosPCEBasis_Proj, Exp, Lanczos_Exp_Func, false) int main(int argc | |
Variables | |
| char * | argv [] | 
| #define LANCZOS_UNIT_TESTS | ( | BASENAME, | |
| TAG, | |||
| FUNC, | |||
| NORMALIZE | |||
| ) | 
Definition at line 124 of file Stokhos_HouseTriDiagUnitTest.cpp.
| LANCZOS_UNIT_TESTS | ( | Stokhos_LanczosPCEBasis_Proj | , | 
| Cos | , | ||
| Lanczos_Cos_Func | , | ||
| false | |||
| ) | 
| LANCZOS_UNIT_TESTS | ( | Stokhos_LanczosPCEBasis_Proj | , | 
| Sin | , | ||
| Lanczos_Sin_Func | , | ||
| false | |||
| ) | 
| LANCZOS_UNIT_TESTS | ( | Stokhos_LanczosPCEBasis_Proj | , | 
| Exp | , | ||
| Lanczos_Exp_Func | , | ||
| false | |||
| ) | 
| char* argv[] | 
Definition at line 252 of file Stokhos_HouseTriDiagUnitTest.cpp.
 1.8.5