|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Birkhoff pseudospectral transcription for trajectory optimization. More...
#include "TranscriptionBase.hpp"#include "janus/core/JanusError.hpp"#include "janus/math/OrthogonalPolynomials.hpp"#include <tuple>#include <vector>

Go to the source code of this file.
Classes | |
| struct | janus::BirkhoffPseudospectralOptions |
| Options for BirkhoffPseudospectral setup. More... | |
| class | janus::BirkhoffPseudospectral |
| Birkhoff pseudospectral transcription. More... | |
Namespaces | |
| namespace | janus |
Enumerations | |
| enum class | janus::BirkhoffScheme { janus::LGL , janus::CGL } |
| Available Birkhoff node distributions. More... | |
Birkhoff pseudospectral transcription for trajectory optimization.