| 
    Sacado Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include "Teuchos_UnitTestHarness.hpp"#include "Teuchos_UnitTestRepository.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Sacado.hpp"#include "Fad_CommTests.hpp"
Go to the source code of this file.
Typedefs | |
| typedef int | Ordinal | 
| typedef  Sacado::ELRCacheFad::DFad < double >  | Fad_DFadType | 
| typedef  Sacado::ELRCacheFad::SLFad < double, 10 >  | Fad_SLFadType | 
| typedef  Sacado::ELRCacheFad::SFad < double, 5 >  | Fad_SFadType | 
Functions | |
| int | main (int argc, char *argv[]) | 
Variables | |
| Sacado::Random< double > | rnd | 
| typedef int Ordinal | 
Definition at line 36 of file ELRCacheFad_CommTests.cpp.
| typedef Sacado::ELRCacheFad::DFad<double> Fad_DFadType | 
Definition at line 37 of file ELRCacheFad_CommTests.cpp.
| typedef Sacado::ELRCacheFad::SLFad<double,10> Fad_SLFadType | 
Definition at line 38 of file ELRCacheFad_CommTests.cpp.
| typedef Sacado::ELRCacheFad::SFad<double,5> Fad_SFadType | 
Definition at line 39 of file ELRCacheFad_CommTests.cpp.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 45 of file ELRCacheFad_CommTests.cpp.
| Sacado::Random<double> rnd | 
Definition at line 40 of file ELRCacheFad_CommTests.cpp.
 1.8.5