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
dense
Forward.h
Go to the documentation of this file.
1
//=================================================================================================
20
//=================================================================================================
21
22
#ifndef _BLAZE_MATH_DENSE_FORWARD_H_
23
#define _BLAZE_MATH_DENSE_FORWARD_H_
24
25
26
namespace
blaze {
27
28
//=================================================================================================
29
//
30
// ::blaze NAMESPACE FORWARD DECLARATIONS
31
//
32
//=================================================================================================
33
34
template
<
typename
,
bool
>
class
DynamicVector;
35
template
<
typename
,
bool
>
class
DynamicMatrix;
36
template
<
typename
,
size_t
,
size_t
,
bool
>
class
StaticMatrix
;
37
template
<
typename
,
size_t
,
bool
>
class
StaticVector
;
38
39
}
// namespace blaze
40
41
#endif
Generated on Fri May 24 2013 16:39:44 by
1.8.3.1