Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
BirkhoffPseudospectral.hpp File Reference

Birkhoff pseudospectral transcription for trajectory optimization. More...

#include "TranscriptionBase.hpp"
#include "janus/core/JanusError.hpp"
#include "janus/math/OrthogonalPolynomials.hpp"
#include <tuple>
#include <vector>
Include dependency graph for BirkhoffPseudospectral.hpp:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Birkhoff pseudospectral transcription for trajectory optimization.