Blaze 3.9
Forward.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_MATH_PROXY_FORWARD_H_
36#define _BLAZE_MATH_PROXY_FORWARD_H_
37
38
39namespace blaze {
40
41//=================================================================================================
42//
43// ::blaze NAMESPACE FORWARD DECLARATIONS
44//
45//=================================================================================================
46
47template< typename, typename > class ComplexProxy;
48template< typename, typename > class DefaultProxy;
49template< typename, typename > class DenseMatrixProxy;
50template< typename, typename > class DenseVectorProxy;
51template< typename, typename > class Proxy;
52template< typename, typename > class SparseMatrixProxy;
53template< typename, typename > class SparseVectorProxy;
54
55} // namespace blaze
56
57#endif