|
Expression | Differentiation::SD::pow (const Expression &base, const Expression &exponent) |
|
template<typename NumberType , typename = typename std::enable_if< !std::is_same<NumberType, Expression>::value>::type> |
Expression | Differentiation::SD::pow (const Expression &base, const NumberType &exponent) |
|
template<typename NumberType , typename = typename std::enable_if< !std::is_same<NumberType, Expression>::value>::type> |
Expression | Differentiation::SD::pow (const NumberType &base, const Expression &exponent) |
|
Expression | Differentiation::SD::sqrt (const Expression &x) |
|
Expression | Differentiation::SD::cbrt (const Expression &x) |
|
Expression | Differentiation::SD::exp (const Expression &exponent) |
|
Expression | Differentiation::SD::log (const Expression &x) |
|
Expression | Differentiation::SD::log (const Expression &x, const Expression &base) |
|
template<typename NumberType , typename = typename std::enable_if< !std::is_same<NumberType, Expression>::value>::type> |
Expression | Differentiation::SD::log (const Expression &x, const NumberType &base) |
|
template<typename NumberType , typename = typename std::enable_if< !std::is_same<NumberType, Expression>::value>::type> |
Expression | Differentiation::SD::log (const NumberType &x, const Expression &base) |
|
Expression | Differentiation::SD::log10 (const Expression &x) |
|
|
Expression | Differentiation::SD::abs (const Expression &x) |
|
Expression | Differentiation::SD::fabs (const Expression &x) |
|
Expression | Differentiation::SD::sign (const Expression &x) |
|
Expression | Differentiation::SD::copysign (const Expression &value, const Expression &sign) |
|
Expression | Differentiation::SD::floor (const Expression &x) |
|
Expression | Differentiation::SD::ceil (const Expression &x) |
|
Expression | Differentiation::SD::max (const Expression &a, const Expression &b) |
|
template<typename NumberType , typename = typename std::enable_if< !std::is_same<NumberType, Expression>::value>::type> |
Expression | Differentiation::SD::max (const Expression &a, const NumberType &b) |
|
template<typename NumberType , typename = typename std::enable_if< !std::is_same<NumberType, Expression>::value>::type> |
Expression | Differentiation::SD::max (const NumberType &a, const Expression &b) |
|
Expression | Differentiation::SD::min (const Expression &a, const Expression &b) |
|
template<typename NumberType , typename = typename std::enable_if< !std::is_same<NumberType, Expression>::value>::type> |
Expression | Differentiation::SD::min (const Expression &a, const NumberType &b) |
|
template<typename NumberType , typename = typename std::enable_if< !std::is_same<NumberType, Expression>::value>::type> |
Expression | Differentiation::SD::min (const NumberType &a, const Expression &b) |
|
Expression | Differentiation::SD::erf (const Expression &x) |
|
Expression | Differentiation::SD::erfc (const Expression &x) |
|