Sacado Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
test
GTestSuite
ComplexFadUnitTests.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
16
#include "
Sacado_Fad_SimpleFad.hpp
"
17
18
typedef ::testing::Types
<
19
Sacado::Fad::DFad<std::complex<double>
>,
20
Sacado::Fad::SFad<std::complex<double>
,5>,
21
Sacado::Fad::SLFad<std::complex<double>
,5>,
22
Sacado::Fad::SimpleFad<std::complex<double>
>,
23
Sacado::Fad::DVFad<std::complex<double>
>
24
>
FadTypes
;
25
26
INSTANTIATE_TYPED_TEST_SUITE_P
(ComplexFad,
FadOpsUnitTest2
,
FadTypes
);
27
28
#endif
FadTypes
::testing::Types< Sacado::CacheFad::DFad< double >, Sacado::CacheFad::SFad< double, 5 >, Sacado::CacheFad::SLFad< double, 5 > > FadTypes
Definition:
CacheFadUnitTests.cpp:16
Sacado::Fad::SFad
Definition:
Sacado_Fad_SFad.hpp:81
testing::Types
internal::ProxyTypeList< Ts...> Types
Definition:
gtest-type-util.h:183
Sacado::Fad::SimpleFad
Forward-mode AD class using dynamic memory allocation but no expression templates.
Definition:
Sacado_Fad_SimpleFad.hpp:32
Sacado::Fad::DFad
Definition:
Sacado_Fad_DFadTraits.hpp:46
FadUnitTests2.hpp
Sacado::Fad::DVFad
Forward-mode AD class using dynamic memory allocation and expression templates.
Definition:
Sacado_Fad_DVFad.hpp:47
Sacado_Fad_SimpleFad.hpp
INSTANTIATE_TYPED_TEST_SUITE_P
INSTANTIATE_TYPED_TEST_SUITE_P(CacheFad, FadOpsUnitTest, FadTypes)
Sacado_ConfigDefs.h
Sacado::Fad::SLFad
Definition:
Sacado_Fad_SLFadTraits.hpp:27
FadOpsUnitTest2
Definition:
FadUnitTests2.hpp:24
Generated on Tue Nov 12 2024 09:21:47 for Sacado Package Browser (Single Doxygen Collection) by
1.8.5