The function checks if the polarized toric variety associated to the set of lattice points A is k-jet spanned at the point pt.
A=latticePoints(convexHull(matrix{{0,0,2},{0,2,0}}))
pt=matrix{{1},{1}}
isJetSpanned(A,2,pt)