diff --git a/dev/api/index.html b/dev/api/index.html index de6438c..a0e4eaa 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -1,2 +1,2 @@ -
Settings
This document was generated with Documenter.jl version 0.27.24 on Wednesday 8 November 2023. Using Julia version 1.9.3.
Settings
This document was generated with Documenter.jl version 0.27.24 on Wednesday 8 November 2023. Using Julia version 1.9.3.
NamedTrajectories.jl is designed to solve several problems encountered when solving trajectory optimization problems. Specifically, it aims to:
Settings
This document was generated with Documenter.jl version 0.27.24 on Wednesday 8 November 2023. Using Julia version 1.9.3.
NamedTrajectories.jl is designed to solve several problems encountered when solving trajectory optimization problems. Specifically, it aims to:
Settings
This document was generated with Documenter.jl version 0.27.24 on Wednesday 8 November 2023. Using Julia version 1.9.3.
pkg> add NamedTrajectories
using NamedTrajectories
A trajectory is a collection of named vectors, each of which has the same length. The vectors can be of any type, but must be named. The names are used to identify the vectors, and must be unique.
```julia data =
Settings
This document was generated with Documenter.jl version 0.27.24 on Wednesday 8 November 2023. Using Julia version 1.9.3.
pkg> add NamedTrajectories
using NamedTrajectories
A trajectory is a collection of named vectors, each of which has the same length. The vectors can be of any type, but must be named. The names are used to identify the vectors, and must be unique.
```julia data =
Settings
This document was generated with Documenter.jl version 0.27.24 on Wednesday 8 November 2023. Using Julia version 1.9.3.
Settings
This document was generated with Documenter.jl version 0.27.24 on Wednesday 8 November 2023. Using Julia version 1.9.3.
Settings
This document was generated with Documenter.jl version 0.27.24 on Wednesday 8 November 2023. Using Julia version 1.9.3.