|
Quandary
|
#include "defs.hpp"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <vector>#include <cassert>#include "util.hpp"

Go to the source code of this file.
Classes | |
| class | ControlBasis |
| Abstract base class for control parameterizations. More... | |
| class | BSpline2nd |
| Control parameterization using quadratic (2nd order) Bspline basis functions. More... | |
| class | BSpline2ndAmplitude |
| Control parameterization where only the pulse amplitude is parameterized by Bsplines, while the phase is time-independent. More... | |
| class | BSpline0 |
| Discretization of the Controls using piece-wise constant (0-th order) Bsplines. More... | |