Table of Contents
- Definitions
Descriptor
: Defines the number of variables and parameters, and orders for each in the GTPSATPS
: Truncated Power Series structvars
,params
: Creates a vector of TPSs corresponding to each variable/parameter in the GTPSAgradient
,jacobian
,hessian
: Extracts specific partial derivatives from a TPS- Monomial Indexing: Get/set individual monomial coefficients
mono
: Creates a TPS corresponding to a specific monomial- Slicing and
par
: Indexing a specific polynomial within the TPS - TPS Methods: Integrate, differentiate, composition, evaluation, etc.
@FastGTPSA
/@FastGTPSA!
Macros: Speed up evaluation of expressions containing TPSs, transparent to other types- I/O: Reading/writing TPSs
- All Overloaded Functions: List of all overloaded Base functions and more