Blaze  3.6
Shims.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_SHIMS_H_
36 #define _BLAZE_MATH_SHIMS_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/math/shims/Abs.h>
44 #include <blaze/math/shims/Acos.h>
45 #include <blaze/math/shims/Acosh.h>
46 #include <blaze/math/shims/Asin.h>
47 #include <blaze/math/shims/Asinh.h>
48 #include <blaze/math/shims/Atan.h>
49 #include <blaze/math/shims/Atan2.h>
50 #include <blaze/math/shims/Atanh.h>
51 #include <blaze/math/shims/Cbrt.h>
52 #include <blaze/math/shims/Ceil.h>
53 #include <blaze/math/shims/Clamp.h>
54 #include <blaze/math/shims/Clear.h>
56 #include <blaze/math/shims/Cos.h>
57 #include <blaze/math/shims/Cosh.h>
59 #include <blaze/math/shims/Equal.h>
60 #include <blaze/math/shims/Erf.h>
61 #include <blaze/math/shims/Erfc.h>
62 #include <blaze/math/shims/Eval.h>
64 #include <blaze/math/shims/Exp.h>
65 #include <blaze/math/shims/Exp2.h>
66 #include <blaze/math/shims/Exp10.h>
67 #include <blaze/math/shims/Floor.h>
69 #include <blaze/math/shims/Hypot.h>
76 #include <blaze/math/shims/IsNaN.h>
77 #include <blaze/math/shims/IsOne.h>
80 #include <blaze/math/shims/Less.h>
81 #include <blaze/math/shims/Log.h>
82 #include <blaze/math/shims/Log2.h>
83 #include <blaze/math/shims/Log10.h>
85 #include <blaze/math/shims/Pow.h>
86 #include <blaze/math/shims/Pow2.h>
87 #include <blaze/math/shims/Pow3.h>
88 #include <blaze/math/shims/Pow4.h>
89 #include <blaze/math/shims/Qdrt.h>
90 #include <blaze/math/shims/Real.h>
91 #include <blaze/math/shims/Reset.h>
92 #include <blaze/math/shims/Round.h>
94 #include <blaze/math/shims/Sign.h>
95 #include <blaze/math/shims/Sin.h>
96 #include <blaze/math/shims/Sinh.h>
97 #include <blaze/math/shims/Sqrt.h>
98 #include <blaze/math/shims/Tan.h>
99 #include <blaze/math/shims/Tanh.h>
100 #include <blaze/math/shims/Trunc.h>
101 
102 #endif
Header file for the isnan shim.
Header file for the sign shim.
Header file for the nextMultiple shim.
Header file for the acos shim.
Header file for the asin shim.
Header file for the cosh shim.
Header file for the imaginary shim.
Header file for the serial shim.
Header file for the isZero shim.
Header file for the tan shim.
Header file for the clamp shim.
Header file for the abs shim.
Header file for the pow shim.
Header file for the invert shim.
Header file for the reset shim.
Header file for the exp2 shim.
Header file for the less shim.
Header file for the digits shim.
Header file for the log10 shim.
Header file for the sqrt shim.
Header file for the floor shim.
Header file for the cos shim.
Header file for the log2 shim.
Header file for the erf shim.
Header file for the trunc shim.
Header file for the pow2 shim.
Header file for the sin shim.
Header file for the equal shim.
Header file for the invsqrt shim.
Header file for the qdrt shim.
Header file for the erfc shim.
Header file for the pow3 shim.
Header file for the isOne shim.
Header file for the conjugate shim.
Header file for the log shim.
Header file for the evaluate shim.
Header file for the pow4 shim.
Header file for the greater shim.
Header file for the acosh shim.
Header file for the cbrt shim.
Header file for the atanh shim.
Header file for the round shim.
Header file for the invcbrt shim.
Header file for the hypot shim.
Header file for the exp10 shim.
Header file for the isDefault shim.
Header file for the asinh shim.
Header file for the tanh shim.
Header file for the eval shim.
Header file for the isDivisor shim.
Header file for the atan2 shim.
Header file for the exp shim.
Header file for the real shim.
Header file for the sinh shim.
Header file for the isReal shim.
Header file for the atan shim.
Header file for the clear shim.
Header file for the ceil shim.