Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TayUnitTests.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_ADOLC
13 
14 #include "TayUnitTests.hpp"
16 
20  > TayTypes;
21 
24  > MaxMinTayTypes;
25 
27 INSTANTIATE_TYPED_TEST_SUITE_P(MaxMinTaylor, TaylorMaxMinUnitTest, MaxMinTayTypes);
28 
29 #endif
Forward-mode AD class using dynamic memory allocation.
internal::ProxyTypeList< Ts...> Types
INSTANTIATE_TYPED_TEST_SUITE_P(CacheFad, FadOpsUnitTest, FadTypes)