All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Forward.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_ADAPTORS_FORWARD_H_
36 #define _BLAZE_MATH_ADAPTORS_FORWARD_H_
37 
38 
39 namespace blaze {
40 
41 //=================================================================================================
42 //
43 // ::blaze NAMESPACE FORWARD DECLARATIONS
44 //
45 //=================================================================================================
46 
47 template< typename, bool, bool, bool > class SymmetricMatrix;
48 
49 } // namespace blaze
50 
51 #endif
Matrix adapter for symmetric matrices.
Definition: Forward.h:47