Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
blaze
math
expressions
DivExpr.h
Go to the documentation of this file.
1
//=================================================================================================
20
//=================================================================================================
21
22
#ifndef _BLAZE_MATH_EXPRESSIONS_DIVEXPR_H_
23
#define _BLAZE_MATH_EXPRESSIONS_DIVEXPR_H_
24
25
26
//*************************************************************************************************
27
// Includes
28
//*************************************************************************************************
29
30
#include <
blaze/math/expressions/Expression.h
>
31
32
33
namespace
blaze {
34
35
//=================================================================================================
36
//
37
// CLASS DEFINITION
38
//
39
//=================================================================================================
40
41
//*************************************************************************************************
52
struct
DivExpr
:
private
Expression
53
{};
54
//*************************************************************************************************
55
56
}
// namespace blaze
57
58
#endif
Generated on Sun Jul 28 2013 17:05:54 by
1.8.3.1