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
src
Sacado_Fad_SLFad.hpp
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
#ifndef SACADO_FAD_SLFAD_HPP
11
#define SACADO_FAD_SLFAD_HPP
12
13
#include "
Sacado_ConfigDefs.h
"
14
15
#ifdef SACADO_NEW_FAD_DESIGN_IS_DEFAULT
16
17
#include "
Sacado_Fad_Exp_SLFad.hpp
"
18
19
namespace
Sacado {
20
namespace
Fad {
21
template
<
typename
T,
int
Num>
22
using
SLFad
= Exp::GeneralFad< Exp::StaticStorage<T,Num> >;
23
}
24
}
25
26
#else
27
28
#include "
Sacado_Fad_GeneralFadExpr.hpp
"
29
#include "
Sacado_Fad_SLFadTraits.hpp
"
30
#include "
Sacado_Fad_StaticStorage.hpp
"
31
32
#define FAD_NS Fad
33
#include "
Sacado_Fad_SLFad_tmpl.hpp
"
34
#undef FAD_NS
35
36
#endif // SACADO_NEW_FAD_DESIGN_IS_DEFAULT
37
38
#include "
Sacado_Fad_ViewFad.hpp
"
39
40
#endif // SACADO_FAD_SLFAD_HPP
Sacado::Fad::Exp::SLFad
GeneralFad< StaticStorage< T, Num > > SLFad
Definition:
Sacado_Fad_Exp_SLFad.hpp:22
Sacado_Fad_SLFad_tmpl.hpp
Sacado_Fad_StaticStorage.hpp
Sacado_Fad_Exp_SLFad.hpp
Sacado_Fad_ViewFad.hpp
Sacado_ConfigDefs.h
Sacado_Fad_GeneralFadExpr.hpp
Sacado_Fad_SLFadTraits.hpp
Generated on Tue Nov 12 2024 09:21:52 for Sacado Package Browser (Single Doxygen Collection) by
1.8.5