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 
39 namespace blaze {
40 
41 //=================================================================================================
42 //
43 // ::blaze NAMESPACE FORWARD DECLARATIONS
44 //
45 //=================================================================================================
46 
47 template< typename, typename > class ComplexProxy;
48 template< typename, typename > class DefaultProxy;
49 template< typename, typename > class DenseMatrixProxy;
50 template< typename, typename > class DenseVectorProxy;
51 template< typename, typename > class Proxy;
52 template< typename, typename > class SparseMatrixProxy;
53 template< typename, typename > class SparseVectorProxy;
54 
55 } // namespace blaze
56 
57 #endif
Proxy base class.The Proxy class is a base class for all proxy classes within the Blaze library that ...
Definition: Forward.h:51
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Proxy backend for sparse matrix types.The SparseMatrixProxy class serves as a backend for the Proxy c...
Definition: Forward.h:52
Proxy backend for sparse vector types.The SparseVectorProxy class serves as a backend for the Proxy c...
Definition: Forward.h:53