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 
46 
47 
48 namespace blaze {
49 
50 //=================================================================================================
51 //
52 // ::blaze NAMESPACE FORWARD DECLARATIONS
53 //
54 //=================================================================================================
55 
56 template< typename > class Quaternion;
57 template< typename > class RotationMatrix;
58 
59 } // namespace blaze
60 
61 #endif
Efficient, generic implementation of a 3x3 rotation matrix.The RotationMatrix class is the representa...
Definition: Forward.h:57
Header file for all forward declarations for sparse vectors and matrices.
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:56