Skip to content

Instantly share code, notes, and snippets.

@andrevidela
Last active January 7, 2019 14:38
Show Gist options
  • Save andrevidela/be9a71787731f0e160129886afb24ba8 to your computer and use it in GitHub Desktop.
Save andrevidela/be9a71787731f0e160129886afb24ba8 to your computer and use it in GitHub Desktop.
let vectj = Vector(fst: Complex.multId, snd: Complex.addId)
let fVecti = Linear(x: Vector.addId, c: vecti)
let fVectj = Linear(x: vectj, c: vectj)
fVecti + fVectj
Linear.addId + fVectj == fVectj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment