|
bpp-phyl3 3.0.0
|
Public Member Functions | |
| pattern_functor (const R &arg, const PatternType &pattern) | |
| const R::Scalar & | operator() (Eigen::Index row, Eigen::Index col) const |
| const R::Scalar & | operator() (Eigen::Index col) const |
| template<typename R2 = R> | |
| ExtendedFloat::ExtType | exponent_part (typename std::enable_if< std::is_base_of< ExtendedFloatEigenBase< R2 >, R2 >::value >::type *=0) const |
Private Attributes | |
| const R & | m_arg_ |
| const PatternType & | pattern_ |
Definition at line 185 of file DataFlowCWise.h.
|
inline |
Definition at line 191 of file DataFlowCWise.h.
|
inline |
Definition at line 207 of file DataFlowCWise.h.
References bpp::CWisePattern< R >::pattern_functor::m_arg_.
|
inline |
Definition at line 200 of file DataFlowCWise.h.
References bpp::CWisePattern< R >::pattern_functor::m_arg_, and bpp::CWisePattern< R >::pattern_functor::pattern_.
|
inline |
Definition at line 195 of file DataFlowCWise.h.
References bpp::CWisePattern< R >::pattern_functor::m_arg_, and bpp::CWisePattern< R >::pattern_functor::pattern_.
|
private |
Definition at line 187 of file DataFlowCWise.h.
Referenced by bpp::CWisePattern< R >::pattern_functor::exponent_part(), and bpp::CWisePattern< R >::pattern_functor::operator()().
|
private |
Definition at line 188 of file DataFlowCWise.h.
Referenced by bpp::CWisePattern< R >::pattern_functor::operator()().