Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_Sacado.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef STOKHOS_SACADO_HPP
11 #define STOKHOS_SACADO_HPP
12 
13 // We need to define math functions first for nested AD types
14 #include "Sacado_MathFunctions.hpp"
16 
17 // Stokhos headers
18 #include "Stokhos.hpp"
19 
20 // Traits classes
23 
24 // Sacado overloaded operators for Stokhos
30 
31 #endif // STOKHOS_SACADO_HPP