Table of Contents

  1. Definitions
  2. Descriptor: Defines the number of variables and parameters, and orders for each in the GTPSA
  3. TPS: Truncated Power Series struct
  4. vars, params: Creates a vector of TPSs corresponding to each variable/parameter in the GTPSA
  5. gradient, jacobian, hessian: Extracts specific partial derivatives from a TPS
  6. Monomial Indexing: Get/set individual monomial coefficients
  7. mono: Creates a TPS corresponding to a specific monomial
  8. Slicing and par: Indexing a specific polynomial within the TPS
  9. TPS Methods: Integrate, differentiate, composition, evaluation, etc.
  10. @FastGTPSA/@FastGTPSA! Macros: Speed up evaluation of expressions containing TPSs, transparent to other types
  11. I/O: Reading/writing TPSs
  12. All Overloaded Functions: List of all overloaded Base functions and more