QuadraticLifter#
- class QuadraticLifter[source]#
Quadratic lifting map \(q \to (q, q^2)\).
Methods:Apply the lifting map \(q \to (q, q^2)\).
Get the time derivatives of the lifted variables, \(\frac{\partial}{\partial t}(q, q^2) = (q_t, 2qq_t)\).
Apply the reverse lifting map \((q, q^2) \to q\).
Verify that
lift()
andunlift()
are consistent and thatlift_ddts()
, if implemented, gives valid time derivatives.