Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Eigen2Support/CwiseOperators.h File Reference

Go to the source code of this file.

Functions

template<typename ExpressionType >
EIGEN_STRONG_INLINE const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_abs_op) Cwise< ExpressionType >
template<typename ExpressionType >
EIGEN_STRONG_INLINE const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_abs2_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_exp_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_log_op) Cwise< ExpressionType >
template<typename OtherDerived >
EIGEN_STRONG_INLINE const EIGEN_CWISE_PRODUCT_RETURN_TYPE (ExpressionType, OtherDerived) Cwise< ExpressionType >
template<typename OtherDerived >
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE (internal::scalar_quotient_op) Cwise< ExpressionType >
template<typename OtherDerived >
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE (internal::scalar_min_op) Cwise< ExpressionType >
template<typename OtherDerived >
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE (internal::scalar_max_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_sqrt_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_cos_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_sin_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_pow_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_inverse_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_square_op) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE (internal::scalar_cube_op) Cwise< ExpressionType >
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE (std::less) Cwise< ExpressionType >
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE (std::less_equal) Cwise< ExpressionType >
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE (std::greater) Cwise< ExpressionType >
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE (std::greater_equal) Cwise< ExpressionType >
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE (std::equal_to) Cwise< ExpressionType >
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE (std::not_equal_to) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::less) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::less_equal) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::greater) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::greater_equal) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::equal_to) Cwise< ExpressionType >
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE (std::not_equal_to) Cwise< ExpressionType >

Function Documentation

template<typename OtherDerived >
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE ( internal::scalar_quotient_op   ) 
template<typename OtherDerived >
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE ( internal::scalar_max_op   ) 
Deprecated:
ArrayBase::max()
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE ( std::less   )  [inline]
Deprecated:
ArrayBase::operator<()
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE ( std::less_equal   )  [inline]
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE ( std::greater   )  [inline]
Deprecated:
ArrayBase::operator>()
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE ( std::greater_equal   )  [inline]
Deprecated:
ArrayBase::operator>=()
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE ( std::equal_to   )  [inline]
Deprecated:
ArrayBase::operator==()
template<typename OtherDerived >
const EIGEN_CWISE_BINOP_RETURN_TYPE ( std::not_equal_to   )  [inline]
Deprecated:
ArrayBase::operator!=()
template<typename OtherDerived >
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE ( internal::scalar_min_op   ) 
Deprecated:
ArrayBase::min()
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE ( std::not_equal_to   )  [inline]
Deprecated:
ArrayBase::operator!=(Scalar)
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE ( std::less_equal   )  [inline]
Deprecated:
ArrayBase::operator<=(Scalar)
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE ( std::less   )  [inline]
Deprecated:
ArrayBase::operator<(Scalar)
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE ( std::greater   )  [inline]
Deprecated:
ArrayBase::operator>(Scalar)
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE ( std::greater_equal   )  [inline]
Deprecated:
ArrayBase::operator>=(Scalar)
template<typename ExpressionType >
const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE ( std::equal_to   )  [inline]
Deprecated:
ArrayBase::operator==(Scalar)
template<typename OtherDerived >
EIGEN_STRONG_INLINE const EIGEN_CWISE_PRODUCT_RETURN_TYPE ( ExpressionType  ,
OtherDerived   
)
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_cos_op   )  [inline]
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_inverse_op   )  [inline]
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_sin_op   )  [inline]
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_exp_op   )  [inline]
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_pow_op   )  [inline]
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_square_op   )  [inline]
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_cube_op   )  [inline]
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_sqrt_op   )  [inline]
template<typename ExpressionType >
EIGEN_STRONG_INLINE const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_abs2_op   ) 
template<typename ExpressionType >
const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_log_op   )  [inline]
template<typename ExpressionType >
EIGEN_STRONG_INLINE const EIGEN_CWISE_UNOP_RETURN_TYPE ( internal::scalar_abs_op   )