Go to the documentation of this file.
3 typedef CwiseUnaryOp<internal::scalar_abs_op<Scalar>,
const Derived>
AbsReturnType;
4 typedef CwiseUnaryOp<internal::scalar_arg_op<Scalar>,
const Derived>
ArgReturnType;
5 typedef CwiseUnaryOp<internal::scalar_abs2_op<Scalar>,
const Derived>
Abs2ReturnType;
6 typedef CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>,
const Derived>
SqrtReturnType;
7 typedef CwiseUnaryOp<internal::scalar_rsqrt_op<Scalar>,
const Derived>
RsqrtReturnType;
8 typedef CwiseUnaryOp<internal::scalar_sign_op<Scalar>,
const Derived>
SignReturnType;
9 typedef CwiseUnaryOp<internal::scalar_inverse_op<Scalar>,
const Derived>
InverseReturnType;
12 typedef CwiseUnaryOp<internal::scalar_exp_op<Scalar>,
const Derived>
ExpReturnType;
13 typedef CwiseUnaryOp<internal::scalar_expm1_op<Scalar>,
const Derived>
Expm1ReturnType;
14 typedef CwiseUnaryOp<internal::scalar_log_op<Scalar>,
const Derived>
LogReturnType;
15 typedef CwiseUnaryOp<internal::scalar_log1p_op<Scalar>,
const Derived>
Log1pReturnType;
16 typedef CwiseUnaryOp<internal::scalar_log10_op<Scalar>,
const Derived>
Log10ReturnType;
17 typedef CwiseUnaryOp<internal::scalar_log2_op<Scalar>,
const Derived>
Log2ReturnType;
18 typedef CwiseUnaryOp<internal::scalar_cos_op<Scalar>,
const Derived>
CosReturnType;
19 typedef CwiseUnaryOp<internal::scalar_sin_op<Scalar>,
const Derived>
SinReturnType;
20 typedef CwiseUnaryOp<internal::scalar_tan_op<Scalar>,
const Derived>
TanReturnType;
21 typedef CwiseUnaryOp<internal::scalar_acos_op<Scalar>,
const Derived>
AcosReturnType;
22 typedef CwiseUnaryOp<internal::scalar_asin_op<Scalar>,
const Derived>
AsinReturnType;
23 typedef CwiseUnaryOp<internal::scalar_atan_op<Scalar>,
const Derived>
AtanReturnType;
24 typedef CwiseUnaryOp<internal::scalar_tanh_op<Scalar>,
const Derived>
TanhReturnType;
26 typedef CwiseUnaryOp<internal::scalar_sinh_op<Scalar>,
const Derived>
SinhReturnType;
27 #if EIGEN_HAS_CXX11_MATH
28 typedef CwiseUnaryOp<internal::scalar_atanh_op<Scalar>,
const Derived> AtanhReturnType;
29 typedef CwiseUnaryOp<internal::scalar_asinh_op<Scalar>,
const Derived> AsinhReturnType;
30 typedef CwiseUnaryOp<internal::scalar_acosh_op<Scalar>,
const Derived> AcoshReturnType;
32 typedef CwiseUnaryOp<internal::scalar_cosh_op<Scalar>,
const Derived>
CoshReturnType;
33 typedef CwiseUnaryOp<internal::scalar_square_op<Scalar>,
const Derived>
SquareReturnType;
34 typedef CwiseUnaryOp<internal::scalar_cube_op<Scalar>,
const Derived>
CubeReturnType;
35 typedef CwiseUnaryOp<internal::scalar_round_op<Scalar>,
const Derived>
RoundReturnType;
36 typedef CwiseUnaryOp<internal::scalar_rint_op<Scalar>,
const Derived>
RintReturnType;
37 typedef CwiseUnaryOp<internal::scalar_floor_op<Scalar>,
const Derived>
FloorReturnType;
38 typedef CwiseUnaryOp<internal::scalar_ceil_op<Scalar>,
const Derived>
CeilReturnType;
39 typedef CwiseUnaryOp<internal::scalar_isnan_op<Scalar>,
const Derived>
IsNaNReturnType;
40 typedef CwiseUnaryOp<internal::scalar_isinf_op<Scalar>,
const Derived>
IsInfReturnType;
358 #if EIGEN_HAS_CXX11_MATH
364 inline const AtanhReturnType
367 return AtanhReturnType(derived());
375 inline const AsinhReturnType
378 return AsinhReturnType(derived());
386 inline const AcoshReturnType
389 return AcoshReturnType(derived());
501 typedef CwiseUnaryOp<internal::scalar_shift_right_op<Scalar, N>,
const Derived>
Type;
521 typedef CwiseUnaryOp<internal::scalar_shift_left_op<Scalar, N>,
const Derived>
Type;
595 THIS_METHOD_IS_ONLY_FOR_EXPRESSIONS_OF_BOOL);
604 typedef CwiseUnaryOp<internal::scalar_erf_op<Scalar>,
const Derived>
ErfReturnType;
605 typedef CwiseUnaryOp<internal::scalar_erfc_op<Scalar>,
const Derived>
ErfcReturnType;
606 typedef CwiseUnaryOp<internal::scalar_ndtri_op<Scalar>,
const Derived>
NdtriReturnType;
const EIGEN_DEVICE_FUNC IsNaNReturnType isNaN() const
const EIGEN_DEVICE_FUNC SqrtReturnType sqrt() const
#define EIGEN_DEVICE_FUNC
const EIGEN_DEVICE_FUNC SinReturnType sin() const
const EIGEN_DEVICE_FUNC InverseReturnType inverse() const
CwiseUnaryOp< internal::scalar_isinf_op< Scalar >, const Derived > IsInfReturnType
const EIGEN_DEVICE_FUNC ErfReturnType erf() const
CwiseUnaryOp< internal::scalar_boolean_not_op< Scalar >, const Derived > BooleanNotReturnType
const EIGEN_DEVICE_FUNC LogisticReturnType logistic() const
const EIGEN_DEVICE_FUNC AtanReturnType atan() const
CwiseUnaryOp< internal::scalar_cos_op< Scalar >, const Derived > CosReturnType
CwiseUnaryOp< internal::scalar_sinh_op< Scalar >, const Derived > SinhReturnType
const EIGEN_DEVICE_FUNC Expm1ReturnType expm1() const
CwiseUnaryOp< internal::scalar_acos_op< Scalar >, const Derived > AcosReturnType
const EIGEN_DEVICE_FUNC BooleanNotReturnType operator!() const
const EIGEN_DEVICE_FUNC ErfcReturnType erfc() const
const EIGEN_DEVICE_FUNC SignReturnType sign() const
CwiseUnaryOp< internal::scalar_rint_op< Scalar >, const Derived > RintReturnType
CwiseUnaryOp< internal::scalar_abs_op< Scalar >, const Derived > AbsReturnType
CwiseUnaryOp< internal::scalar_asin_op< Scalar >, const Derived > AsinReturnType
const EIGEN_DEVICE_FUNC LogReturnType log() const
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Abs2ReturnType abs2() const
const EIGEN_DEVICE_FUNC AsinReturnType asin() const
const EIGEN_DEVICE_FUNC ExpReturnType exp() const
const EIGEN_DEVICE_FUNC IsFiniteReturnType isFinite() const
const EIGEN_DEVICE_FUNC Log2ReturnType log2() const
const EIGEN_DEVICE_FUNC Log1pReturnType log1p() const
CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const Derived > InverseReturnType
CwiseUnaryOp< internal::scalar_abs2_op< Scalar >, const Derived > Abs2ReturnType
CwiseUnaryOp< internal::scalar_erf_op< Scalar >, const Derived > ErfReturnType
const EIGEN_DEVICE_FUNC CoshReturnType cosh() const
CwiseUnaryOp< internal::scalar_logistic_op< Scalar >, const Derived > LogisticReturnType
const EIGEN_DEVICE_FUNC DigammaReturnType digamma() const
const EIGEN_DEVICE_FUNC IsInfReturnType isInf() const
EIGEN_DEVICE_FUNC ShiftLeftXpr< N >::Type shiftLeft() const
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE AbsReturnType abs() const
CwiseUnaryOp< internal::scalar_square_op< Scalar >, const Derived > SquareReturnType
const EIGEN_DEVICE_FUNC NdtriReturnType ndtri() const
const EIGEN_DEVICE_FUNC LgammaReturnType lgamma() const
const EIGEN_DEVICE_FUNC SquareReturnType square() const
const EIGEN_DEVICE_FUNC RintReturnType rint() const
#define EIGEN_STRONG_INLINE
CwiseUnaryOp< internal::scalar_cube_op< Scalar >, const Derived > CubeReturnType
CwiseUnaryOp< internal::scalar_log10_op< Scalar >, const Derived > Log10ReturnType
CwiseUnaryOp< internal::scalar_cosh_op< Scalar >, const Derived > CoshReturnType
CwiseUnaryOp< internal::scalar_tanh_op< Scalar >, const Derived > TanhReturnType
CwiseUnaryOp< internal::scalar_tan_op< Scalar >, const Derived > TanReturnType
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE ArgReturnType arg() const
CwiseUnaryOp< internal::scalar_sqrt_op< Scalar >, const Derived > SqrtReturnType
const EIGEN_DEVICE_FUNC TanReturnType tan() const
CwiseUnaryOp< internal::scalar_erfc_op< Scalar >, const Derived > ErfcReturnType
const EIGEN_DEVICE_FUNC RsqrtReturnType rsqrt() const
const EIGEN_DEVICE_FUNC AcosReturnType acos() const
EIGEN_DEVICE_FUNC ShiftRightXpr< N >::Type shiftRight() const
const EIGEN_DEVICE_FUNC CubeReturnType cube() const
CwiseUnaryOp< internal::scalar_round_op< Scalar >, const Derived > RoundReturnType
CwiseUnaryOp< internal::scalar_expm1_op< Scalar >, const Derived > Expm1ReturnType
CwiseUnaryOp< internal::scalar_sign_op< Scalar >, const Derived > SignReturnType
const EIGEN_DEVICE_FUNC TanhReturnType tanh() const
CwiseUnaryOp< internal::scalar_arg_op< Scalar >, const Derived > ArgReturnType
#define EIGEN_STATIC_ASSERT(CONDITION, MSG)
Generic expression where a coefficient-wise unary operator is applied to an expression.
CwiseUnaryOp< internal::scalar_lgamma_op< Scalar >, const Derived > LgammaReturnType
CwiseUnaryOp< internal::scalar_floor_op< Scalar >, const Derived > FloorReturnType
CwiseUnaryOp< internal::scalar_log_op< Scalar >, const Derived > LogReturnType
CwiseUnaryOp< internal::scalar_shift_left_op< Scalar, N >, const Derived > Type
const EIGEN_DEVICE_FUNC CeilReturnType ceil() const
CwiseUnaryOp< internal::scalar_exp_op< Scalar >, const Derived > ExpReturnType
CwiseUnaryOp< internal::scalar_log2_op< Scalar >, const Derived > Log2ReturnType
CwiseUnaryOp< internal::scalar_digamma_op< Scalar >, const Derived > DigammaReturnType
CwiseUnaryOp< internal::scalar_rsqrt_op< Scalar >, const Derived > RsqrtReturnType
CwiseUnaryOp< internal::scalar_isfinite_op< Scalar >, const Derived > IsFiniteReturnType
const EIGEN_DEVICE_FUNC RoundReturnType round() const
const EIGEN_DEVICE_FUNC SinhReturnType sinh() const
CwiseUnaryOp< internal::scalar_ceil_op< Scalar >, const Derived > CeilReturnType
CwiseUnaryOp< internal::scalar_shift_right_op< Scalar, N >, const Derived > Type
CwiseUnaryOp< internal::scalar_ndtri_op< Scalar >, const Derived > NdtriReturnType
CwiseUnaryOp< internal::scalar_sin_op< Scalar >, const Derived > SinReturnType
const EIGEN_DEVICE_FUNC CosReturnType cos() const
CwiseUnaryOp< internal::scalar_isnan_op< Scalar >, const Derived > IsNaNReturnType
const EIGEN_DEVICE_FUNC Log10ReturnType log10() const
const EIGEN_DEVICE_FUNC FloorReturnType floor() const
CwiseUnaryOp< internal::scalar_atan_op< Scalar >, const Derived > AtanReturnType
CwiseUnaryOp< internal::scalar_log1p_op< Scalar >, const Derived > Log1pReturnType
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:31:55