Skip to content

Instantly share code, notes, and snippets.

@ghorn
Created April 11, 2014 18:25
Show Gist options
  • Save ghorn/10489962 to your computer and use it in GitHub Desktop.
Save ghorn/10489962 to your computer and use it in GitHub Desktop.
-- multiple shooting
data MsPoint x u a = MsPoint (x a) (u a)
data MsTraj x u n a = MsTraj (Vec n (MsPoint x u a)) (x a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment