Skip to content

Commit 62eec85

Browse files
Merge pull request #176 from bmad-sim/newshow
docs
2 parents 9b049ec + 5e0a929 commit 62eec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/a_toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Table of Contents
22
1. **[`Descriptor`](@ref descriptor)**: Defines the number of variables and parameters, and orders for each in the GTPSA
33
2. **[`TPS`](@ref tps)**: Truncated Power Series struct
4-
3. **[`@vars`, `@params`](@ref varsparams)**: Creates a vector of `TPS`s corresponding to each variable (``\Delta x_i``) or parameter (``\Delta k_j``) in the GTPSA
4+
3. **[`vars`, `params`](@ref varsparams)**: Creates a vector of `TPS`s corresponding to each variable (``\Delta x_i``) or parameter (``\Delta k_j``) in the GTPSA
55
4. **[Monomial Indexing](@ref monoindex)**: Get/set individual monomial coefficients
66
5. **[`mono`](@ref mono)**: Creates a `TPS` corresponding to a specific monomial
77
6. **[`gradient`, `jacobian`, `hessian`](@ref gjh)**: Extracts specific partial derivatives from a `TPS`

0 commit comments

Comments
 (0)