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_FORWARD_H_
36 #define _BLAZE_MATH_FORWARD_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
47 
48 
49 namespace blaze {
50 
51 //=================================================================================================
52 //
53 // ::blaze NAMESPACE FORWARD DECLARATIONS
54 //
55 //=================================================================================================
56 
57 template< typename > class Quaternion;
58 template< typename > class RotationMatrix;
59 
60 } // namespace blaze
61 
62 #endif
Efficient, generic implementation of a 3x3 rotation matrix.The RotationMatrix class is the representa...
Definition: Forward.h:58
Header file for all forward declarations for sparse vectors and matrices.
Header file for all adaptor forward declarations.
Header file for all forward declarations for dense vectors and matrices.
Header file for all forward declarations for views.
Efficient implementation of a quaternion.Quaternions are a superior way to deal with rotations and or...
Definition: Forward.h:57