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

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 Pseudospectral.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  janus::PseudospectralOptions
 Options for Pseudospectral setup. More...
class  janus::Pseudospectral
 Pseudospectral (Gauss-Lobatto) transcription. More...

Namespaces

namespace  janus

Enumerations

enum class  janus::PseudospectralScheme { janus::LGL , janus::CGL }
 Available pseudospectral node distributions. More...

Detailed Description

Pseudospectral transcription for trajectory optimization.