Forward.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_ADAPTORS_FORWARD_H_
36 #define _BLAZE_MATH_ADAPTORS_FORWARD_H_
37 
38 
39 namespace blaze {
40 
41 //=================================================================================================
42 //
43 // ::blaze NAMESPACE FORWARD DECLARATIONS
44 //
45 //=================================================================================================
46 
47 template< typename, bool, bool > class DiagonalMatrix;
48 template< typename, bool, bool > class LowerMatrix;
49 template< typename, bool, bool > class StrictlyLowerMatrix;
50 template< typename, bool, bool > class StrictlyUpperMatrix;
51 template< typename, bool, bool, bool > class SymmetricMatrix;
52 template< typename, bool, bool > class UniLowerMatrix;
53 template< typename, bool, bool > class UniUpperMatrix;
54 template< typename, bool, bool > class UpperMatrix;
55 
56 } // namespace blaze
57 
58 #endif
Matrix adapter for lower triangular matrices.
Definition: Forward.h:48
Matrix adapter for symmetric matrices.
Definition: Forward.h:51
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Matrix adapter for strictly upper triangular matrices.
Definition: Forward.h:50
Matrix adapter for upper triangular matrices.
Definition: Forward.h:54
Matrix adapter for upper unitriangular matrices.
Definition: Forward.h:53
Matrix adapter for strictly lower triangular matrices.
Definition: Forward.h:49
Matrix adapter for lower unitriangular matrices.
Definition: Forward.h:52