16#ifndef dealii_differentiation_sd_symengine_math_h
17#define dealii_differentiation_sd_symengine_math_h
21#ifdef DEAL_II_WITH_SYMENGINE
25# include <type_traits>
59 pow(
const Expression &base,
const Expression &exponent);
72 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
91 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
106 sqrt(
const Expression &
x);
115 cbrt(
const Expression &
x);
125 exp(
const Expression &exponent);
134 log(
const Expression &
x);
144 log(
const Expression &
x,
const Expression &base);
157 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
176 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
191 log10(
const Expression &
x);
208 sin(
const Expression &
x);
218 cos(
const Expression &
x);
228 tan(
const Expression &
x);
238 csc(
const Expression &
x);
248 sec(
const Expression &
x);
258 cot(
const Expression &
x);
269 asin(
const Expression &
x);
280 acos(
const Expression &
x);
291 atan(
const Expression &
x);
302 atan2(
const Expression &
y,
const Expression &
x);
316 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
336 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
353 acsc(
const Expression &
x);
364 asec(
const Expression &
x);
375 acot(
const Expression &
x);
393 sinh(
const Expression &
x);
404 cosh(
const Expression &
x);
415 tanh(
const Expression &
x);
426 csch(
const Expression &
x);
437 sech(
const Expression &
x);
448 coth(
const Expression &
x);
459 asinh(
const Expression &
x);
470 acosh(
const Expression &
x);
481 atanh(
const Expression &
x);
492 acsch(
const Expression &
x);
503 asech(
const Expression &
x);
514 acoth(
const Expression &
x);
530 abs(
const Expression &
x);
540 fabs(
const Expression &
x);
551 sign(
const Expression &
x);
562 copysign(
const Expression &value,
const Expression &
sign);
572 floor(
const Expression &
x);
582 ceil(
const Expression &
x);
592 max(
const Expression &a,
const Expression &b);
605 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
624 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
640 min(
const Expression &a,
const Expression &b);
653 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
672 typename = std::enable_if_t<!std::is_same<NumberType, Expression>::value>>
688 erf(
const Expression &
x);
698 erfc(
const Expression &
x);
718# define DEAL_II_EXPOSE_SYMENGINE_UNARY_MATH_FUNCTION(func) \
719 using ::Differentiation::SD::func;
721# define DEAL_II_EXPOSE_SYMENGINE_BINARY_MATH_FUNCTION(func) \
722 using ::Differentiation::SD::func;
773# undef DEAL_II_EXPOSE_SYMENGINE_BINARY_MATH_FUNCTION
774# undef DEAL_II_EXPOSE_SYMENGINE_UNARY_MATH_FUNCTION
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
Expression cbrt(const Expression &x)
Expression atanh(const Expression &x)
Expression atan2(const Expression &y, const Expression &x)
Expression asin(const Expression &x)
Expression asinh(const Expression &x)
Expression cosh(const Expression &x)
Expression csc(const Expression &x)
Expression acsch(const Expression &x)
Expression abs(const Expression &x)
Expression fabs(const Expression &x)
Expression ceil(const Expression &x)
Expression coth(const Expression &x)
Expression sinh(const Expression &x)
Expression sec(const Expression &x)
Expression atan(const Expression &x)
Expression floor(const Expression &x)
Expression tanh(const Expression &x)
Expression acsc(const Expression &x)
Expression sin(const Expression &x)
Expression erfc(const Expression &x)
Expression exp(const Expression &exponent)
Expression asech(const Expression &x)
Expression pow(const Expression &base, const Expression &exponent)
Expression sign(const Expression &x)
Expression sech(const Expression &x)
Expression acos(const Expression &x)
Expression csch(const Expression &x)
Expression tan(const Expression &x)
Expression acosh(const Expression &x)
Expression asec(const Expression &x)
Expression cot(const Expression &x)
Expression cos(const Expression &x)
Expression erf(const Expression &x)
Expression acoth(const Expression &x)
Expression acot(const Expression &x)
Expression log(const Expression &x)
Expression sqrt(const Expression &x)
Expression log10(const Expression &x)
Expression copysign(const Expression &value, const Expression &sign)
::VectorizedArray< Number, width > log(const ::VectorizedArray< Number, width > &)
::VectorizedArray< Number, width > exp(const ::VectorizedArray< Number, width > &)
::VectorizedArray< Number, width > tan(const ::VectorizedArray< Number, width > &)
::VectorizedArray< Number, width > cos(const ::VectorizedArray< Number, width > &)
::VectorizedArray< Number, width > sin(const ::VectorizedArray< Number, width > &)
::VectorizedArray< Number, width > sqrt(const ::VectorizedArray< Number, width > &)
::VectorizedArray< Number, width > pow(const ::VectorizedArray< Number, width > &, const Number p)
::VectorizedArray< Number, width > abs(const ::VectorizedArray< Number, width > &)