All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Forward.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_MATH_FORWARD_H_
23 #define _BLAZE_MATH_FORWARD_H_
24 
25 
26 //*************************************************************************************************
27 // Includes
28 //*************************************************************************************************
29 
33 
34 
35 namespace blaze {
36 
37 //=================================================================================================
38 //
39 // ::blaze NAMESPACE FORWARD DECLARATIONS
40 //
41 //=================================================================================================
42 
43 template< typename > class Quaternion;
44 template< typename > class RotationMatrix;
45 
46 } // namespace blaze
47 
48 #endif