|
|
|
@ -2,7 +2,7 @@
|
|
|
|
using LinearAlgebra
|
|
|
|
using LinearAlgebra
|
|
|
|
using TypedPolynomials
|
|
|
|
using TypedPolynomials
|
|
|
|
using Distributed, SlurmClusterManager
|
|
|
|
using Distributed, SlurmClusterManager
|
|
|
|
addprocs(SlurmClusterManager)
|
|
|
|
addprocs(SlurmManager())
|
|
|
|
|
|
|
|
|
|
|
|
# Local deps
|
|
|
|
# Local deps
|
|
|
|
include("random_poly.jl")
|
|
|
|
include("random_poly.jl")
|
|
|
|
@ -84,4 +84,4 @@ ENV["GKSwstype"] = "nul"
|
|
|
|
# plot_real(sQ, Q, 2, 2, "2")
|
|
|
|
# plot_real(sQ, Q, 2, 2, "2")
|
|
|
|
# plot_real(sF, F, 4, 4, "3")
|
|
|
|
# plot_real(sF, F, 4, 4, "3")
|
|
|
|
# plot_real(sT, T, 4, 4, "4")
|
|
|
|
# plot_real(sT, T, 4, 4, "4")
|
|
|
|
plot_real(sol, R, 5, 5, "random")
|
|
|
|
plot_real(sol, R, 5, 5, "random")
|
|
|
|
|