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 DeclLow;
64 struct DeclSym;
65 struct DeclUpp;
66 struct Erf;
67 struct Erfc;
68 struct Eval;
69 struct Exp;
70 struct Exp2;
71 struct Exp10;
72 struct Floor;
73 struct Imag;
74 struct Inv;
75 struct InvCbrt;
76 struct InvSqrt;
77 struct Log;
78 struct Log2;
79 struct Log10;
80 template< typename > struct Pow;
81 struct Real;
82 struct Round;
83 struct Serial;
84 struct Sin;
85 struct Sinh;
86 struct Sqrt;
87 struct Tan;
88 struct Tanh;
89 struct Trans;
90 struct Trunc;
91 
92 } // namespace blaze
93 
94 #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:80
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 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