35 #ifndef _BLAZE_MATH_FUNCTORS_FORWARD_H_ 36 #define _BLAZE_MATH_FUNCTORS_FORWARD_H_ 67 template<
typename,
typename >
struct Bind1st;
68 template<
typename,
typename >
struct Bind2nd;
74 template<
typename >
struct Clamp;
108 struct LeftShiftAssign;
Generic wrapper for subtraction assignment.
Definition: SubAssign.h:59
Generic wrapper for the trunc() function.
Definition: Trunc.h:81
Generic wrapper for bitwise OR assignment.
Definition: OrAssign.h:59
Generic wrapper for multiplication assignment.
Definition: MultAssign.h:59
Generic wrapper for the squared abs() function.
Definition: SqrAbs.h:85
Header file for basic type definitions.
Generic wrapper for the uniform left-shift operation.
Definition: ShiftLI.h:76
Generic wrapper for the sin() function.
Definition: Sin.h:79
Generic wrapper for the elementwise right-shift operation.
Definition: ShiftRV.h:75
Generic wrapper for the subtraction operator.
Definition: Sub.h:83
Generic wrapper for the qdrt() function.
Definition: Qdrt.h:82
Generic wrapper for modulo assignment.
Definition: ModuloAssign.h:58
Generic wrapper for the elementwise left-shift operation.
Definition: ShiftLV.h:75
Generic wrapper for the sqrt() function.
Definition: Sqrt.h:83
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Generic wrapper for the null function.
Definition: Noop.h:60
Generic wrapper for the reset() function.
Definition: Reset.h:60
Generic wrapper for the trans() function.
Definition: Trans.h:59
Generic wrapper for the pow4() function.
Definition: Pow4.h:78
Generic wrapper for the Schur product.
Definition: Schur.h:78
Generic wrapper for the pow2() function.
Definition: Pow2.h:78
Generic wrapper for bitwise XOR assignment.
Definition: XorAssign.h:58
Generic wrapper for the pow() function.
Definition: Pow.h:63
Generic wrapper for the max() function.
Definition: Max.h:80
Generic wrapper for the real() function.
Definition: Real.h:80
Generic wrapper for the tan() function.
Definition: Tan.h:79
Generic wrapper for the logical NOT operator.
Definition: Not.h:58
Generic wrapper for the sign() function.
Definition: Sign.h:81
Generic wrapper for the min() function.
Definition: Min.h:80
Generic wrapper for the lpNorm() function.
Definition: Forward.h:113
Generic wrapper for the pow3() function.
Definition: Pow3.h:78
Generic wrapper for the multiplication operator.
Definition: Mult.h:80
Generic wrapper for the logical OR operator.
Definition: Or.h:58
Generic wrapper for the Serial() function.
Definition: Serial.h:60
Generic wrapper for the round() function.
Definition: Round.h:81
Generic wrapper for the sinh() function.
Definition: Sinh.h:79
Generic wrapper for bitwise right-shift assignment.
Definition: RightShiftAssign.h:58
Generic wrapper for the tanh() function.
Definition: Tanh.h:79
Generic wrapper for the uniform right-shift operation.
Definition: ShiftRI.h:75