Add required package to "sphere in tetrahedron" example

This commit is contained in:
Aaron Fenyes 2024-07-08 14:19:05 -07:00
parent 9efa99e8be
commit 93dd05c317

View File

@ -3,6 +3,7 @@ include("Engine.jl")
using SparseArrays using SparseArrays
using AbstractAlgebra using AbstractAlgebra
using PolynomialRoots using PolynomialRoots
using Random
# initialize the partial gram matrix for a sphere inscribed in a regular # initialize the partial gram matrix for a sphere inscribed in a regular
# tetrahedron # tetrahedron