#include <binary_ops.hpp>
|
| template<class L , class R , typename = typename std::enable_if<!std::is_base_of<Eigen::EigenBase<R>, R>::value>::type> |
| static auto | apply (const L &l, const R &r) -> STATOR_AUTORETURN(pow(l, r)) |
| |
| static std::string | repr () |
| |
Definition at line 162 of file binary_ops.hpp.
◆ left_identity
◆ left_zero
◆ right_identity
◆ right_zero
◆ apply()
template<class L , class R , typename = typename std::enable_if<!std::is_base_of<Eigen::EigenBase<R>, R>::value>::type>
◆ repr()
| static std::string sym::detail::Power::repr |
( |
| ) |
|
|
inlinestatic |
◆ associative
| constexpr bool sym::detail::Power::associative = false |
|
static |
◆ associativity
◆ commutative
| constexpr bool sym::detail::Power::commutative = false |
|
static |
◆ leftBindingPower
| constexpr int sym::detail::Power::leftBindingPower = 40 |
|
static |
The documentation for this struct was generated from the following file: