Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ComplexELRFadUnitTests.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Sacado Package
4 //
5 // Copyright 2006 NTESS and the Sacado contributors.
6 // SPDX-License-Identifier: LGPL-2.1-or-later
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "Sacado_ConfigDefs.h"
11 
12 #ifdef HAVE_SACADO_COMPLEX
13 
14 #include "FadUnitTests2.hpp"
15 
20  > FadTypes;
21 
23 
24 #endif
::testing::Types< Sacado::CacheFad::DFad< double >, Sacado::CacheFad::SFad< double, 5 >, Sacado::CacheFad::SLFad< double, 5 > > FadTypes
internal::ProxyTypeList< Ts...> Types
INSTANTIATE_TYPED_TEST_SUITE_P(CacheFad, FadOpsUnitTest, FadTypes)