Table of Contents
Descriptor
: Defines the number of variables and parameters, and orders for each in the GTPSATPS
: Truncated Power Series struct@vars
,@params
: Creates a vector ofTPS
s corresponding to each variable ($\Delta x_i$) or parameter ($\Delta k_j$) in the GTPSA- Monomial Indexing: Get/set individual monomial coefficients
mono
: Creates aTPS
corresponding to a specific monomialgradient
,jacobian
,hessian
: Extracts specific partial derivatives from aTPS
- Slicing and
par
: Indexing a specific polynomial within aTPS
TPS
-Specific Functions: Evaluate, compose, translate, integrate, differentiate, invert, etc.@FastGTPSA
/@FastGTPSA!
Macros: Speed up evaluation of expressions containingTPS
s, transparent to other types- I/O: Reading/writing
TPS
s - Global Variables: Global non-constant variables
- All Overloaded Functions: List of all overloaded Base functions and more