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_SPARSE_FORWARD_H_
23 #define _BLAZE_MATH_SPARSE_FORWARD_H_
24 
25 
26 namespace blaze {
27 
28 //=================================================================================================
29 //
30 // ::blaze NAMESPACE FORWARD DECLARATIONS
31 //
32 //=================================================================================================
33 
34 template< typename, bool > class CompressedMatrix;
35 template< typename, bool > class CompressedVector;
36 
37 } // namespace blaze
38 
39 #endif