35 #ifndef _BLAZE_MATH_PROXY_FORWARD_H_
36 #define _BLAZE_MATH_PROXY_FORWARD_H_
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;
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:57
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