Forward.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_FUNCTORS_FORWARD_H_
36 #define _BLAZE_MATH_FUNCTORS_FORWARD_H_
37 
38 
39 namespace blaze {
40 
41 //=================================================================================================
42 //
43 // ::blaze NAMESPACE FORWARD DECLARATIONS
44 //
45 //=================================================================================================
46 
47 struct Abs;
48 struct Acos;
49 struct Acosh;
50 struct Asin;
51 struct Asinh;
52 struct Atan;
53 struct Atanh;
54 struct Cbrt;
55 struct Ceil;
56 template< typename > struct Clip;
57 struct Conj;
58 struct Cos;
59 struct Cosh;
60 struct CTrans;
61 struct Erf;
62 struct Erfc;
63 struct Eval;
64 struct Exp;
65 struct Floor;
66 struct Imag;
67 struct Inv;
68 struct InvCbrt;
69 struct InvSqrt;
70 struct Log;
71 struct Log10;
72 template< typename > struct Pow;
73 struct Real;
74 struct Serial;
75 struct Sin;
76 struct Sinh;
77 struct Sqrt;
78 struct Tan;
79 struct Tanh;
80 struct Trans;
81 
82 } // namespace blaze
83 
84 #endif
Generic wrapper for the sin() function.
Definition: Sin.h:62
Generic wrapper for the sqrt() function.
Definition: Sqrt.h:62
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Generic wrapper for the trans() function.
Definition: Trans.h:58
Generic wrapper for the pow() function.
Definition: Forward.h:72
Generic wrapper for the real() function.
Definition: Real.h:59
Generic wrapper for the tan() function.
Definition: Tan.h:62
Generic wrapper for the Serial() function.
Definition: Serial.h:58
Generic wrapper for the sinh() function.
Definition: Sinh.h:62
Generic wrapper for the tanh() function.
Definition: Tanh.h:62