OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Tps< T > Member List

This is the complete list of members for Tps< T >, including all inherited members.

clear()Tps< T >
derivative(int var) constTps< T >
evaluate(const Vector< T > &v) constTps< T >
EXACTTps< T >static
filter(int lowOrder, int highOrder) constTps< T >
get(std::istream &is)Tps< T >
getCoefficient(int index) constTps< T >
getCoefficient(const TpsMonomial &monomial) constTps< T >
getExponents(int index) constTps< T >
getGlobalTruncOrder()Tps< T >static
getMaxOrder() constTps< T >
getOrder(int index) constTps< T >
getSize() constTps< T >
getSize(int order) constTps< T >
getTruncOrder() constTps< T >
getVariables() constTps< T >
integral(int var) constTps< T >
inverse(int order=truncOrder) constTps< T >
isConstant() constTps< T >
makeMonomial(const TpsMonomial &m, const T &t)Tps< T >static
makeVariable(int nVar, int var)Tps< T >static
makeVarPower(int nVar, int var, int power)Tps< T >static
multiply(const Tps< T > &y, int trunc) constTps< T >
multiplyVariable(int var) constTps< T >
operator!=(const Tps< T > &y) constTps< T >
operator!=(const T &y) constTps< T >
operator*=(const Tps< T > &y)Tps< T >
operator*=(const T &y)Tps< T >
operator+() constTps< T >
operator+=(const Tps< T > &y)Tps< T >
operator+=(const T &y)Tps< T >
operator-() constTps< T >
operator-=(const Tps< T > &y)Tps< T >
operator-=(const T &y)Tps< T >
operator/=(const Tps< T > &y)Tps< T >
operator/=(const T &y)Tps< T >
operator=(const Tps< T > &y)Tps< T >
operator=(const T &y)Tps< T >
operator==(const Tps< T > &y) constTps< T >
operator==(const T &y) constTps< T >
operator[](int index) constTps< T >
operator[](int index)Tps< T >
operator[](const TpsMonomial &monomial) constTps< T >
operator[](const TpsMonomial &monomial)Tps< T >
put(std::ostream &os) constTps< T >
repTps< T >private
scaleMonomials(const Tps< T > &y) constTps< T >
setCoefficient(int index, const T &value)Tps< T >
setCoefficient(const TpsMonomial &monomial, const T &value)Tps< T >
setGlobalTruncOrder(int order)Tps< T >static
setMaxOrder(int)Tps< T >inlineprivate
substitute(const Matrix< T > &M) constTps< T >
substitute(const VpsMap< T > &m) constTps< T >
Taylor(const T series[], int n) constTps< T >
Tps(int maxOrder, int nVar)Tps< T >
Tps(const T &y)Tps< T >
Tps(int y)Tps< T >
Tps()Tps< T >
Tps(const Tps< T > &x)Tps< T >
Tps(TpsRep< T > *)Tps< T >inlineprivate
truncate(int trunc)Tps< T >
truncOrderTps< T >privatestatic
unique()Tps< T >inlineprivate
~Tps()Tps< T >