forked from glen/dyna3
Add required package to "sphere in tetrahedron" example
This commit is contained in:
parent
9efa99e8be
commit
93dd05c317
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue