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
FadUnitTests.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 "
FadUnitTests.hpp
"
11
12
#include "
Sacado_Fad_SimpleFad.hpp
"
13
14
typedef ::testing::Types
<
15
Sacado::Fad::DFad<double>
,
16
Sacado::Fad::SFad<double,5>
,
17
Sacado::Fad::SLFad<double,5>
,
18
#if defined(SACADO_ENABLE_NEW_DESIGN) && !defined(SACADO_NEW_FAD_DESIGN_IS_DEFAULT)
19
Sacado::Fad::Exp::DFad<double>
,
20
Sacado::Fad::Exp::SFad<double,5>
,
21
Sacado::Fad::Exp::SLFad<double,5>
,
22
#endif
23
Sacado::Fad::SimpleFad<double>
,
24
Sacado::Fad::DVFad<double>
25
>
FadTypes
;
26
27
INSTANTIATE_TYPED_TEST_SUITE_P
(Fad,
FadOpsUnitTest
,
FadTypes
);
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< double >
Sacado::Fad::Exp::GeneralFad
Forward-mode AD class templated on the storage for the derivative array.
Definition:
Sacado_Fad_Exp_GeneralFad.hpp:30
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)
FadOpsUnitTest
Definition:
FadUnitTests.hpp:27
FadUnitTests.hpp
Sacado::Fad::SLFad
Definition:
Sacado_Fad_SLFadTraits.hpp:27
Generated on Tue Nov 12 2024 09:21:48 for Sacado Package Browser (Single Doxygen Collection) by
1.8.5