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 Clamp;
57 struct Conj;
58 struct Cos;
59 struct Cosh;
60 struct CTrans;
61 struct DeclDiag;
62 struct DeclHerm;
63 struct DeclId;
64 struct DeclLow;
65 struct DeclSym;
66 struct DeclUpp;
67 struct Erf;
68 struct Erfc;
69 struct Eval;
70 struct Exp;
71 struct Exp2;
72 struct Exp10;
73 struct Floor;
74 struct Imag;
75 struct Inv;
76 struct InvCbrt;
77 struct InvSqrt;
78 struct Log;
79 struct Log2;
80 struct Log10;
81 struct Max;
82 struct Min;
83 struct Noop;
84 template< typename > struct Pow;
85 struct Real;
86 struct Round;
87 struct Serial;
88 struct Sin;
89 struct Sinh;
90 struct Sqrt;
91 struct Tan;
92 struct Tanh;
93 struct Trans;
94 struct Trunc;
95 
96 } // namespace blaze
97 
98 #endif
Generic wrapper for the trunc() function.
Definition: Trunc.h:62
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:84
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:59
Generic wrapper for the round() function.
Definition: Round.h:62
Generic wrapper for the sinh() function.
Definition: Sinh.h:62
Generic wrapper for the tanh() function.
Definition: Tanh.h:62