-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
Is there any plan for syntactic support for vectors and matrices in KeYmaera?
I've got a non-trivial matlab algorithm that I want to encode in a hybrid program. It uses lots of vector operations (dot products, cross products, read/write to the nth element). I happen to know all the lengths of the vector statically, so I can flatten to a bunch of reals. However, that will make all the proofs rather nasty. Is there a trick here, or do I have to do this the hard way?
Depending on how hard it would be, I might be able to attempt adding such support myself. But that would depend on having a suitable design already agreed on.