Forward.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_SPARSE_FORWARD_H_
36 #define _BLAZE_MATH_SPARSE_FORWARD_H_
37 
38 
39 namespace blaze {
40 
41 //=================================================================================================
42 //
43 // ::blaze NAMESPACE FORWARD DECLARATIONS
44 //
45 //=================================================================================================
46 
47 template< typename, bool > class CompressedMatrix;
48 template< typename, bool > class CompressedVector;
49 template< typename, bool > class IdentityMatrix;
50 template< typename, bool > class ZeroMatrix;
51 template< typename, bool > class ZeroVector;
52 
53 } // namespace blaze
54 
55 #endif
Efficient implementation of an zero matrix.The ZeroMatrix class template is the representation of an...
Definition: Forward.h:50
Efficient implementation of an identity matrix.The IdentityMatrix class template is the representati...
Definition: Forward.h:49
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Efficient implementation of an arbitrary sized zero vector.The ZeroVector class template is the repre...
Definition: Forward.h:51