mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add typed logicals
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
e797974689
commit
049a144798
@@ -210,6 +210,15 @@ struct scalar_unary_pow_op;
|
||||
template<typename LhsScalar,typename RhsScalar=LhsScalar> struct scalar_hypot_op;
|
||||
template<typename LhsScalar,typename RhsScalar=LhsScalar> struct scalar_product_op;
|
||||
template<typename LhsScalar,typename RhsScalar=LhsScalar> struct scalar_quotient_op;
|
||||
// logical and bitwise operations
|
||||
template <typename Scalar> struct scalar_boolean_and_op;
|
||||
template <typename Scalar> struct scalar_boolean_or_op;
|
||||
template <typename Scalar> struct scalar_boolean_xor_op;
|
||||
template <typename Scalar> struct scalar_boolean_not_op;
|
||||
template <typename Scalar> struct scalar_bitwise_and_op;
|
||||
template <typename Scalar> struct scalar_bitwise_or_op;
|
||||
template <typename Scalar> struct scalar_bitwise_xor_op;
|
||||
template <typename Scalar> struct scalar_bitwise_not_op;
|
||||
|
||||
// SpecialFunctions module
|
||||
template<typename Scalar> struct scalar_lgamma_op;
|
||||
|
||||
Reference in New Issue
Block a user