Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Typedefs | Functions
FadUnitTests.cpp File Reference
#include "FadUnitTests.hpp"
#include "Sacado_Fad_SimpleFad.hpp"
Include dependency graph for FadUnitTests.cpp:

Go to the source code of this file.

Typedefs

typedef ::testing::Types< Sacado::Fad::DFad< double >, Sacado::Fad::SFad< double, 5 >, Sacado::Fad::SLFad< double, 5 >, Sacado::Fad::SimpleFad< double >, Sacado::Fad::DVFad< double > > FadTypes
 

Functions

 INSTANTIATE_TYPED_TEST_SUITE_P (Fad, FadOpsUnitTest, FadTypes)
 

Typedef Documentation

◆ FadTypes

Definition at line 45 of file FadUnitTests.cpp.

Function Documentation

◆ INSTANTIATE_TYPED_TEST_SUITE_P()

INSTANTIATE_TYPED_TEST_SUITE_P ( Fad ,
FadOpsUnitTest ,
FadTypes  )