WPILibC++ 2023.4.3-108-ge5452e3
|
Generic expression where a coefficient-wise ternary operator is applied to two expressions. More...
Public Types | |
typedef internal::remove_all< Arg1Type >::type | Arg1 |
typedef internal::remove_all< Arg2Type >::type | Arg2 |
typedef internal::remove_all< Arg3Type >::type | Arg3 |
typedef CwiseTernaryOpImpl< TernaryOp, Arg1Type, Arg2Type, Arg3Type, typenameinternal::traits< Arg1Type >::StorageKind >::Base | Base |
typedef internal::ref_selector< Arg1Type >::type | Arg1Nested |
typedef internal::ref_selector< Arg2Type >::type | Arg2Nested |
typedef internal::ref_selector< Arg3Type >::type | Arg3Nested |
typedef internal::remove_reference< Arg1Nested >::type | _Arg1Nested |
typedef internal::remove_reference< Arg2Nested >::type | _Arg2Nested |
typedef internal::remove_reference< Arg3Nested >::type | _Arg3Nested |
Public Types inherited from Eigen::CwiseTernaryOpImpl< TernaryOp, Arg1Type, Arg2Type, Arg3Type, internal::traits< Arg1Type >::StorageKind > | |
typedef internal::generic_xpr_base< CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type > >::type | Base |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | CwiseTernaryOp (const Arg1 &a1, const Arg2 &a2, const Arg3 &a3, const TernaryOp &func=TernaryOp()) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | rows () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | cols () const |
EIGEN_DEVICE_FUNC const _Arg1Nested & | arg1 () const |
EIGEN_DEVICE_FUNC const _Arg2Nested & | arg2 () const |
EIGEN_DEVICE_FUNC const _Arg3Nested & | arg3 () const |
EIGEN_DEVICE_FUNC const TernaryOp & | functor () const |
Protected Attributes | |
Arg1Nested | m_arg1 |
Arg2Nested | m_arg2 |
Arg3Nested | m_arg3 |
const TernaryOp | m_functor |
Generic expression where a coefficient-wise ternary operator is applied to two expressions.
TernaryOp | template functor implementing the operator |
Arg1Type | the type of the first argument |
Arg2Type | the type of the second argument |
Arg3Type | the type of the third argument |
This class represents an expression where a coefficient-wise ternary operator is applied to three expressions. It is the return type of ternary operators, by which we mean only those ternary operators where all three arguments are Eigen expressions. For example, the return type of betainc(matrix1, matrix2, matrix3) is a CwiseTernaryOp.
Most of the time, this is the only way that it is used, so you typically don't have to name CwiseTernaryOp types explicitly.
typedef internal::remove_reference<Arg1Nested>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::_Arg1Nested |
typedef internal::remove_reference<Arg2Nested>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::_Arg2Nested |
typedef internal::remove_reference<Arg3Nested>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::_Arg3Nested |
typedef internal::remove_all<Arg1Type>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::Arg1 |
typedef internal::ref_selector<Arg1Type>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::Arg1Nested |
typedef internal::remove_all<Arg2Type>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::Arg2 |
typedef internal::ref_selector<Arg2Type>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::Arg2Nested |
typedef internal::remove_all<Arg3Type>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::Arg3 |
typedef internal::ref_selector<Arg3Type>::type Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::Arg3Nested |
typedef CwiseTernaryOpImpl<TernaryOp,Arg1Type,Arg2Type,Arg3Type,typenameinternal::traits<Arg1Type>::StorageKind>::Base Eigen::CwiseTernaryOp< TernaryOp, Arg1Type, Arg2Type, Arg3Type >::Base |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |